Html Css Color HEX #CE2B96 Deep Cerise

📋 copy color: '#CE2B96'

red 206 ◦ green 43 ◦ blue 150

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

Shades of Deep Cerise #CE2B96

Tints of Deep Cerise #CE2B96

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.78%

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

R = 51.63%
G = 10.78%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2B96 (or 0xCE2B96) is known color: Deep Cerise. HEX triplet: CE, 2B and 96. RGB value is (206,43,150). Sum of RGB (Red+Green+Blue) = 206+43+150=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B96 is #31D469. Grayscale: #676767. Windows color (decimal): -3265642 or 9841614. OLE color: 9841614.

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

Color convert

RGB 206 43 150 -
CMYK 0 0.79 0.27 0.19
HSL 320.61º 0.65% 0.49% -
HSV(B) 320.61º 0.79% 0.81% -
XYZ 31.82 17.05 30.47 -
YUV 103.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 206 43 150 0 0.79 0.27 0.19 320.61 0.65 0.49
Hex CE 2B 96 0 4F 1B 13 141 41 31
Octal 316 53 226 0 117 33 23 501 101 61
Binary 11001110 101011 10010110 0 1001111 11011 10011 101000001 1000001 110001

Color Harmonies of #CE2B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B96

Black with #CE2B96

Text Example


Text Example

White with #CE2B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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