Shades of Medium Violet Red #CF2497
Tints of Medium Violet Red #CF2497
RGB
CMYK
RGB Variations
Color information
#CF2497 (or 0xCF2497) is known color: Medium Violet Red. HEX triplet: CF, 24 and 97. RGB value is (207,36,151). Sum of RGB (Red+Green+Blue) = 207+36+151=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2497 is #30DB68. Grayscale: #636363. Windows color (decimal): -3201897 or 9905359. OLE color: 9905359.
HSL color Cylindrical-coordinate representation of color #CF2497: hue angle of 319.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2497 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 151 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.19 |
| HSL | 319.65º | 0.7% | 0.48% | - |
| HSV(B) | 319.65º | 0.83% | 0.81% | - |
| XYZ | 31.95 | 16.76 | 30.83 | - |
| YUV | 100.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 151 | 0 | 0.83 | 0.27 | 0.19 | 319.65 | 0.7 | 0.48 |
| Hex | CF | 24 | 97 | 0 | 53 | 1B | 13 | 140 | 46 | 30 |
| Octal | 317 | 44 | 227 | 0 | 123 | 33 | 23 | 500 | 106 | 60 |
| Binary | 11001111 | 100100 | 10010111 | 0 | 1010011 | 11011 | 10011 | 101000000 | 1000110 | 110000 |
Color Harmonies of #CF2497
Complementary color
Monochromatic Colors of #CF2497
Black with #CF2497
Text Example
Text Example
White with #CF2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2497; }
p { color: rgb(207,36,151); }
H1.HeaderClassName
{
color: #CF2497;
}
.AnyTagClassName
{
color: #CF2497;
}
</style>
background-color css
<style>
a { background-color: #CF2497; }
a { background-color: rgb(207,36,151); }
div.DivClassName
{
background-color: #CF2497;
}
.BgClassName
{
background-color: #CF2497;
}
</style>
border-color css
<style>
span { border-color: #CF2497; }
span { border-color: rgb(207,36,151); }
td.TdClassName
{
border-color: #CF2497;
}
.TagClassName
{
border-color: #CF2497;
}
</style>