Html Css Color HEX #CE2988 Deep Cerise

📋 copy color: '#CE2988'

red 206 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #CE2988

Tints of Deep Cerise #CE2988

RGB

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

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

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

R = 53.79%
G = 10.7%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE2988 (or 0xCE2988) is known color: Deep Cerise. HEX triplet: CE, 29 and 88. RGB value is (206,41,136). Sum of RGB (Red+Green+Blue) = 206+41+136=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2988 is #31D677. Grayscale: #646464. Windows color (decimal): -3266168 or 8923598. OLE color: 8923598.

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

Color convert

RGB 206 41 136 -
CMYK 0 0.80 0.34 0.19
HSL 325.45º 0.67% 0.48% -
HSV(B) 325.45º 0.8% 0.81% -
XYZ 30.69 16.49 24.86 -
YUV 101.17 147.66 202.78 -
System Red Green Blue C M Y K H S L
Decimal 206 41 136 0 0.80 0.34 0.19 325.45 0.67 0.48
Hex CE 29 88 0 50 22 13 145 43 30
Octal 316 51 210 0 120 42 23 505 103 60
Binary 11001110 101001 10001000 0 1010000 100010 10011 101000101 1000011 110000

Color Harmonies of #CE2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2988

Black with #CE2988

Text Example


Text Example

White with #CE2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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