Html Css Color HEX #CC2F88 Deep Cerise

📋 copy color: '#CC2F88'

red 204 ◦ green 47 ◦ blue 136

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

Shades of Deep Cerise #CC2F88

Tints of Deep Cerise #CC2F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

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

R = 52.71%
G = 12.14%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC2F88 (or 0xCC2F88) is known color: Deep Cerise. HEX triplet: CC, 2F and 88. RGB value is (204,47,136). Sum of RGB (Red+Green+Blue) = 204+47+136=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2F88 is #33D077. Grayscale: #676767. Windows color (decimal): -3395704 or 8925132. OLE color: 8925132.

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

Color convert

RGB 204 47 136 -
CMYK 0 0.77 0.33 0.2
HSL 325.99º 0.63% 0.49% -
HSV(B) 325.99º 0.77% 0.8% -
XYZ 30.36 16.65 24.91 -
YUV 104.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 204 47 136 0 0.77 0.33 0.2 325.99 0.63 0.49
Hex CC 2F 88 0 4D 21 14 146 3F 31
Octal 314 57 210 0 115 41 24 506 77 61
Binary 11001100 101111 10001000 0 1001101 100001 10100 101000110 111111 110001

Color Harmonies of #CC2F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F88

Black with #CC2F88

Text Example


Text Example

White with #CC2F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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