Html Css Color HEX #CE3494 Deep Cerise

📋 copy color: '#CE3494'

red 206 ◦ green 52 ◦ blue 148

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

Shades of Deep Cerise #CE3494

Tints of Deep Cerise #CE3494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.81%

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

R = 50.74%
G = 12.81%
B = 36.45%

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

#CE3494 (or 0xCE3494) is known color: Deep Cerise. HEX triplet: CE, 34 and 94. RGB value is (206,52,148). Sum of RGB (Red+Green+Blue) = 206+52+148=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3494 is #31CB6B. Grayscale: #6C6C6C. Windows color (decimal): -3263340 or 9712846. OLE color: 9712846.

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

Color convert

RGB 206 52 148 -
CMYK 0 0.75 0.28 0.19
HSL 322.6º 0.61% 0.51% -
HSV(B) 322.6º 0.75% 0.81% -
XYZ 32.03 17.72 29.75 -
YUV 108.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 206 52 148 0 0.75 0.28 0.19 322.6 0.61 0.51
Hex CE 34 94 0 4B 1C 13 143 3D 33
Octal 316 64 224 0 113 34 23 503 75 63
Binary 11001110 110100 10010100 0 1001011 11100 10011 101000011 111101 110011

Color Harmonies of #CE3494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3494

Black with #CE3494

Text Example


Text Example

White with #CE3494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3494; }

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

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

background-color css

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

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

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

border-color css

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

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

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