Shades of Medium Violet Red #C60399
Tints of Medium Violet Red #C60399
RGB
CMYK
RGB Variations
Color information
#C60399 (or 0xC60399) is known color: Medium Violet Red. HEX triplet: C6, 03 and 99. RGB value is (198,3,153). Sum of RGB (Red+Green+Blue) = 198+3+153=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C60399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60399 is #39FC66. Grayscale: #4E4E4E. Windows color (decimal): -3800167 or 10027974. OLE color: 10027974.
HSL color Cylindrical-coordinate representation of color #C60399: hue angle of 313.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60399 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 153 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.22 |
| HSL | 313.85º | 0.97% | 0.39% | - |
| HSV(B) | 313.85º | 0.98% | 0.78% | - |
| XYZ | 29.07 | 14.37 | 31.38 | - |
| YUV | 78.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 153 | 0 | 0.98 | 0.23 | 0.22 | 313.85 | 0.97 | 0.39 |
| Hex | C6 | 3 | 99 | 0 | 62 | 17 | 16 | 13A | 61 | 27 |
| Octal | 306 | 3 | 231 | 0 | 142 | 27 | 26 | 472 | 141 | 47 |
| Binary | 11000110 | 11 | 10011001 | 0 | 1100010 | 10111 | 10110 | 100111010 | 1100001 | 100111 |
Color Harmonies of #C60399
Complementary color
Monochromatic Colors of #C60399
Black with #C60399
Text Example
Text Example
White with #C60399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60399; }
p { color: rgb(198,3,153); }
H1.HeaderClassName
{
color: #C60399;
}
.AnyTagClassName
{
color: #C60399;
}
</style>
background-color css
<style>
a { background-color: #C60399; }
a { background-color: rgb(198,3,153); }
div.DivClassName
{
background-color: #C60399;
}
.BgClassName
{
background-color: #C60399;
}
</style>
border-color css
<style>
span { border-color: #C60399; }
span { border-color: rgb(198,3,153); }
td.TdClassName
{
border-color: #C60399;
}
.TagClassName
{
border-color: #C60399;
}
</style>