Html Css Color HEX #CE3994 Deep Cerise

📋 copy color: '#CE3994'

red 206 ◦ green 57 ◦ blue 148

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

Shades of Deep Cerise #CE3994

Tints of Deep Cerise #CE3994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 50.12%
G = 13.87%
B = 36.01%

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

#CE3994 (or 0xCE3994) is known color: Deep Cerise. HEX triplet: CE, 39 and 94. RGB value is (206,57,148). Sum of RGB (Red+Green+Blue) = 206+57+148=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3994 is #31C66B. Grayscale: #6F6F6F. Windows color (decimal): -3262060 or 9714126. OLE color: 9714126.

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

Color convert

RGB 206 57 148 -
CMYK 0 0.72 0.28 0.19
HSL 323.36º 0.6% 0.52% -
HSV(B) 323.36º 0.72% 0.81% -
XYZ 32.26 18.19 29.83 -
YUV 111.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 206 57 148 0 0.72 0.28 0.19 323.36 0.6 0.52
Hex CE 39 94 0 48 1C 13 143 3C 34
Octal 316 71 224 0 110 34 23 503 74 64
Binary 11001110 111001 10010100 0 1001000 11100 10011 101000011 111100 110100

Color Harmonies of #CE3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3994

Black with #CE3994

Text Example


Text Example

White with #CE3994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3994; }

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

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

background-color css

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

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

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

border-color css

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

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

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