Html Css Color HEX #CE3996 Deep Cerise

📋 copy color: '#CE3996'

red 206 ◦ green 57 ◦ blue 150

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

Shades of Deep Cerise #CE3996

Tints of Deep Cerise #CE3996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 49.88%
G = 13.8%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE3996 (or 0xCE3996) is known color: Deep Cerise. HEX triplet: CE, 39 and 96. RGB value is (206,57,150). Sum of RGB (Red+Green+Blue) = 206+57+150=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3996 is #31C669. Grayscale: #6F6F6F. Windows color (decimal): -3262058 or 9845198. OLE color: 9845198.

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

Color convert

RGB 206 57 150 -
CMYK 0 0.72 0.27 0.19
HSL 322.55º 0.6% 0.52% -
HSV(B) 322.55º 0.72% 0.81% -
XYZ 32.42 18.25 30.67 -
YUV 112.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 206 57 150 0 0.72 0.27 0.19 322.55 0.6 0.52
Hex CE 39 96 0 48 1B 13 143 3C 34
Octal 316 71 226 0 110 33 23 503 74 64
Binary 11001110 111001 10010110 0 1001000 11011 10011 101000011 111100 110100

Color Harmonies of #CE3996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3996

Black with #CE3996

Text Example


Text Example

White with #CE3996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3996; }

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

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

background-color css

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

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

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

border-color css

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

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

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