#C464CC

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

Shades of Fuchsia #C464CC

Tints of Fuchsia #C464CC

Color information

#C464CC (or 0xC464CC) is unknown color: approx Fuchsia. HEX triplet: C4, 64 and CC. RGB value is (196,100,204). Sum of RGB (Red+Green+Blue) = 196+100+204=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C464CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CC is #3B9B33. Grayscale: #8C8C8C. Windows color (decimal): -3906356 or 13395140. OLE color: 13395140.

HSL color Cylindrical-coordinate representation of color #C464CC: hue angle of 295.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C464CC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196100204-
CMYK0.040.5100.2
HSL295.38º50.49%59.61%-
HSV(B)295.38º50.98%80%-
XYZ38.2225.2159.98-
YUV140.56163.8167.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 100 (39.45% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=39.2%
G=20%
B=40.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961002040.040.5100.2295.3850.4959.61
HexC464CC433014127323c
Octal3041443144630244476274
Binary11000100110010011001100100110011010100100100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464CC; }

 p { color: rgb(196,100,204); }

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

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

 a { background-color: rgb(196,100,204); }

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

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

 span { border-color: rgb(196,100,204); }

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