Html Css Color HEX #CE2989 Deep Cerise

📋 copy color: '#CE2989'

red 206 ◦ green 41 ◦ blue 137

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

Shades of Deep Cerise #CE2989

Tints of Deep Cerise #CE2989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 53.65%
G = 10.68%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE2989 (or 0xCE2989) is known color: Deep Cerise. HEX triplet: CE, 29 and 89. RGB value is (206,41,137). Sum of RGB (Red+Green+Blue) = 206+41+137=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2989 is #31D676. Grayscale: #656565. Windows color (decimal): -3266167 or 8989134. OLE color: 8989134.

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

Color convert

RGB 206 41 137 -
CMYK 0 0.80 0.33 0.19
HSL 325.09º 0.67% 0.48% -
HSV(B) 325.09º 0.8% 0.81% -
XYZ 30.76 16.51 25.23 -
YUV 101.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 206 41 137 0 0.80 0.33 0.19 325.09 0.67 0.48
Hex CE 29 89 0 50 21 13 145 43 30
Octal 316 51 211 0 120 41 23 505 103 60
Binary 11001110 101001 10001001 0 1010000 100001 10011 101000101 1000011 110000

Color Harmonies of #CE2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2989

Black with #CE2989

Text Example


Text Example

White with #CE2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2989; }

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

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

background-color css

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

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

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

border-color css

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

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

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