Html Css Color HEX #C10586 Medium Violet Red

📋 copy color: '#C10586'

red 193 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #C10586

Tints of Medium Violet Red #C10586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 58.13%
G = 1.51%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C10586 (or 0xC10586) is known color: Medium Violet Red. HEX triplet: C1, 05 and 86. RGB value is (193,5,134). Sum of RGB (Red+Green+Blue) = 193+5+134=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C10586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10586 is #3EFA79. Grayscale: #4B4B4B. Windows color (decimal): -4127354 or 8783297. OLE color: 8783297.

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

Color convert

RGB 193 5 134 -
CMYK 0 0.97 0.31 0.24
HSL 318.83º 0.95% 0.39% -
HSV(B) 318.83º 0.97% 0.76% -
XYZ 26.35 13.17 23.71 -
YUV 75.92 160.78 211.51 -
System Red Green Blue C M Y K H S L
Decimal 193 5 134 0 0.97 0.31 0.24 318.83 0.95 0.39
Hex C1 5 86 0 61 1F 18 13F 5F 27
Octal 301 5 206 0 141 37 30 477 137 47
Binary 11000001 101 10000110 0 1100001 11111 11000 100111111 1011111 100111

Color Harmonies of #C10586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10586

Black with #C10586

Text Example


Text Example

White with #C10586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10586; }

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

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

background-color css

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

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

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

border-color css

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

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

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