Shades of Medium Violet Red #CF2197
Tints of Medium Violet Red #CF2197
RGB
CMYK
RGB Variations
Color information
#CF2197 (or 0xCF2197) is known color: Medium Violet Red. HEX triplet: CF, 21 and 97. RGB value is (207,33,151). Sum of RGB (Red+Green+Blue) = 207+33+151=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2197 is #30DE68. Grayscale: #626262. Windows color (decimal): -3202665 or 9904591. OLE color: 9904591.
HSL color Cylindrical-coordinate representation of color #CF2197: hue angle of 319.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2197 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 151 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.19 |
| HSL | 319.31º | 0.73% | 0.47% | - |
| HSV(B) | 319.31º | 0.84% | 0.81% | - |
| XYZ | 31.86 | 16.59 | 30.8 | - |
| YUV | 98.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 151 | 0 | 0.84 | 0.27 | 0.19 | 319.31 | 0.73 | 0.47 |
| Hex | CF | 21 | 97 | 0 | 54 | 1B | 13 | 13F | 48 | 2F |
| Octal | 317 | 41 | 227 | 0 | 124 | 33 | 23 | 477 | 110 | 57 |
| Binary | 11001111 | 100001 | 10010111 | 0 | 1010100 | 11011 | 10011 | 100111111 | 1001000 | 101111 |
Color Harmonies of #CF2197
Complementary color
Monochromatic Colors of #CF2197
Black with #CF2197
Text Example
Text Example
White with #CF2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2197; }
p { color: rgb(207,33,151); }
H1.HeaderClassName
{
color: #CF2197;
}
.AnyTagClassName
{
color: #CF2197;
}
</style>
background-color css
<style>
a { background-color: #CF2197; }
a { background-color: rgb(207,33,151); }
div.DivClassName
{
background-color: #CF2197;
}
.BgClassName
{
background-color: #CF2197;
}
</style>
border-color css
<style>
span { border-color: #CF2197; }
span { border-color: rgb(207,33,151); }
td.TdClassName
{
border-color: #CF2197;
}
.TagClassName
{
border-color: #CF2197;
}
</style>