Html Css Color HEX #CE2D94 Deep Cerise

📋 copy color: '#CE2D94'

red 206 ◦ green 45 ◦ blue 148

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

Shades of Deep Cerise #CE2D94

Tints of Deep Cerise #CE2D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.09%

R = 51.63%
G = 11.28%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE2D94 (or 0xCE2D94) is known color: Deep Cerise. HEX triplet: CE, 2D and 94. RGB value is (206,45,148). Sum of RGB (Red+Green+Blue) = 206+45+148=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D94 is #31D26B. Grayscale: #686868. Windows color (decimal): -3265132 or 9711054. OLE color: 9711054.

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

Color convert

RGB 206 45 148 -
CMYK 0 0.78 0.28 0.19
HSL 321.61º 0.64% 0.49% -
HSV(B) 321.61º 0.78% 0.81% -
XYZ 31.74 17.14 29.65 -
YUV 104.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 206 45 148 0 0.78 0.28 0.19 321.61 0.64 0.49
Hex CE 2D 94 0 4E 1C 13 142 40 31
Octal 316 55 224 0 116 34 23 502 100 61
Binary 11001110 101101 10010100 0 1001110 11100 10011 101000010 1000000 110001

Color Harmonies of #CE2D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D94

Black with #CE2D94

Text Example


Text Example

White with #CE2D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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