Shades of Medium Violet Red #C60288
Tints of Medium Violet Red #C60288
RGB
CMYK
RGB Variations
Color information
#C60288 (or 0xC60288) is known color: Medium Violet Red. HEX triplet: C6, 02 and 88. RGB value is (198,2,136). Sum of RGB (Red+Green+Blue) = 198+2+136=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C60288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60288 is #39FD77. Grayscale: #4B4B4B. Windows color (decimal): -3800440 or 8913606. OLE color: 8913606.
HSL color Cylindrical-coordinate representation of color #C60288: hue angle of 318.98º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60288 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.22 |
| HSL | 318.98º | 0.98% | 0.39% | - |
| HSV(B) | 318.98º | 0.99% | 0.78% | - |
| XYZ | 27.75 | 13.83 | 24.5 | - |
| YUV | 75.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 136 | 0 | 0.99 | 0.31 | 0.22 | 318.98 | 0.98 | 0.39 |
| Hex | C6 | 2 | 88 | 0 | 63 | 1F | 16 | 13F | 62 | 27 |
| Octal | 306 | 2 | 210 | 0 | 143 | 37 | 26 | 477 | 142 | 47 |
| Binary | 11000110 | 10 | 10001000 | 0 | 1100011 | 11111 | 10110 | 100111111 | 1100010 | 100111 |
Color Harmonies of #C60288
Complementary color
Monochromatic Colors of #C60288
Black with #C60288
Text Example
Text Example
White with #C60288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60288; }
p { color: rgb(198,2,136); }
H1.HeaderClassName
{
color: #C60288;
}
.AnyTagClassName
{
color: #C60288;
}
</style>
background-color css
<style>
a { background-color: #C60288; }
a { background-color: rgb(198,2,136); }
div.DivClassName
{
background-color: #C60288;
}
.BgClassName
{
background-color: #C60288;
}
</style>
border-color css
<style>
span { border-color: #C60288; }
span { border-color: rgb(198,2,136); }
td.TdClassName
{
border-color: #C60288;
}
.TagClassName
{
border-color: #C60288;
}
</style>