Html Css Color HEX #CE2D91 Deep Cerise

📋 copy color: '#CE2D91'

red 206 ◦ green 45 ◦ blue 145

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

Shades of Deep Cerise #CE2D91

Tints of Deep Cerise #CE2D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 52.02%
G = 11.36%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE2D91 (or 0xCE2D91) is known color: Deep Cerise. HEX triplet: CE, 2D and 91. RGB value is (206,45,145). Sum of RGB (Red+Green+Blue) = 206+45+145=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D91 is #31D26E. Grayscale: #686868. Windows color (decimal): -3265135 or 9514446. OLE color: 9514446.

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

Color convert

RGB 206 45 145 -
CMYK 0 0.78 0.30 0.19
HSL 322.73º 0.64% 0.49% -
HSV(B) 322.73º 0.78% 0.81% -
XYZ 31.5 17.04 28.42 -
YUV 104.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 206 45 145 0 0.78 0.30 0.19 322.73 0.64 0.49
Hex CE 2D 91 0 4E 1E 13 143 40 31
Octal 316 55 221 0 116 36 23 503 100 61
Binary 11001110 101101 10010001 0 1001110 11110 10011 101000011 1000000 110001

Color Harmonies of #CE2D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D91

Black with #CE2D91

Text Example


Text Example

White with #CE2D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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