Html Css Color HEX #CE2998 Deep Cerise

📋 copy color: '#CE2998'

red 206 ◦ green 41 ◦ blue 152

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

Shades of Deep Cerise #CE2998

Tints of Deep Cerise #CE2998

RGB

 RED value IS 206 (80.86% from 255) = 51.63%

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

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

R = 51.63%
G = 10.28%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE2998 (or 0xCE2998) is known color: Deep Cerise. HEX triplet: CE, 29 and 98. RGB value is (206,41,152). Sum of RGB (Red+Green+Blue) = 206+41+152=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2998 is #31D667. Grayscale: #666666. Windows color (decimal): -3266152 or 9972174. OLE color: 9972174.

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

Color convert

RGB 206 41 152 -
CMYK 0 0.80 0.26 0.19
HSL 319.64º 0.67% 0.48% -
HSV(B) 319.64º 0.8% 0.81% -
XYZ 31.91 16.97 31.3 -
YUV 102.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 206 41 152 0 0.80 0.26 0.19 319.64 0.67 0.48
Hex CE 29 98 0 50 1A 13 140 43 30
Octal 316 51 230 0 120 32 23 500 103 60
Binary 11001110 101001 10011000 0 1010000 11010 10011 101000000 1000011 110000

Color Harmonies of #CE2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2998

Black with #CE2998

Text Example


Text Example

White with #CE2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2998; }

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

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

background-color css

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

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

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

border-color css

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

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

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