#CC61CB

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

Shades of Fuchsia #CC61CB

Tints of Fuchsia #CC61CB

Color information

#CC61CB (or 0xCC61CB) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and CB. RGB value is (204,97,203). Sum of RGB (Red+Green+Blue) = 204+97+203=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61CB is #339E34. Grayscale: #8C8C8C. Windows color (decimal): -3382837 or 13328844. OLE color: 13328844.

HSL color Cylindrical-coordinate representation of color #CC61CB: hue angle of 300.56º 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 #CC61CB is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB20497203-
CMYK00.520.000.2
HSL300.56º51.2%59.02%-
HSV(B)300.56º52.45%80%-
XYZ39.9625.759.35-
YUV141.08162.95172.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=40.48%
G=19.25%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049720300.520.000.2300.5651.259.02
HexCC61CB03401412d333b
Octal3141413130640244556373
Binary110011001100001110010110110100010100100101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61CB; }

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

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

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

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

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

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

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

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