#CC40CB

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

Shades of Fuchsia #CC40CB

Tints of Fuchsia #CC40CB

Color information

#CC40CB (or 0xCC40CB) is unknown color: approx Fuchsia. HEX triplet: CC, 40 and CB. RGB value is (204,64,203). Sum of RGB (Red+Green+Blue) = 204+64+203=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40CB is #33BF34. Grayscale: #797979. Windows color (decimal): -3391285 or 13320396. OLE color: 13320396.

HSL color Cylindrical-coordinate representation of color #CC40CB: hue angle of 300.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40CB is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB20464203-
CMYK00.690.000.2
HSL300.43º57.85%52.55%-
HSV(B)300.43º68.63%80%-
XYZ37.5120.8258.54-
YUV121.71173.88186.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 64 (25.39% from 255) = 13.59%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=43.31%
G=13.59%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046420300.690.000.2300.4357.8552.55
HexCC40CB04501412c3a35
Octal31410031301050244547265
Binary1100110010000001100101101000101010100100101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40CB; }

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

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

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

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

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

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

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

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