Html Css Color HEX #CE3296 Deep Cerise

📋 copy color: '#CE3296'

red 206 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #CE3296

Tints of Deep Cerise #CE3296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.32%

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

R = 50.74%
G = 12.32%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE3296 (or 0xCE3296) is known color: Deep Cerise. HEX triplet: CE, 32 and 96. RGB value is (206,50,150). Sum of RGB (Red+Green+Blue) = 206+50+150=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3296 is #31CD69. Grayscale: #6B6B6B. Windows color (decimal): -3263850 or 9843406. OLE color: 9843406.

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

Color convert

RGB 206 50 150 -
CMYK 0 0.76 0.27 0.19
HSL 321.54º 0.61% 0.5% -
HSV(B) 321.54º 0.76% 0.81% -
XYZ 32.1 17.61 30.56 -
YUV 108.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 206 50 150 0 0.76 0.27 0.19 321.54 0.61 0.5
Hex CE 32 96 0 4C 1B 13 142 3D 32
Octal 316 62 226 0 114 33 23 502 75 62
Binary 11001110 110010 10010110 0 1001100 11011 10011 101000010 111101 110010

Color Harmonies of #CE3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3296

Black with #CE3296

Text Example


Text Example

White with #CE3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3296; }

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

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

background-color css

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

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

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

border-color css

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

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

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