Html Css Color HEX #CE3391 Deep Cerise

📋 copy color: '#CE3391'

red 206 ◦ green 51 ◦ blue 145

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

Shades of Deep Cerise #CE3391

Tints of Deep Cerise #CE3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.69%

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

R = 51.24%
G = 12.69%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE3391 (or 0xCE3391) is known color: Deep Cerise. HEX triplet: CE, 33 and 91. RGB value is (206,51,145). Sum of RGB (Red+Green+Blue) = 206+51+145=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3391 is #31CC6E. Grayscale: #6B6B6B. Windows color (decimal): -3263599 or 9515982. OLE color: 9515982.

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

Color convert

RGB 206 51 145 -
CMYK 0 0.75 0.30 0.19
HSL 323.61º 0.61% 0.5% -
HSV(B) 323.61º 0.75% 0.81% -
XYZ 31.75 17.53 28.5 -
YUV 108.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 206 51 145 0 0.75 0.30 0.19 323.61 0.61 0.5
Hex CE 33 91 0 4B 1E 13 144 3D 32
Octal 316 63 221 0 113 36 23 504 75 62
Binary 11001110 110011 10010001 0 1001011 11110 10011 101000100 111101 110010

Color Harmonies of #CE3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3391

Black with #CE3391

Text Example


Text Example

White with #CE3391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3391; }

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

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

background-color css

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

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

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

border-color css

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

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

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