Shades of Medium Violet Red #CA0281
Tints of Medium Violet Red #CA0281
RGB
CMYK
RGB Variations
Color information
#CA0281 (or 0xCA0281) is known color: Medium Violet Red. HEX triplet: CA, 02 and 81. RGB value is (202,2,129). Sum of RGB (Red+Green+Blue) = 202+2+129=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0281 is #35FD7E. Grayscale: #4B4B4B. Windows color (decimal): -3538303 or 8454858. OLE color: 8454858.
HSL color Cylindrical-coordinate representation of color #CA0281: hue angle of 321.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0281 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.21 |
| HSL | 321.9º | 0.98% | 0.4% | - |
| HSV(B) | 321.9º | 0.99% | 0.79% | - |
| XYZ | 28.34 | 14.18 | 22.01 | - |
| YUV | 76.28 | 157.76 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 129 | 0 | 0.99 | 0.36 | 0.21 | 321.9 | 0.98 | 0.4 |
| Hex | CA | 2 | 81 | 0 | 63 | 24 | 15 | 142 | 62 | 28 |
| Octal | 312 | 2 | 201 | 0 | 143 | 44 | 25 | 502 | 142 | 50 |
| Binary | 11001010 | 10 | 10000001 | 0 | 1100011 | 100100 | 10101 | 101000010 | 1100010 | 101000 |
Color Harmonies of #CA0281
Complementary color
Monochromatic Colors of #CA0281
Black with #CA0281
Text Example
Text Example
White with #CA0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0281; }
p { color: rgb(202,2,129); }
H1.HeaderClassName
{
color: #CA0281;
}
.AnyTagClassName
{
color: #CA0281;
}
</style>
background-color css
<style>
a { background-color: #CA0281; }
a { background-color: rgb(202,2,129); }
div.DivClassName
{
background-color: #CA0281;
}
.BgClassName
{
background-color: #CA0281;
}
</style>
border-color css
<style>
span { border-color: #CA0281; }
span { border-color: rgb(202,2,129); }
td.TdClassName
{
border-color: #CA0281;
}
.TagClassName
{
border-color: #CA0281;
}
</style>