Shades of Medium Violet Red #CF0281
Tints of Medium Violet Red #CF0281
RGB
CMYK
RGB Variations
Color information
#CF0281 (or 0xCF0281) is known color: Medium Violet Red. HEX triplet: CF, 02 and 81. RGB value is (207,2,129). Sum of RGB (Red+Green+Blue) = 207+2+129=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0281 is #30FD7E. Grayscale: #4D4D4D. Windows color (decimal): -3210623 or 8454863. OLE color: 8454863.
HSL color Cylindrical-coordinate representation of color #CF0281: hue angle of 322.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0281 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.19 |
| HSL | 322.83º | 0.98% | 0.41% | - |
| HSV(B) | 322.83º | 0.99% | 0.81% | - |
| XYZ | 29.72 | 14.89 | 22.08 | - |
| YUV | 77.77 | 156.92 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 129 | 0 | 0.99 | 0.38 | 0.19 | 322.83 | 0.98 | 0.41 |
| Hex | CF | 2 | 81 | 0 | 63 | 26 | 13 | 143 | 62 | 29 |
| Octal | 317 | 2 | 201 | 0 | 143 | 46 | 23 | 503 | 142 | 51 |
| Binary | 11001111 | 10 | 10000001 | 0 | 1100011 | 100110 | 10011 | 101000011 | 1100010 | 101001 |
Color Harmonies of #CF0281
Complementary color
Monochromatic Colors of #CF0281
Black with #CF0281
Text Example
Text Example
White with #CF0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0281; }
p { color: rgb(207,2,129); }
H1.HeaderClassName
{
color: #CF0281;
}
.AnyTagClassName
{
color: #CF0281;
}
</style>
background-color css
<style>
a { background-color: #CF0281; }
a { background-color: rgb(207,2,129); }
div.DivClassName
{
background-color: #CF0281;
}
.BgClassName
{
background-color: #CF0281;
}
</style>
border-color css
<style>
span { border-color: #CF0281; }
span { border-color: rgb(207,2,129); }
td.TdClassName
{
border-color: #CF0281;
}
.TagClassName
{
border-color: #CF0281;
}
</style>