Html Css Color HEX #C059AB Fuchsia

📋 copy color: '#C059AB'

red 192 ◦ green 89 ◦ blue 171

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

Shades of Fuchsia #C059AB

Tints of Fuchsia #C059AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 42.48%
G = 19.69%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C059AB (or 0xC059AB) is known color: Fuchsia. HEX triplet: C0, 59 and AB. RGB value is (192,89,171). Sum of RGB (Red+Green+Blue) = 192+89+171=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C059AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059AB is #3FA654. Grayscale: #808080. Windows color (decimal): -4171349 or 11229632. OLE color: 11229632.

HSL color Cylindrical-coordinate representation of color #C059AB: hue angle of 312.23º 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 #C059AB is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 171 -
CMYK 0 0.54 0.11 0.25
HSL 312.23º 0.45% 0.55% -
HSV(B) 312.23º 0.54% 0.75% -
XYZ 32.66 21.29 40.92 -
YUV 129.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 192 89 171 0 0.54 0.11 0.25 312.23 0.45 0.55
Hex C0 59 AB 0 36 B 19 138 2D 37
Octal 300 131 253 0 66 13 31 470 55 67
Binary 11000000 1011001 10101011 0 110110 1011 11001 100111000 101101 110111

Color Harmonies of #C059AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059AB

Black with #C059AB

Text Example


Text Example

White with #C059AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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