Shades of Medium Violet Red #CF0798
Tints of Medium Violet Red #CF0798
RGB
CMYK
RGB Variations
Color information
#CF0798 (or 0xCF0798) is known color: Medium Violet Red. HEX triplet: CF, 07 and 98. RGB value is (207,7,152). Sum of RGB (Red+Green+Blue) = 207+7+152=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0798 is #30F867. Grayscale: #525252. Windows color (decimal): -3209320 or 9963471. OLE color: 9963471.
HSL color Cylindrical-coordinate representation of color #CF0798: hue angle of 316.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0798 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.19 |
| HSL | 316.5º | 0.93% | 0.42% | - |
| HSV(B) | 316.5º | 0.97% | 0.81% | - |
| XYZ | 31.48 | 15.68 | 31.07 | - |
| YUV | 83.33 | 166.76 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 152 | 0 | 0.97 | 0.27 | 0.19 | 316.5 | 0.93 | 0.42 |
| Hex | CF | 7 | 98 | 0 | 61 | 1B | 13 | 13C | 5D | 2A |
| Octal | 317 | 7 | 230 | 0 | 141 | 33 | 23 | 474 | 135 | 52 |
| Binary | 11001111 | 111 | 10011000 | 0 | 1100001 | 11011 | 10011 | 100111100 | 1011101 | 101010 |
Color Harmonies of #CF0798
Complementary color
Monochromatic Colors of #CF0798
Black with #CF0798
Text Example
Text Example
White with #CF0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0798; }
p { color: rgb(207,7,152); }
H1.HeaderClassName
{
color: #CF0798;
}
.AnyTagClassName
{
color: #CF0798;
}
</style>
background-color css
<style>
a { background-color: #CF0798; }
a { background-color: rgb(207,7,152); }
div.DivClassName
{
background-color: #CF0798;
}
.BgClassName
{
background-color: #CF0798;
}
</style>
border-color css
<style>
span { border-color: #CF0798; }
span { border-color: rgb(207,7,152); }
td.TdClassName
{
border-color: #CF0798;
}
.TagClassName
{
border-color: #CF0798;
}
</style>