#CC297A

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

Shades of Deep Cerise #CC297A

Tints of Deep Cerise #CC297A

Color information

#CC297A (or 0xCC297A) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 7A. RGB value is (204,41,122). Sum of RGB (Red+Green+Blue) = 204+41+122=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297A is #33D685. Grayscale: #626262. Windows color (decimal): -3397254 or 8006092. OLE color: 8006092.

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

Color convert

RGB20441122-
CMYK00.800.400.2
HSL330.18º66.53%48.04%-
HSV(B)330.18º79.9%80%-
XYZ29.2115.8319.93-
YUV98.97141202.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 41 (16.41% from 255) = 11.17%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=55.59%
G=11.17%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044112200.800.400.2330.1866.5348.04
HexCC297A050281414a4330
Octal314511720120502451210360
Binary11001100101001111101001010000101000101001010010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC297A; }

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

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

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

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

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

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

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

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