Html Css Color HEX #CC397C Deep Cerise

📋 copy color: '#CC397C'

red 204 ◦ green 57 ◦ blue 124

#CC397C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CC397C

Tints of Deep Cerise #CC397C

RGB

 RED value IS 204 (80.08% from 255) = 52.99%

 GREEN value IS 57 (22.66% from 255) = 14.81%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 52.99%
G = 14.81%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC397C (or 0xCC397C) is known color: Deep Cerise. HEX triplet: CC, 39 and 7C. RGB value is (204,57,124). Sum of RGB (Red+Green+Blue) = 204+57+124=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC397C is #33C683. Grayscale: #6C6C6C. Windows color (decimal): -3393156 or 8141260. OLE color: 8141260.

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

Color convert

RGB 204 57 124 -
CMYK 0 0.72 0.39 0.2
HSL 332.65º 0.59% 0.51% -
HSV(B) 332.65º 0.72% 0.8% -
XYZ 30 17.22 20.81 -
YUV 108.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 204 57 124 0 0.72 0.39 0.2 332.65 0.59 0.51
Hex CC 39 7C 0 48 27 14 14D 3B 33
Octal 314 71 174 0 110 47 24 515 73 63
Binary 11001100 111001 1111100 0 1001000 100111 10100 101001101 111011 110011

Color Harmonies of #CC397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC397C

Black with #CC397C

Text Example


Text Example

White with #CC397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC397C; }

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

 H1.HeaderClassName
 {
   color: #CC397C;
 }
 .AnyTagClassName
 {
   color: #CC397C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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