#CC61CC

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

Shades of Fuchsia #CC61CC

Tints of Fuchsia #CC61CC

Color information

#CC61CC (or 0xCC61CC) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and CC. RGB value is (204,97,204). Sum of RGB (Red+Green+Blue) = 204+97+204=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61CC is #339E33. Grayscale: #8C8C8C. Windows color (decimal): -3382836 or 13394380. OLE color: 13394380.

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

Color convert

RGB20497204-
CMYK00.5200.2
HSL300º51.2%59.02%-
HSV(B)300º52.45%80%-
XYZ40.0825.7559.98-
YUV141.19163.45172.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=40.40%
G=19.21%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049720400.5200.230051.259.02
HexCC61CC03401412c333b
Octal3141413140640244546373
Binary110011001100001110011000110100010100100101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61CC; }

 p { color: rgb(204,97,204); }

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

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

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

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

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

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

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