Html Css Color HEX #CE3091 Deep Cerise

📋 copy color: '#CE3091'

red 206 ◦ green 48 ◦ blue 145

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

Shades of Deep Cerise #CE3091

Tints of Deep Cerise #CE3091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.03%

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

R = 51.63%
G = 12.03%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE3091 (or 0xCE3091) is known color: Deep Cerise. HEX triplet: CE, 30 and 91. RGB value is (206,48,145). Sum of RGB (Red+Green+Blue) = 206+48+145=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3091 is #31CF6E. Grayscale: #6A6A6A. Windows color (decimal): -3264367 or 9515214. OLE color: 9515214.

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

Color convert

RGB 206 48 145 -
CMYK 0 0.77 0.30 0.19
HSL 323.16º 0.62% 0.5% -
HSV(B) 323.16º 0.77% 0.81% -
XYZ 31.62 17.28 28.46 -
YUV 106.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 206 48 145 0 0.77 0.30 0.19 323.16 0.62 0.5
Hex CE 30 91 0 4D 1E 13 143 3E 32
Octal 316 60 221 0 115 36 23 503 76 62
Binary 11001110 110000 10010001 0 1001101 11110 10011 101000011 111110 110010

Color Harmonies of #CE3091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3091

Black with #CE3091

Text Example


Text Example

White with #CE3091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3091; }

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

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

background-color css

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

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

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

border-color css

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

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

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