#cc216c

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

Shades of Cerise #CC216C

Tints of Cerise #CC216C

Color information

#CC216C (or 0xCC216C) is unknown color: approx Cerise. HEX triplet: CC, 21 and 6C. RGB value is (204,33,108). Sum of RGB (Red+Green+Blue) = 204+33+108=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC216C is #33DE93. Grayscale: #5C5C5C. Windows color (decimal): -3399316 or 7086540. OLE color: 7086540.

HSL color Cylindrical-coordinate representation of color #CC216C: hue angle of 333.68º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC216C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB20433108-
CMYK00.840.470.2
HSL333.68º72.15%46.47%-
HSV(B)333.68º83.82%80%-
XYZ28.1515.0115.6-
YUV92.68136.65207.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=59.13%
G=9.57%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043310800.840.470.2333.6872.1546.47
HexCC216C0542F1414e482e
Octal314411540124572451611056
Binary11001100100001110110001010100101111101001010011101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc216c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc216c; }

 p { color: rgb(204,33,108); }

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

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

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

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

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

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

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