#c064ca

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

Shades of Fuchsia #C064CA

Tints of Fuchsia #C064CA

Color information

#C064CA (or 0xC064CA) is unknown color: approx Fuchsia. HEX triplet: C0, 64 and CA. RGB value is (192,100,202). Sum of RGB (Red+Green+Blue) = 192+100+202=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #C064CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064CA is #3F9B35. Grayscale: #8A8A8A. Windows color (decimal): -4168502 or 13264064. OLE color: 13264064.

HSL color Cylindrical-coordinate representation of color #C064CA: hue angle of 294.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C064CA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192100202-
CMYK0.050.5000.21
HSL294.12º49.04%59.22%-
HSV(B)294.12º50.5%79.22%-
XYZ36.9624.5958.67-
YUV139.14163.48165.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 100 (39.45% from 255) = 20.24%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=38.87%
G=20.24%
B=40.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921002020.050.5000.21294.1249.0459.22
HexC064CA532015126313b
Octal3001443125620254466173
Binary11000000110010011001010101110010010101100100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c064ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c064ca; }

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

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

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

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

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

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

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

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