Shades of Medium Violet Red #C00281
Tints of Medium Violet Red #C00281
RGB
CMYK
RGB Variations
Color information
#C00281 (or 0xC00281) is known color: Medium Violet Red. HEX triplet: C0, 02 and 81. RGB value is (192,2,129). Sum of RGB (Red+Green+Blue) = 192+2+129=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C00281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00281 is #3FFD7E. Grayscale: #484848. Windows color (decimal): -4193663 or 8454848. OLE color: 8454848.
HSL color Cylindrical-coordinate representation of color #C00281: hue angle of 319.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00281 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.25 |
| HSL | 319.89º | 0.98% | 0.38% | - |
| HSV(B) | 319.89º | 0.99% | 0.75% | - |
| XYZ | 25.72 | 12.83 | 21.89 | - |
| YUV | 73.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 129 | 0 | 0.99 | 0.33 | 0.25 | 319.89 | 0.98 | 0.38 |
| Hex | C0 | 2 | 81 | 0 | 63 | 21 | 19 | 140 | 62 | 26 |
| Octal | 300 | 2 | 201 | 0 | 143 | 41 | 31 | 500 | 142 | 46 |
| Binary | 11000000 | 10 | 10000001 | 0 | 1100011 | 100001 | 11001 | 101000000 | 1100010 | 100110 |
Color Harmonies of #C00281
Complementary color
Monochromatic Colors of #C00281
Black with #C00281
Text Example
Text Example
White with #C00281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00281; }
p { color: rgb(192,2,129); }
H1.HeaderClassName
{
color: #C00281;
}
.AnyTagClassName
{
color: #C00281;
}
</style>
background-color css
<style>
a { background-color: #C00281; }
a { background-color: rgb(192,2,129); }
div.DivClassName
{
background-color: #C00281;
}
.BgClassName
{
background-color: #C00281;
}
</style>
border-color css
<style>
span { border-color: #C00281; }
span { border-color: rgb(192,2,129); }
td.TdClassName
{
border-color: #C00281;
}
.TagClassName
{
border-color: #C00281;
}
</style>