Shades of Medium Violet Red #CF2098
Tints of Medium Violet Red #CF2098
RGB
CMYK
RGB Variations
Color information
#CF2098 (or 0xCF2098) is known color: Medium Violet Red. HEX triplet: CF, 20 and 98. RGB value is (207,32,152). Sum of RGB (Red+Green+Blue) = 207+32+152=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2098 is #30DF67. Grayscale: #616161. Windows color (decimal): -3202920 or 9969871. OLE color: 9969871.
HSL color Cylindrical-coordinate representation of color #CF2098: hue angle of 318.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2098 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 152 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.19 |
| HSL | 318.86º | 0.73% | 0.47% | - |
| HSV(B) | 318.86º | 0.85% | 0.81% | - |
| XYZ | 31.92 | 16.57 | 31.22 | - |
| YUV | 98.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 152 | 0 | 0.85 | 0.27 | 0.19 | 318.86 | 0.73 | 0.47 |
| Hex | CF | 20 | 98 | 0 | 55 | 1B | 13 | 13F | 49 | 2F |
| Octal | 317 | 40 | 230 | 0 | 125 | 33 | 23 | 477 | 111 | 57 |
| Binary | 11001111 | 100000 | 10011000 | 0 | 1010101 | 11011 | 10011 | 100111111 | 1001001 | 101111 |
Color Harmonies of #CF2098
Complementary color
Monochromatic Colors of #CF2098
Black with #CF2098
Text Example
Text Example
White with #CF2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2098; }
p { color: rgb(207,32,152); }
H1.HeaderClassName
{
color: #CF2098;
}
.AnyTagClassName
{
color: #CF2098;
}
</style>
background-color css
<style>
a { background-color: #CF2098; }
a { background-color: rgb(207,32,152); }
div.DivClassName
{
background-color: #CF2098;
}
.BgClassName
{
background-color: #CF2098;
}
</style>
border-color css
<style>
span { border-color: #CF2098; }
span { border-color: rgb(207,32,152); }
td.TdClassName
{
border-color: #CF2098;
}
.TagClassName
{
border-color: #CF2098;
}
</style>