#CC2B97

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

Shades of Deep Cerise #CC2B97

Tints of Deep Cerise #CC2B97

Color information

#CC2B97 (or 0xCC2B97) is unknown color: approx Deep Cerise. HEX triplet: CC, 2B and 97. RGB value is (204,43,151). Sum of RGB (Red+Green+Blue) = 204+43+151=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2B97 is #33D468. Grayscale: #676767. Windows color (decimal): -3396713 or 9907148. OLE color: 9907148.

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

Color convert

RGB20443151-
CMYK00.790.260.2
HSL319.75º65.18%48.43%-
HSV(B)319.75º78.92%80%-
XYZ31.3516.830.87-
YUV103.45154.84199.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=51.26%
G=10.80%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044315100.790.260.2319.7565.1848.43
HexCC2B9704F1A141404130
Octal314532270117322450010160
Binary11001100101011100101110100111111010101001010000001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2B97; }

 p { color: rgb(204,43,151); }

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

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

 a { background-color: rgb(204,43,151); }

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

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

 span { border-color: rgb(204,43,151); }

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