#cc216b

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

Shades of Cerise #CC216B

Tints of Cerise #CC216B

Color information

#CC216B (or 0xCC216B) is unknown color: approx Cerise. HEX triplet: CC, 21 and 6B. RGB value is (204,33,107). Sum of RGB (Red+Green+Blue) = 204+33+107=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC216B is #33DE94. Grayscale: #5C5C5C. Windows color (decimal): -3399317 or 7021004. OLE color: 7021004.

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

Color convert

RGB20433107-
CMYK00.840.480.2
HSL334.04º72.15%46.47%-
HSV(B)334.04º83.82%80%-
XYZ28.114.9915.32-
YUV92.56136.15207.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.30%
GREEN value IS 33 (13.28% from 255) = 9.59%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=59.30%
G=9.59%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043310700.840.480.2334.0472.1546.47
HexCC216B054301414e482e
Octal314411530124602451611056
Binary11001100100001110101101010100110000101001010011101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc216b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc216b; }

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

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

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

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

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

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

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

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