Html Css Color HEX #CE3991 Deep Cerise

📋 copy color: '#CE3991'

red 206 ◦ green 57 ◦ blue 145

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

Shades of Deep Cerise #CE3991

Tints of Deep Cerise #CE3991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.97%

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

R = 50.49%
G = 13.97%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE3991 (or 0xCE3991) is known color: Deep Cerise. HEX triplet: CE, 39 and 91. RGB value is (206,57,145). Sum of RGB (Red+Green+Blue) = 206+57+145=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3991 is #31C66E. Grayscale: #6F6F6F. Windows color (decimal): -3262063 or 9517518. OLE color: 9517518.

HSL color Cylindrical-coordinate representation of color #CE3991: hue angle of 324.56º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3991 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 145 -
CMYK 0 0.72 0.30 0.19
HSL 324.56º 0.6% 0.52% -
HSV(B) 324.56º 0.72% 0.81% -
XYZ 32.03 18.09 28.59 -
YUV 111.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 206 57 145 0 0.72 0.30 0.19 324.56 0.6 0.52
Hex CE 39 91 0 48 1E 13 145 3C 34
Octal 316 71 221 0 110 36 23 505 74 64
Binary 11001110 111001 10010001 0 1001000 11110 10011 101000101 111100 110100

Color Harmonies of #CE3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3991

Black with #CE3991

Text Example


Text Example

White with #CE3991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3991; }

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

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

background-color css

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

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

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

border-color css

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

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

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