#CC2E6F

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

Shades of Cerise #CC2E6F

Tints of Cerise #CC2E6F

Color information

#CC2E6F (or 0xCC2E6F) is unknown color: approx Cerise. HEX triplet: CC, 2E and 6F. RGB value is (204,46,111). Sum of RGB (Red+Green+Blue) = 204+46+111=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E6F is #33D190. Grayscale: #646464. Windows color (decimal): -3395985 or 7286476. OLE color: 7286476.

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

Color convert

RGB20446111-
CMYK00.770.460.2
HSL335.32º63.2%49.02%-
HSV(B)335.32º77.45%80%-
XYZ28.7515.9416.6-
YUV100.65133.85201.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 46 (18.36% from 255) = 12.74%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=56.51%
G=12.74%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044611100.770.460.2335.3263.249.02
HexCC2E6F04D2E1414f3f31
Octal31456157011556245177761
Binary1100110010111011011110100110110111010100101001111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2E6F; }

 p { color: rgb(204,46,111); }

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

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

 a { background-color: rgb(204,46,111); }

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

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

 span { border-color: rgb(204,46,111); }

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