#CC297C

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

Shades of Deep Cerise #CC297C

Tints of Deep Cerise #CC297C

Color information

#CC297C (or 0xCC297C) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 7C. RGB value is (204,41,124). Sum of RGB (Red+Green+Blue) = 204+41+124=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297C is #33D683. Grayscale: #636363. Windows color (decimal): -3397252 or 8137164. OLE color: 8137164.

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

Color convert

RGB20441124-
CMYK00.800.390.2
HSL329.45º66.53%48.04%-
HSV(B)329.45º79.9%80%-
XYZ29.3315.8820.59-
YUV99.2142202.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.28%
GREEN value IS 41 (16.41% from 255) = 11.11%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=55.28%
G=11.11%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044112400.800.390.2329.4566.5348.04
HexCC297C05027141494330
Octal314511740120472451110360
Binary11001100101001111110001010000100111101001010010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC297C; }

 p { color: rgb(204,41,124); }

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

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

 a { background-color: rgb(204,41,124); }

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

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

 span { border-color: rgb(204,41,124); }

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