Html Css Color HEX #C059AC Fuchsia

📋 copy color: '#C059AC'

red 192 ◦ green 89 ◦ blue 172

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

Shades of Fuchsia #C059AC

Tints of Fuchsia #C059AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 42.38%
G = 19.65%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C059AC (or 0xC059AC) is known color: Fuchsia. HEX triplet: C0, 59 and AC. RGB value is (192,89,172). Sum of RGB (Red+Green+Blue) = 192+89+172=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C059AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059AC is #3FA653. Grayscale: #818181. Windows color (decimal): -4171348 or 11295168. OLE color: 11295168.

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

Color convert

RGB 192 89 172 -
CMYK 0 0.54 0.10 0.25
HSL 311.65º 0.45% 0.55% -
HSV(B) 311.65º 0.54% 0.75% -
XYZ 32.76 21.33 41.42 -
YUV 129.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 192 89 172 0 0.54 0.10 0.25 311.65 0.45 0.55
Hex C0 59 AC 0 36 A 19 138 2D 37
Octal 300 131 254 0 66 12 31 470 55 67
Binary 11000000 1011001 10101100 0 110110 1010 11001 100111000 101101 110111

Color Harmonies of #C059AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059AC

Black with #C059AC

Text Example


Text Example

White with #C059AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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