#C064A8

Color #C064A8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C064A8

Tints of Fuchsia #C064A8

Color information

#C064A8 (or 0xC064A8) is unknown color: approx Fuchsia. HEX triplet: C0, 64 and A8. RGB value is (192,100,168). Sum of RGB (Red+Green+Blue) = 192+100+168=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C064A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064A8 is #3F9B57. Grayscale: #878787. Windows color (decimal): -4168536 or 11035840. OLE color: 11035840.

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

Color convert

RGB192100168-
CMYK00.480.120.25
HSL315.65º42.2%57.25%-
HSV(B)315.65º47.92%75.29%-
XYZ33.3623.1539.76-
YUV135.26146.48168.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=41.74%
G=21.74%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210016800.480.120.25315.6542.257.25
HexC064A8030C1913c2a39
Octal30014425006014314745271
Binary110000001100100101010000110000110011001100111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064A8; }

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

 H1.HeaderClassName
 {
   color: #C064A8;
 }
 .AnyTagClassName
 {
   color: #C064A8;
 }
</style>
background-color css

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

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

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

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

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

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