Html Css Color HEX #C059A9 Fuchsia

📋 copy color: '#C059A9'

red 192 ◦ green 89 ◦ blue 169

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

Shades of Fuchsia #C059A9

Tints of Fuchsia #C059A9

RGB

 RED value IS 192 (75.39% from 255) = 42.67%

 GREEN value IS 89 (35.16% from 255) = 19.78%

 BLUE value IS 169 (66.41% from 255) = 37.56%

R = 42.67%
G = 19.78%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C059A9 (or 0xC059A9) is known color: Fuchsia. HEX triplet: C0, 59 and A9. RGB value is (192,89,169). Sum of RGB (Red+Green+Blue) = 192+89+169=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A9 is #3FA656. Grayscale: #808080. Windows color (decimal): -4171351 or 11098560. OLE color: 11098560.

HSL color Cylindrical-coordinate representation of color #C059A9: hue angle of 313.4º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C059A9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 169 -
CMYK 0 0.54 0.12 0.25
HSL 313.4º 0.45% 0.55% -
HSV(B) 313.4º 0.54% 0.75% -
XYZ 32.47 21.22 39.92 -
YUV 128.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 192 89 169 0 0.54 0.12 0.25 313.4 0.45 0.55
Hex C0 59 A9 0 36 C 19 139 2D 37
Octal 300 131 251 0 66 14 31 471 55 67
Binary 11000000 1011001 10101001 0 110110 1100 11001 100111001 101101 110111

Color Harmonies of #C059A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059A9

Black with #C059A9

Text Example


Text Example

White with #C059A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059A9; }

 p { color: rgb(192,89,169); }

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

background-color css

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

 a { background-color: rgb(192,89,169); }

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

border-color css

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

 span { border-color: rgb(192,89,169); }

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