Html Css Color HEX #C10086 Medium Violet Red

📋 copy color: '#C10086'

red 193 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #C10086

Tints of Medium Violet Red #C10086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.02%
G = 0%
B = 40.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C10086 (or 0xC10086) is known color: Medium Violet Red. HEX triplet: C1, 00 and 86. RGB value is (193,0,134). Sum of RGB (Red+Green+Blue) = 193+0+134=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C10086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10086 is #3EFF79. Grayscale: #484848. Windows color (decimal): -4128634 or 8782017. OLE color: 8782017.

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

Color convert

RGB 193 0 134 -
CMYK 0 1 0.31 0.24
HSL 318.34º 1% 0.38% -
HSV(B) 318.34º 1% 0.76% -
XYZ 26.3 13.06 23.69 -
YUV 72.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 193 0 134 0 1 0.31 0.24 318.34 1 0.38
Hex C1 0 86 0 64 1F 18 13E 64 26
Octal 301 0 206 0 144 37 30 476 144 46
Binary 11000001 0 10000110 0 1100100 11111 11000 100111110 1100100 100110

Color Harmonies of #C10086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10086

Black with #C10086

Text Example


Text Example

White with #C10086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10086; }

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

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

background-color css

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

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

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

border-color css

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

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

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