Html Css Color HEX #C11586 Medium Violet Red

📋 copy color: '#C11586'

red 193 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #C11586

Tints of Medium Violet Red #C11586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

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

R = 55.46%
G = 6.03%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C11586 (or 0xC11586) is known color: Medium Violet Red. HEX triplet: C1, 15 and 86. RGB value is (193,21,134). Sum of RGB (Red+Green+Blue) = 193+21+134=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C11586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11586 is #3EEA79. Grayscale: #555555. Windows color (decimal): -4123258 or 8787393. OLE color: 8787393.

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

Color convert

RGB 193 21 134 -
CMYK 0 0.89 0.31 0.24
HSL 320.58º 0.8% 0.42% -
HSV(B) 320.58º 0.89% 0.76% -
XYZ 26.56 13.6 23.78 -
YUV 85.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 193 21 134 0 0.89 0.31 0.24 320.58 0.8 0.42
Hex C1 15 86 0 59 1F 18 141 50 2A
Octal 301 25 206 0 131 37 30 501 120 52
Binary 11000001 10101 10000110 0 1011001 11111 11000 101000001 1010000 101010

Color Harmonies of #C11586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11586

Black with #C11586

Text Example


Text Example

White with #C11586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11586; }

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

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

background-color css

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

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

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

border-color css

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

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

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