Html Css Color HEX #CE3394 Deep Cerise

📋 copy color: '#CE3394'

red 206 ◦ green 51 ◦ blue 148

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

Shades of Deep Cerise #CE3394

Tints of Deep Cerise #CE3394

RGB

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

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

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

R = 50.86%
G = 12.59%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE3394 (or 0xCE3394) is known color: Deep Cerise. HEX triplet: CE, 33 and 94. RGB value is (206,51,148). Sum of RGB (Red+Green+Blue) = 206+51+148=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3394 is #31CC6B. Grayscale: #6C6C6C. Windows color (decimal): -3263596 or 9712590. OLE color: 9712590.

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

Color convert

RGB 206 51 148 -
CMYK 0 0.75 0.28 0.19
HSL 322.45º 0.61% 0.5% -
HSV(B) 322.45º 0.75% 0.81% -
XYZ 31.98 17.63 29.73 -
YUV 108.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 206 51 148 0 0.75 0.28 0.19 322.45 0.61 0.5
Hex CE 33 94 0 4B 1C 13 142 3D 32
Octal 316 63 224 0 113 34 23 502 75 62
Binary 11001110 110011 10010100 0 1001011 11100 10011 101000010 111101 110010

Color Harmonies of #CE3394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3394

Black with #CE3394

Text Example


Text Example

White with #CE3394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3394; }

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

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

background-color css

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

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

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

border-color css

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

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

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