Html Css Color HEX #C11796 Medium Violet Red

📋 copy color: '#C11796'

red 193 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #C11796

Tints of Medium Violet Red #C11796

RGB

 RED value IS 193 (75.78% from 255) = 52.73%

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

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

R = 52.73%
G = 6.28%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C11796 (or 0xC11796) is known color: Medium Violet Red. HEX triplet: C1, 17 and 96. RGB value is (193,23,150). Sum of RGB (Red+Green+Blue) = 193+23+150=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C11796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11796 is #3EE869. Grayscale: #575757. Windows color (decimal): -4122730 or 9836481. OLE color: 9836481.

HSL color Cylindrical-coordinate representation of color #C11796: hue angle of 315.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11796 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 23 150 -
CMYK 0 0.88 0.22 0.24
HSL 315.18º 0.79% 0.42% -
HSV(B) 315.18º 0.88% 0.76% -
XYZ 27.8 14.15 30.12 -
YUV 88.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 193 23 150 0 0.88 0.22 0.24 315.18 0.79 0.42
Hex C1 17 96 0 58 16 18 13B 4F 2A
Octal 301 27 226 0 130 26 30 473 117 52
Binary 11000001 10111 10010110 0 1011000 10110 11000 100111011 1001111 101010

Color Harmonies of #C11796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11796

Black with #C11796

Text Example


Text Example

White with #C11796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11796; }

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

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

background-color css

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

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

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

border-color css

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

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

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