#C64CCA

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

Shades of Fuchsia #C64CCA

Tints of Fuchsia #C64CCA

Color information

#C64CCA (or 0xC64CCA) is unknown color: approx Fuchsia. HEX triplet: C6, 4C and CA. RGB value is (198,76,202). Sum of RGB (Red+Green+Blue) = 198+76+202=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #C64CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CCA is #39B335. Grayscale: #7E7E7E. Windows color (decimal): -3781430 or 13257926. OLE color: 13257926.

HSL color Cylindrical-coordinate representation of color #C64CCA: hue angle of 298.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64CCA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19876202-
CMYK0.020.6200.21
HSL298.1º54.31%54.51%-
HSV(B)298.1º62.38%79.22%-
XYZ36.5321.4458.09-
YUV126.84170.42178.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 76 (30.08% from 255) = 15.97%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=41.60%
G=15.97%
B=42.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198762020.020.6200.21298.154.3154.51
HexC64CCA23E01512a3637
Octal3061143122760254526667
Binary1100011010011001100101010111110010101100101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CCA; }

 p { color: rgb(198,76,202); }

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

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

 a { background-color: rgb(198,76,202); }

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

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

 span { border-color: rgb(198,76,202); }

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