Html Css Color HEX #CE2896 Deep Cerise

📋 copy color: '#CE2896'

red 206 ◦ green 40 ◦ blue 150

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

Shades of Deep Cerise #CE2896

Tints of Deep Cerise #CE2896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.1%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 52.02%
G = 10.1%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2896 (or 0xCE2896) is known color: Deep Cerise. HEX triplet: CE, 28 and 96. RGB value is (206,40,150). Sum of RGB (Red+Green+Blue) = 206+40+150=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2896 is #31D769. Grayscale: #656565. Windows color (decimal): -3266410 or 9840846. OLE color: 9840846.

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

Color convert

RGB 206 40 150 -
CMYK 0 0.81 0.27 0.19
HSL 320.24º 0.67% 0.48% -
HSV(B) 320.24º 0.81% 0.81% -
XYZ 31.72 16.84 30.43 -
YUV 102.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 206 40 150 0 0.81 0.27 0.19 320.24 0.67 0.48
Hex CE 28 96 0 51 1B 13 140 43 30
Octal 316 50 226 0 121 33 23 500 103 60
Binary 11001110 101000 10010110 0 1010001 11011 10011 101000000 1000011 110000

Color Harmonies of #CE2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2896

Black with #CE2896

Text Example


Text Example

White with #CE2896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2896; }

 p { color: rgb(206,40,150); }

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

background-color css

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

 a { background-color: rgb(206,40,150); }

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

border-color css

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

 span { border-color: rgb(206,40,150); }

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