Html Css Color HEX #CE3995 Deep Cerise

📋 copy color: '#CE3995'

red 206 ◦ green 57 ◦ blue 149

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

Shades of Deep Cerise #CE3995

Tints of Deep Cerise #CE3995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 50%
G = 13.83%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE3995 (or 0xCE3995) is known color: Deep Cerise. HEX triplet: CE, 39 and 95. RGB value is (206,57,149). Sum of RGB (Red+Green+Blue) = 206+57+149=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3995 is #31C66A. Grayscale: #6F6F6F. Windows color (decimal): -3262059 or 9779662. OLE color: 9779662.

HSL color Cylindrical-coordinate representation of color #CE3995: hue angle of 322.95º 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 #CE3995 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 149 -
CMYK 0 0.72 0.28 0.19
HSL 322.95º 0.6% 0.52% -
HSV(B) 322.95º 0.72% 0.81% -
XYZ 32.34 18.22 30.25 -
YUV 112.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 206 57 149 0 0.72 0.28 0.19 322.95 0.6 0.52
Hex CE 39 95 0 48 1C 13 143 3C 34
Octal 316 71 225 0 110 34 23 503 74 64
Binary 11001110 111001 10010101 0 1001000 11100 10011 101000011 111100 110100

Color Harmonies of #CE3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3995

Black with #CE3995

Text Example


Text Example

White with #CE3995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3995; }

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

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

background-color css

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

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

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

border-color css

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

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

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