Html Css Color HEX #CC2C95 Deep Cerise

📋 copy color: '#CC2C95'

red 204 ◦ green 44 ◦ blue 149

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

Shades of Deep Cerise #CC2C95

Tints of Deep Cerise #CC2C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 51.39%
G = 11.08%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC2C95 (or 0xCC2C95) is known color: Deep Cerise. HEX triplet: CC, 2C and 95. RGB value is (204,44,149). Sum of RGB (Red+Green+Blue) = 204+44+149=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2C95 is #33D36A. Grayscale: #676767. Windows color (decimal): -3396459 or 9776332. OLE color: 9776332.

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

Color convert

RGB 204 44 149 -
CMYK 0 0.78 0.27 0.2
HSL 320.63º 0.65% 0.49% -
HSV(B) 320.63º 0.78% 0.8% -
XYZ 31.23 16.81 30.03 -
YUV 103.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 204 44 149 0 0.78 0.27 0.2 320.63 0.65 0.49
Hex CC 2C 95 0 4E 1B 14 141 41 31
Octal 314 54 225 0 116 33 24 501 101 61
Binary 11001100 101100 10010101 0 1001110 11011 10100 101000001 1000001 110001

Color Harmonies of #CC2C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C95

Black with #CC2C95

Text Example


Text Example

White with #CC2C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C95; }

 p { color: rgb(204,44,149); }

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

background-color css

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

 a { background-color: rgb(204,44,149); }

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

border-color css

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

 span { border-color: rgb(204,44,149); }

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