Html Css Color HEX #C059AF Fuchsia

📋 copy color: '#C059AF'

red 192 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #C059AF

Tints of Fuchsia #C059AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 42.11%
G = 19.52%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C059AF (or 0xC059AF) is known color: Fuchsia. HEX triplet: C0, 59 and AF. RGB value is (192,89,175). Sum of RGB (Red+Green+Blue) = 192+89+175=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C059AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059AF is #3FA650. Grayscale: #818181. Windows color (decimal): -4171345 or 11491776. OLE color: 11491776.

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

Color convert

RGB 192 89 175 -
CMYK 0 0.54 0.09 0.25
HSL 309.9º 0.45% 0.55% -
HSV(B) 309.9º 0.54% 0.75% -
XYZ 33.05 21.45 42.96 -
YUV 129.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 192 89 175 0 0.54 0.09 0.25 309.9 0.45 0.55
Hex C0 59 AF 0 36 9 19 136 2D 37
Octal 300 131 257 0 66 11 31 466 55 67
Binary 11000000 1011001 10101111 0 110110 1001 11001 100110110 101101 110111

Color Harmonies of #C059AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059AF

Black with #C059AF

Text Example


Text Example

White with #C059AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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