Html Css Color HEX #C10386 Medium Violet Red

📋 copy color: '#C10386'

red 193 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #C10386

Tints of Medium Violet Red #C10386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 58.48%
G = 0.91%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C10386 (or 0xC10386) is known color: Medium Violet Red. HEX triplet: C1, 03 and 86. RGB value is (193,3,134). Sum of RGB (Red+Green+Blue) = 193+3+134=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10386 is #3EFC79. Grayscale: #4A4A4A. Windows color (decimal): -4127866 or 8782785. OLE color: 8782785.

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

Color convert

RGB 193 3 134 -
CMYK 0 0.98 0.31 0.24
HSL 318.63º 0.97% 0.38% -
HSV(B) 318.63º 0.98% 0.76% -
XYZ 26.33 13.12 23.7 -
YUV 74.74 161.45 212.35 -
System Red Green Blue C M Y K H S L
Decimal 193 3 134 0 0.98 0.31 0.24 318.63 0.97 0.38
Hex C1 3 86 0 62 1F 18 13F 61 26
Octal 301 3 206 0 142 37 30 477 141 46
Binary 11000001 11 10000110 0 1100010 11111 11000 100111111 1100001 100110

Color Harmonies of #C10386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10386

Black with #C10386

Text Example


Text Example

White with #C10386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10386; }

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

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

background-color css

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

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

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

border-color css

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

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

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