Html Css Color HEX #C11786 Medium Violet Red

📋 copy color: '#C11786'

red 193 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #C11786

Tints of Medium Violet Red #C11786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 55.14%
G = 6.57%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C11786 (or 0xC11786) is known color: Medium Violet Red. HEX triplet: C1, 17 and 86. RGB value is (193,23,134). Sum of RGB (Red+Green+Blue) = 193+23+134=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C11786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11786 is #3EE879. Grayscale: #565656. Windows color (decimal): -4122746 or 8787905. OLE color: 8787905.

HSL color Cylindrical-coordinate representation of color #C11786: hue angle of 320.82º 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 #C11786 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 23 134 -
CMYK 0 0.88 0.31 0.24
HSL 320.82º 0.79% 0.42% -
HSV(B) 320.82º 0.88% 0.76% -
XYZ 26.6 13.67 23.79 -
YUV 86.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 193 23 134 0 0.88 0.31 0.24 320.82 0.79 0.42
Hex C1 17 86 0 58 1F 18 141 4F 2A
Octal 301 27 206 0 130 37 30 501 117 52
Binary 11000001 10111 10000110 0 1011000 11111 11000 101000001 1001111 101010

Color Harmonies of #C11786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11786

Black with #C11786

Text Example


Text Example

White with #C11786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11786; }

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

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

background-color css

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

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

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

border-color css

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

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

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