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