Html Css Color HEX #CE1196 Medium Violet Red

📋 copy color: '#CE1196'

red 206 ◦ green 17 ◦ blue 150

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

Shades of Medium Violet Red #CE1196

Tints of Medium Violet Red #CE1196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.56%

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

R = 55.23%
G = 4.56%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE1196 (or 0xCE1196) is known color: Medium Violet Red. HEX triplet: CE, 11 and 96. RGB value is (206,17,150). Sum of RGB (Red+Green+Blue) = 206+17+150=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1196 is #31EE69. Grayscale: #585858. Windows color (decimal): -3272298 or 9834958. OLE color: 9834958.

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

Color convert

RGB 206 17 150 -
CMYK 0 0.92 0.27 0.19
HSL 317.78º 0.85% 0.44% -
HSV(B) 317.78º 0.92% 0.81% -
XYZ 31.16 15.72 30.25 -
YUV 88.67 162.62 211.69 -
System Red Green Blue C M Y K H S L
Decimal 206 17 150 0 0.92 0.27 0.19 317.78 0.85 0.44
Hex CE 11 96 0 5C 1B 13 13E 55 2C
Octal 316 21 226 0 134 33 23 476 125 54
Binary 11001110 10001 10010110 0 1011100 11011 10011 100111110 1010101 101100

Color Harmonies of #CE1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1196

Black with #CE1196

Text Example


Text Example

White with #CE1196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1196; }

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

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

background-color css

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

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

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

border-color css

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

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

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