Shades of Medium Violet Red #CF0988
Tints of Medium Violet Red #CF0988
RGB
CMYK
RGB Variations
Color information
#CF0988 (or 0xCF0988) is known color: Medium Violet Red. HEX triplet: CF, 09 and 88. RGB value is (207,9,136). Sum of RGB (Red+Green+Blue) = 207+9+136=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0988 is #30F677. Grayscale: #525252. Windows color (decimal): -3208824 or 8915407. OLE color: 8915407.
HSL color Cylindrical-coordinate representation of color #CF0988: hue angle of 321.52º 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 #CF0988 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.19 |
| HSL | 321.52º | 0.92% | 0.42% | - |
| HSV(B) | 321.52º | 0.96% | 0.81% | - |
| XYZ | 30.27 | 15.24 | 24.64 | - |
| YUV | 82.68 | 158.1 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 136 | 0 | 0.96 | 0.34 | 0.19 | 321.52 | 0.92 | 0.42 |
| Hex | CF | 9 | 88 | 0 | 60 | 22 | 13 | 142 | 5C | 2A |
| Octal | 317 | 11 | 210 | 0 | 140 | 42 | 23 | 502 | 134 | 52 |
| Binary | 11001111 | 1001 | 10001000 | 0 | 1100000 | 100010 | 10011 | 101000010 | 1011100 | 101010 |
Color Harmonies of #CF0988
Complementary color
Monochromatic Colors of #CF0988
Black with #CF0988
Text Example
Text Example
White with #CF0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0988; }
p { color: rgb(207,9,136); }
H1.HeaderClassName
{
color: #CF0988;
}
.AnyTagClassName
{
color: #CF0988;
}
</style>
background-color css
<style>
a { background-color: #CF0988; }
a { background-color: rgb(207,9,136); }
div.DivClassName
{
background-color: #CF0988;
}
.BgClassName
{
background-color: #CF0988;
}
</style>
border-color css
<style>
span { border-color: #CF0988; }
span { border-color: rgb(207,9,136); }
td.TdClassName
{
border-color: #CF0988;
}
.TagClassName
{
border-color: #CF0988;
}
</style>