Shades of Medium Violet Red #C10399
Tints of Medium Violet Red #C10399
RGB
CMYK
RGB Variations
Color information
#C10399 (or 0xC10399) is known color: Medium Violet Red. HEX triplet: C1, 03 and 99. RGB value is (193,3,153). Sum of RGB (Red+Green+Blue) = 193+3+153=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C10399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10399 is #3EFC66. Grayscale: #4C4C4C. Windows color (decimal): -4127847 or 10027969. OLE color: 10027969.
HSL color Cylindrical-coordinate representation of color #C10399: hue angle of 312.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 #C10399 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 153 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.24 |
| HSL | 312.63º | 0.97% | 0.38% | - |
| HSV(B) | 312.63º | 0.98% | 0.76% | - |
| XYZ | 27.77 | 13.7 | 31.32 | - |
| YUV | 76.91 | 170.95 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 153 | 0 | 0.98 | 0.21 | 0.24 | 312.63 | 0.97 | 0.38 |
| Hex | C1 | 3 | 99 | 0 | 62 | 15 | 18 | 139 | 61 | 26 |
| Octal | 301 | 3 | 231 | 0 | 142 | 25 | 30 | 471 | 141 | 46 |
| Binary | 11000001 | 11 | 10011001 | 0 | 1100010 | 10101 | 11000 | 100111001 | 1100001 | 100110 |
Color Harmonies of #C10399
Complementary color
Monochromatic Colors of #C10399
Black with #C10399
Text Example
Text Example
White with #C10399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10399; }
p { color: rgb(193,3,153); }
H1.HeaderClassName
{
color: #C10399;
}
.AnyTagClassName
{
color: #C10399;
}
</style>
background-color css
<style>
a { background-color: #C10399; }
a { background-color: rgb(193,3,153); }
div.DivClassName
{
background-color: #C10399;
}
.BgClassName
{
background-color: #C10399;
}
</style>
border-color css
<style>
span { border-color: #C10399; }
span { border-color: rgb(193,3,153); }
td.TdClassName
{
border-color: #C10399;
}
.TagClassName
{
border-color: #C10399;
}
</style>