Html Css Color HEX #C746B3 Fuchsia

📋 copy color: '#C746B3'

red 199 ◦ green 70 ◦ blue 179

#C746B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C746B3

Tints of Fuchsia #C746B3

RGB

 RED value IS 199 (78.13% from 255) = 44.42%

 GREEN value IS 70 (27.73% from 255) = 15.63%

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 44.42%
G = 15.63%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C746B3 (or 0xC746B3) is known color: Fuchsia. HEX triplet: C7, 46 and B3. RGB value is (199,70,179). Sum of RGB (Red+Green+Blue) = 199+70+179=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C746B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746B3 is #38B94C. Grayscale: #787878. Windows color (decimal): -3717453 or 11749063. OLE color: 11749063.

HSL color Cylindrical-coordinate representation of color #C746B3: hue angle of 309.3º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C746B3 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 179 -
CMYK 0 0.65 0.10 0.22
HSL 309.3º 0.54% 0.53% -
HSV(B) 309.3º 0.65% 0.78% -
XYZ 33.88 19.78 44.68 -
YUV 121 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 199 70 179 0 0.65 0.10 0.22 309.3 0.54 0.53
Hex C7 46 B3 0 41 A 16 135 36 35
Octal 307 106 263 0 101 12 26 465 66 65
Binary 11000111 1000110 10110011 0 1000001 1010 10110 100110101 110110 110101

Color Harmonies of #C746B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746B3

Black with #C746B3

Text Example


Text Example

White with #C746B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746B3; }

 p { color: rgb(199,70,179); }

 H1.HeaderClassName
 {
   color: #C746B3;
 }
 .AnyTagClassName
 {
   color: #C746B3;
 }
</style>

background-color css

<style>
 a { background-color: #C746B3; }

 a { background-color: rgb(199,70,179); }

 div.DivClassName
 {
   background-color: #C746B3;
 }
 .BgClassName
 {
   background-color: #C746B3;
 }
</style>

border-color css

<style>
 span { border-color: #C746B3; }

 span { border-color: rgb(199,70,179); }

 td.TdClassName
 {
   border-color: #C746B3;
 }
 .TagClassName
 {
   border-color: #C746B3;
 }
</style>