Html Css Color HEX #CC397B Deep Cerise

📋 copy color: '#CC397B'

red 204 ◦ green 57 ◦ blue 123

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

Shades of Deep Cerise #CC397B

Tints of Deep Cerise #CC397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 53.13%
G = 14.84%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC397B (or 0xCC397B) is known color: 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

RGB 204 57 123 -
CMYK 0 0.72 0.40 0.2
HSL 333.06º 0.59% 0.51% -
HSV(B) 333.06º 0.72% 0.8% -
XYZ 29.94 17.19 20.48 -
YUV 108.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 204 57 123 0 0.72 0.40 0.2 333.06 0.59 0.51
Hex CC 39 7B 0 48 28 14 14D 3B 33
Octal 314 71 173 0 110 50 24 515 73 63
Binary 11001100 111001 1111011 0 1001000 101000 10100 101001101 111011 110011

Color Harmonies of #CC397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC397B

Black with #CC397B

Text Example


Text Example

White with #CC397B

Text Example


Text Example

HTML Codes & Css Web 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>