Shades of Medium Violet Red #CF2597
Tints of Medium Violet Red #CF2597
RGB
CMYK
RGB Variations
Color information
#CF2597 (or 0xCF2597) is known color: Medium Violet Red. HEX triplet: CF, 25 and 97. RGB value is (207,37,151). Sum of RGB (Red+Green+Blue) = 207+37+151=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2597 is #30DA68. Grayscale: #646464. Windows color (decimal): -3201641 or 9905615. OLE color: 9905615.
HSL color Cylindrical-coordinate representation of color #CF2597: hue angle of 319.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2597 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 151 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.19 |
| HSL | 319.76º | 0.7% | 0.48% | - |
| HSV(B) | 319.76º | 0.82% | 0.81% | - |
| XYZ | 31.98 | 16.82 | 30.84 | - |
| YUV | 100.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 151 | 0 | 0.82 | 0.27 | 0.19 | 319.76 | 0.7 | 0.48 |
| Hex | CF | 25 | 97 | 0 | 52 | 1B | 13 | 140 | 46 | 30 |
| Octal | 317 | 45 | 227 | 0 | 122 | 33 | 23 | 500 | 106 | 60 |
| Binary | 11001111 | 100101 | 10010111 | 0 | 1010010 | 11011 | 10011 | 101000000 | 1000110 | 110000 |
Color Harmonies of #CF2597
Complementary color
Monochromatic Colors of #CF2597
Black with #CF2597
Text Example
Text Example
White with #CF2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2597; }
p { color: rgb(207,37,151); }
H1.HeaderClassName
{
color: #CF2597;
}
.AnyTagClassName
{
color: #CF2597;
}
</style>
background-color css
<style>
a { background-color: #CF2597; }
a { background-color: rgb(207,37,151); }
div.DivClassName
{
background-color: #CF2597;
}
.BgClassName
{
background-color: #CF2597;
}
</style>
border-color css
<style>
span { border-color: #CF2597; }
span { border-color: rgb(207,37,151); }
td.TdClassName
{
border-color: #CF2597;
}
.TagClassName
{
border-color: #CF2597;
}
</style>