#CC2D6B

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

Shades of Cerise #CC2D6B

Tints of Cerise #CC2D6B

Color information

#CC2D6B (or 0xCC2D6B) is unknown color: approx Cerise. HEX triplet: CC, 2D and 6B. RGB value is (204,45,107). Sum of RGB (Red+Green+Blue) = 204+45+107=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D6B is #33D294. Grayscale: #636363. Windows color (decimal): -3396245 or 7024076. OLE color: 7024076.

HSL color Cylindrical-coordinate representation of color #CC2D6B: hue angle of 336.6º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D6B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB20445107-
CMYK00.780.480.2
HSL336.6º63.86%48.82%-
HSV(B)336.6º77.94%80%-
XYZ28.4915.7815.45-
YUV99.61132.18202.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 45 (17.97% from 255) = 12.64%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=57.30%
G=12.64%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044510700.780.480.2336.663.8648.82
HexCC2D6B04E30141514031
Octal314551530116602452110061
Binary11001100101101110101101001110110000101001010100011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2D6B; }

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

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

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

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

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

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

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

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