Html Css Color HEX #CE2D96 Deep Cerise

📋 copy color: '#CE2D96'

red 206 ◦ green 45 ◦ blue 150

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

Shades of Deep Cerise #CE2D96

Tints of Deep Cerise #CE2D96

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.22%

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

R = 51.37%
G = 11.22%
B = 37.41%

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

#CE2D96 (or 0xCE2D96) is known color: Deep Cerise. HEX triplet: CE, 2D and 96. RGB value is (206,45,150). Sum of RGB (Red+Green+Blue) = 206+45+150=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D96 is #31D269. Grayscale: #686868. Windows color (decimal): -3265130 or 9842126. OLE color: 9842126.

HSL color Cylindrical-coordinate representation of color #CE2D96: hue angle of 320.87º degrees, saturation: 0.64, 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 #CE2D96 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 150 -
CMYK 0 0.78 0.27 0.19
HSL 320.87º 0.64% 0.49% -
HSV(B) 320.87º 0.78% 0.81% -
XYZ 31.9 17.2 30.49 -
YUV 105.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 206 45 150 0 0.78 0.27 0.19 320.87 0.64 0.49
Hex CE 2D 96 0 4E 1B 13 141 40 31
Octal 316 55 226 0 116 33 23 501 100 61
Binary 11001110 101101 10010110 0 1001110 11011 10011 101000001 1000000 110001

Color Harmonies of #CE2D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D96

Black with #CE2D96

Text Example


Text Example

White with #CE2D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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