#CC397B

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

Shades of Deep Cerise #CC397B

Tints of Deep Cerise #CC397B

Color information

#CC397B (or 0xCC397B) is unknown color: approx Deep Cerise. HEX triplet: CC, 39 and 7B. RGB value is (204,57,123). Sum of RGB (Red+Green+Blue) = 204+57+123=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC397B is #33C684. Grayscale: #6C6C6C. Windows color (decimal): -3393157 or 8075724. OLE color: 8075724.

HSL color Cylindrical-coordinate representation of color #CC397B: hue angle of 333.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC397B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB20457123-
CMYK00.720.400.2
HSL333.06º59.04%51.18%-
HSV(B)333.06º72.06%80%-
XYZ29.9417.1920.48-
YUV108.48136.2196.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=53.12%
G=14.84%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045712300.720.400.2333.0659.0451.18
HexCC397B048281414d3b33
Octal31471173011050245157363
Binary1100110011100111110110100100010100010100101001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC397B; }

 p { color: rgb(204,57,123); }

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

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

 a { background-color: rgb(204,57,123); }

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

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

 span { border-color: rgb(204,57,123); }

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