Html Css Color HEX #CC2987 Deep Cerise

📋 copy color: '#CC2987'

red 204 ◦ green 41 ◦ blue 135

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

Shades of Deep Cerise #CC2987

Tints of Deep Cerise #CC2987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 53.68%
G = 10.79%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC2987 (or 0xCC2987) is known color: Deep Cerise. HEX triplet: CC, 29 and 87. RGB value is (204,41,135). Sum of RGB (Red+Green+Blue) = 204+41+135=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2987 is #33D678. Grayscale: #646464. Windows color (decimal): -3397241 or 8858060. OLE color: 8858060.

HSL color Cylindrical-coordinate representation of color #CC2987: hue angle of 325.4º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2987 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 41 135 -
CMYK 0 0.80 0.34 0.2
HSL 325.4º 0.67% 0.48% -
HSV(B) 325.4º 0.8% 0.8% -
XYZ 30.07 16.17 24.46 -
YUV 100.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 204 41 135 0 0.80 0.34 0.2 325.4 0.67 0.48
Hex CC 29 87 0 50 22 14 145 43 30
Octal 314 51 207 0 120 42 24 505 103 60
Binary 11001100 101001 10000111 0 1010000 100010 10100 101000101 1000011 110000

Color Harmonies of #CC2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2987

Black with #CC2987

Text Example


Text Example

White with #CC2987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2987; }

 p { color: rgb(204,41,135); }

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

background-color css

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

 a { background-color: rgb(204,41,135); }

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

border-color css

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

 span { border-color: rgb(204,41,135); }

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