Shades of Medium Violet Red #CF0597
Tints of Medium Violet Red #CF0597
RGB
CMYK
RGB Variations
Color information
#CF0597 (or 0xCF0597) is known color: Medium Violet Red. HEX triplet: CF, 05 and 97. RGB value is (207,5,151). Sum of RGB (Red+Green+Blue) = 207+5+151=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0597 is #30FA68. Grayscale: #515151. Windows color (decimal): -3209833 or 9897423. OLE color: 9897423.
HSL color Cylindrical-coordinate representation of color #CF0597: hue angle of 316.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0597 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.19 |
| HSL | 316.63º | 0.95% | 0.42% | - |
| HSV(B) | 316.63º | 0.98% | 0.81% | - |
| XYZ | 31.37 | 15.61 | 30.64 | - |
| YUV | 82.04 | 166.92 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 151 | 0 | 0.98 | 0.27 | 0.19 | 316.63 | 0.95 | 0.42 |
| Hex | CF | 5 | 97 | 0 | 62 | 1B | 13 | 13D | 5F | 2A |
| Octal | 317 | 5 | 227 | 0 | 142 | 33 | 23 | 475 | 137 | 52 |
| Binary | 11001111 | 101 | 10010111 | 0 | 1100010 | 11011 | 10011 | 100111101 | 1011111 | 101010 |
Color Harmonies of #CF0597
Complementary color
Monochromatic Colors of #CF0597
Black with #CF0597
Text Example
Text Example
White with #CF0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0597; }
p { color: rgb(207,5,151); }
H1.HeaderClassName
{
color: #CF0597;
}
.AnyTagClassName
{
color: #CF0597;
}
</style>
background-color css
<style>
a { background-color: #CF0597; }
a { background-color: rgb(207,5,151); }
div.DivClassName
{
background-color: #CF0597;
}
.BgClassName
{
background-color: #CF0597;
}
</style>
border-color css
<style>
span { border-color: #CF0597; }
span { border-color: rgb(207,5,151); }
td.TdClassName
{
border-color: #CF0597;
}
.TagClassName
{
border-color: #CF0597;
}
</style>