Html Css Color HEX #CE2D98 Deep Cerise

📋 copy color: '#CE2D98'

red 206 ◦ green 45 ◦ blue 152

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

Shades of Deep Cerise #CE2D98

Tints of Deep Cerise #CE2D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 51.12%
G = 11.17%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE2D98 (or 0xCE2D98) is known color: Deep Cerise. HEX triplet: CE, 2D and 98. RGB value is (206,45,152). Sum of RGB (Red+Green+Blue) = 206+45+152=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D98 is #31D267. Grayscale: #696969. Windows color (decimal): -3265128 or 9973198. OLE color: 9973198.

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

Color convert

RGB 206 45 152 -
CMYK 0 0.78 0.26 0.19
HSL 320.12º 0.64% 0.49% -
HSV(B) 320.12º 0.78% 0.81% -
XYZ 32.06 17.27 31.35 -
YUV 105.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 206 45 152 0 0.78 0.26 0.19 320.12 0.64 0.49
Hex CE 2D 98 0 4E 1A 13 140 40 31
Octal 316 55 230 0 116 32 23 500 100 61
Binary 11001110 101101 10011000 0 1001110 11010 10011 101000000 1000000 110001

Color Harmonies of #CE2D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D98

Black with #CE2D98

Text Example


Text Example

White with #CE2D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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