Html Css Color HEX #CC2B88 Deep Cerise

📋 copy color: '#CC2B88'

red 204 ◦ green 43 ◦ blue 136

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

Shades of Deep Cerise #CC2B88

Tints of Deep Cerise #CC2B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 53.26%
G = 11.23%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC2B88 (or 0xCC2B88) is known color: Deep Cerise. HEX triplet: CC, 2B and 88. RGB value is (204,43,136). Sum of RGB (Red+Green+Blue) = 204+43+136=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2B88 is #33D477. Grayscale: #656565. Windows color (decimal): -3396728 or 8924108. OLE color: 8924108.

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

Color convert

RGB 204 43 136 -
CMYK 0 0.79 0.33 0.2
HSL 325.34º 0.65% 0.48% -
HSV(B) 325.34º 0.79% 0.8% -
XYZ 30.21 16.34 24.85 -
YUV 101.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 204 43 136 0 0.79 0.33 0.2 325.34 0.65 0.48
Hex CC 2B 88 0 4F 21 14 145 41 30
Octal 314 53 210 0 117 41 24 505 101 60
Binary 11001100 101011 10001000 0 1001111 100001 10100 101000101 1000001 110000

Color Harmonies of #CC2B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B88

Black with #CC2B88

Text Example


Text Example

White with #CC2B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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