Html Css Color HEX #C064A9 Fuchsia

📋 copy color: '#C064A9'

red 192 ◦ green 100 ◦ blue 169

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

Shades of Fuchsia #C064A9

Tints of Fuchsia #C064A9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

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

R = 41.65%
G = 21.69%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C064A9 (or 0xC064A9) is known color: Fuchsia. HEX triplet: C0, 64 and A9. RGB value is (192,100,169). Sum of RGB (Red+Green+Blue) = 192+100+169=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C064A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064A9 is #3F9B56. Grayscale: #878787. Windows color (decimal): -4168535 or 11101376. OLE color: 11101376.

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

Color convert

RGB 192 100 169 -
CMYK 0 0.48 0.12 0.25
HSL 315º 0.42% 0.57% -
HSV(B) 315º 0.48% 0.75% -
XYZ 33.46 23.19 40.25 -
YUV 135.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 192 100 169 0 0.48 0.12 0.25 315 0.42 0.57
Hex C0 64 A9 0 30 C 19 13B 2A 39
Octal 300 144 251 0 60 14 31 473 52 71
Binary 11000000 1100100 10101001 0 110000 1100 11001 100111011 101010 111001

Color Harmonies of #C064A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064A9

Black with #C064A9

Text Example


Text Example

White with #C064A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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