Html Css Color HEX #CE3191 Deep Cerise

📋 copy color: '#CE3191'

red 206 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #CE3191

Tints of Deep Cerise #CE3191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.25%

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

R = 51.5%
G = 12.25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE3191 (or 0xCE3191) is known color: Deep Cerise. HEX triplet: CE, 31 and 91. RGB value is (206,49,145). Sum of RGB (Red+Green+Blue) = 206+49+145=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3191 is #31CE6E. Grayscale: #6A6A6A. Windows color (decimal): -3264111 or 9515470. OLE color: 9515470.

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

Color convert

RGB 206 49 145 -
CMYK 0 0.76 0.30 0.19
HSL 323.31º 0.62% 0.5% -
HSV(B) 323.31º 0.76% 0.81% -
XYZ 31.66 17.36 28.47 -
YUV 106.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 206 49 145 0 0.76 0.30 0.19 323.31 0.62 0.5
Hex CE 31 91 0 4C 1E 13 143 3E 32
Octal 316 61 221 0 114 36 23 503 76 62
Binary 11001110 110001 10010001 0 1001100 11110 10011 101000011 111110 110010

Color Harmonies of #CE3191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3191

Black with #CE3191

Text Example


Text Example

White with #CE3191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3191; }

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

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

background-color css

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

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

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

border-color css

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

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

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