Html Css Color HEX #CE2E96 Deep Cerise

📋 copy color: '#CE2E96'

red 206 ◦ green 46 ◦ blue 150

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

Shades of Deep Cerise #CE2E96

Tints of Deep Cerise #CE2E96

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

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

R = 51.24%
G = 11.44%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2E96 (or 0xCE2E96) is known color: Deep Cerise. HEX triplet: CE, 2E and 96. RGB value is (206,46,150). Sum of RGB (Red+Green+Blue) = 206+46+150=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E96 is #31D169. Grayscale: #696969. Windows color (decimal): -3264874 or 9842382. OLE color: 9842382.

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

Color convert

RGB 206 46 150 -
CMYK 0 0.78 0.27 0.19
HSL 321º 0.63% 0.49% -
HSV(B) 321º 0.78% 0.81% -
XYZ 31.94 17.28 30.51 -
YUV 105.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 206 46 150 0 0.78 0.27 0.19 321 0.63 0.49
Hex CE 2E 96 0 4E 1B 13 141 3F 31
Octal 316 56 226 0 116 33 23 501 77 61
Binary 11001110 101110 10010110 0 1001110 11011 10011 101000001 111111 110001

Color Harmonies of #CE2E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E96

Black with #CE2E96

Text Example


Text Example

White with #CE2E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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