#CC297E

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

Shades of Deep Cerise #CC297E

Tints of Deep Cerise #CC297E

Color information

#CC297E (or 0xCC297E) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 7E. RGB value is (204,41,126). Sum of RGB (Red+Green+Blue) = 204+41+126=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297E is #33D681. Grayscale: #636363. Windows color (decimal): -3397250 or 8268236. OLE color: 8268236.

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

Color convert

RGB20441126-
CMYK00.800.380.2
HSL328.71º66.53%48.04%-
HSV(B)328.71º79.9%80%-
XYZ29.4615.9321.26-
YUV99.43143202.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=54.99%
G=11.05%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044112600.800.380.2328.7166.5348.04
HexCC297E05026141494330
Octal314511760120462451110360
Binary11001100101001111111001010000100110101001010010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC297E; }

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

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

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

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

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

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

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

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