Html Css Color HEX #CE2096 Medium Violet Red

📋 copy color: '#CE2096'

red 206 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #CE2096

Tints of Medium Violet Red #CE2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

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

R = 53.09%
G = 8.25%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2096 (or 0xCE2096) is known color: Medium Violet Red. HEX triplet: CE, 20 and 96. RGB value is (206,32,150). Sum of RGB (Red+Green+Blue) = 206+32+150=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2096 is #31DF69. Grayscale: #616161. Windows color (decimal): -3268458 or 9838798. OLE color: 9838798.

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

Color convert

RGB 206 32 150 -
CMYK 0 0.84 0.27 0.19
HSL 319.31º 0.73% 0.47% -
HSV(B) 319.31º 0.84% 0.81% -
XYZ 31.48 16.36 30.35 -
YUV 97.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 206 32 150 0 0.84 0.27 0.19 319.31 0.73 0.47
Hex CE 20 96 0 54 1B 13 13F 49 2F
Octal 316 40 226 0 124 33 23 477 111 57
Binary 11001110 100000 10010110 0 1010100 11011 10011 100111111 1001001 101111

Color Harmonies of #CE2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2096

Black with #CE2096

Text Example


Text Example

White with #CE2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2096; }

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

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

background-color css

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

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

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

border-color css

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

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

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