Shades of Medium Violet Red #CF0998
Tints of Medium Violet Red #CF0998
RGB
CMYK
RGB Variations
Color information
#CF0998 (or 0xCF0998) is known color: Medium Violet Red. HEX triplet: CF, 09 and 98. RGB value is (207,9,152). Sum of RGB (Red+Green+Blue) = 207+9+152=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0998 is #30F667. Grayscale: #545454. Windows color (decimal): -3208808 or 9963983. OLE color: 9963983.
HSL color Cylindrical-coordinate representation of color #CF0998: hue angle of 316.67º 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 #CF0998 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.19 |
| HSL | 316.67º | 0.92% | 0.42% | - |
| HSV(B) | 316.67º | 0.96% | 0.81% | - |
| XYZ | 31.5 | 15.73 | 31.08 | - |
| YUV | 84.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 152 | 0 | 0.96 | 0.27 | 0.19 | 316.67 | 0.92 | 0.42 |
| Hex | CF | 9 | 98 | 0 | 60 | 1B | 13 | 13D | 5C | 2A |
| Octal | 317 | 11 | 230 | 0 | 140 | 33 | 23 | 475 | 134 | 52 |
| Binary | 11001111 | 1001 | 10011000 | 0 | 1100000 | 11011 | 10011 | 100111101 | 1011100 | 101010 |
Color Harmonies of #CF0998
Complementary color
Monochromatic Colors of #CF0998
Black with #CF0998
Text Example
Text Example
White with #CF0998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0998; }
p { color: rgb(207,9,152); }
H1.HeaderClassName
{
color: #CF0998;
}
.AnyTagClassName
{
color: #CF0998;
}
</style>
background-color css
<style>
a { background-color: #CF0998; }
a { background-color: rgb(207,9,152); }
div.DivClassName
{
background-color: #CF0998;
}
.BgClassName
{
background-color: #CF0998;
}
</style>
border-color css
<style>
span { border-color: #CF0998; }
span { border-color: rgb(207,9,152); }
td.TdClassName
{
border-color: #CF0998;
}
.TagClassName
{
border-color: #CF0998;
}
</style>