Html Css Color HEX #CC2998 Deep Cerise

📋 copy color: '#CC2998'

red 204 ◦ green 41 ◦ blue 152

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

Shades of Deep Cerise #CC2998

Tints of Deep Cerise #CC2998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.29%

R = 51.39%
G = 10.33%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2998 (or 0xCC2998) is known color: Deep Cerise. HEX triplet: CC, 29 and 98. RGB value is (204,41,152). Sum of RGB (Red+Green+Blue) = 204+41+152=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2998 is #33D667. Grayscale: #666666. Windows color (decimal): -3397224 or 9972172. OLE color: 9972172.

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

Color convert

RGB 204 41 152 -
CMYK 0 0.80 0.25 0.2
HSL 319.14º 0.67% 0.48% -
HSV(B) 319.14º 0.8% 0.8% -
XYZ 31.36 16.69 31.27 -
YUV 102.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 204 41 152 0 0.80 0.25 0.2 319.14 0.67 0.48
Hex CC 29 98 0 50 19 14 13F 43 30
Octal 314 51 230 0 120 31 24 477 103 60
Binary 11001100 101001 10011000 0 1010000 11001 10100 100111111 1000011 110000

Color Harmonies of #CC2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2998

Black with #CC2998

Text Example


Text Example

White with #CC2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2998; }

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

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

background-color css

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

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

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

border-color css

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

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

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