Html Css Color HEX #CE1796 Medium Violet Red

📋 copy color: '#CE1796'

red 206 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #CE1796

Tints of Medium Violet Red #CE1796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.07%

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

R = 54.35%
G = 6.07%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE1796 (or 0xCE1796) is known color: Medium Violet Red. HEX triplet: CE, 17 and 96. RGB value is (206,23,150). Sum of RGB (Red+Green+Blue) = 206+23+150=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1796 is #31E869. Grayscale: #5B5B5B. Windows color (decimal): -3270762 or 9836494. OLE color: 9836494.

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

Color convert

RGB 206 23 150 -
CMYK 0 0.89 0.27 0.19
HSL 318.36º 0.8% 0.45% -
HSV(B) 318.36º 0.89% 0.81% -
XYZ 31.27 15.94 30.28 -
YUV 92.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 206 23 150 0 0.89 0.27 0.19 318.36 0.8 0.45
Hex CE 17 96 0 59 1B 13 13E 50 2D
Octal 316 27 226 0 131 33 23 476 120 55
Binary 11001110 10111 10010110 0 1011001 11011 10011 100111110 1010000 101101

Color Harmonies of #CE1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1796

Black with #CE1796

Text Example


Text Example

White with #CE1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1796; }

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

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

background-color css

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

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

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

border-color css

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

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

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