Html Css Color HEX #CE2A91 Deep Cerise

📋 copy color: '#CE2A91'

red 206 ◦ green 42 ◦ blue 145

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

Shades of Deep Cerise #CE2A91

Tints of Deep Cerise #CE2A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.69%

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

R = 52.42%
G = 10.69%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE2A91 (or 0xCE2A91) is known color: Deep Cerise. HEX triplet: CE, 2A and 91. RGB value is (206,42,145). Sum of RGB (Red+Green+Blue) = 206+42+145=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2A91 is #31D56E. Grayscale: #666666. Windows color (decimal): -3265903 or 9513678. OLE color: 9513678.

HSL color Cylindrical-coordinate representation of color #CE2A91: hue angle of 322.32º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A91 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 145 -
CMYK 0 0.80 0.30 0.19
HSL 322.32º 0.66% 0.49% -
HSV(B) 322.32º 0.8% 0.81% -
XYZ 31.39 16.82 28.38 -
YUV 102.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 206 42 145 0 0.80 0.30 0.19 322.32 0.66 0.49
Hex CE 2A 91 0 50 1E 13 142 42 31
Octal 316 52 221 0 120 36 23 502 102 61
Binary 11001110 101010 10010001 0 1010000 11110 10011 101000010 1000010 110001

Color Harmonies of #CE2A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A91

Black with #CE2A91

Text Example


Text Example

White with #CE2A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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