Html Css Color HEX #CE3696 Deep Cerise

📋 copy color: '#CE3696'

red 206 ◦ green 54 ◦ blue 150

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

Shades of Deep Cerise #CE3696

Tints of Deep Cerise #CE3696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.17%

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

R = 50.24%
G = 13.17%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE3696 (or 0xCE3696) is known color: Deep Cerise. HEX triplet: CE, 36 and 96. RGB value is (206,54,150). Sum of RGB (Red+Green+Blue) = 206+54+150=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3696 is #31C969. Grayscale: #6E6E6E. Windows color (decimal): -3262826 or 9844430. OLE color: 9844430.

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

Color convert

RGB 206 54 150 -
CMYK 0 0.74 0.27 0.19
HSL 322.11º 0.61% 0.51% -
HSV(B) 322.11º 0.74% 0.81% -
XYZ 32.28 17.96 30.62 -
YUV 110.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 206 54 150 0 0.74 0.27 0.19 322.11 0.61 0.51
Hex CE 36 96 0 4A 1B 13 142 3D 33
Octal 316 66 226 0 112 33 23 502 75 63
Binary 11001110 110110 10010110 0 1001010 11011 10011 101000010 111101 110011

Color Harmonies of #CE3696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3696

Black with #CE3696

Text Example


Text Example

White with #CE3696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3696; }

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

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

background-color css

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

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

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

border-color css

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

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

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