Shades of Medium Violet Red #CF0981
Tints of Medium Violet Red #CF0981
RGB
CMYK
RGB Variations
Color information
#CF0981 (or 0xCF0981) is known color: Medium Violet Red. HEX triplet: CF, 09 and 81. RGB value is (207,9,129). Sum of RGB (Red+Green+Blue) = 207+9+129=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0981 is #30F67E. Grayscale: #515151. Windows color (decimal): -3208831 or 8456655. OLE color: 8456655.
HSL color Cylindrical-coordinate representation of color #CF0981: hue angle of 323.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0981 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.19 |
| HSL | 323.64º | 0.92% | 0.42% | - |
| HSV(B) | 323.64º | 0.96% | 0.81% | - |
| XYZ | 29.79 | 15.05 | 22.1 | - |
| YUV | 81.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 129 | 0 | 0.96 | 0.38 | 0.19 | 323.64 | 0.92 | 0.42 |
| Hex | CF | 9 | 81 | 0 | 60 | 26 | 13 | 144 | 5C | 2A |
| Octal | 317 | 11 | 201 | 0 | 140 | 46 | 23 | 504 | 134 | 52 |
| Binary | 11001111 | 1001 | 10000001 | 0 | 1100000 | 100110 | 10011 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CF0981
Complementary color
Monochromatic Colors of #CF0981
Black with #CF0981
Text Example
Text Example
White with #CF0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0981; }
p { color: rgb(207,9,129); }
H1.HeaderClassName
{
color: #CF0981;
}
.AnyTagClassName
{
color: #CF0981;
}
</style>
background-color css
<style>
a { background-color: #CF0981; }
a { background-color: rgb(207,9,129); }
div.DivClassName
{
background-color: #CF0981;
}
.BgClassName
{
background-color: #CF0981;
}
</style>
border-color css
<style>
span { border-color: #CF0981; }
span { border-color: rgb(207,9,129); }
td.TdClassName
{
border-color: #CF0981;
}
.TagClassName
{
border-color: #CF0981;
}
</style>