Shades of Medium Violet Red #CF209E
Tints of Medium Violet Red #CF209E
RGB
CMYK
RGB Variations
Color information
#CF209E (or 0xCF209E) is known color: Medium Violet Red. HEX triplet: CF, 20 and 9E. RGB value is (207,32,158). Sum of RGB (Red+Green+Blue) = 207+32+158=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF209E is #30DF61. Grayscale: #626262. Windows color (decimal): -3202914 or 10363087. OLE color: 10363087.
HSL color Cylindrical-coordinate representation of color #CF209E: hue angle of 316.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF209E is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 158 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.19 |
| HSL | 316.8º | 0.73% | 0.47% | - |
| HSV(B) | 316.8º | 0.85% | 0.81% | - |
| XYZ | 32.42 | 16.77 | 33.88 | - |
| YUV | 98.69 | 161.48 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 158 | 0 | 0.85 | 0.24 | 0.19 | 316.8 | 0.73 | 0.47 |
| Hex | CF | 20 | 9E | 0 | 55 | 18 | 13 | 13D | 49 | 2F |
| Octal | 317 | 40 | 236 | 0 | 125 | 30 | 23 | 475 | 111 | 57 |
| Binary | 11001111 | 100000 | 10011110 | 0 | 1010101 | 11000 | 10011 | 100111101 | 1001001 | 101111 |
Color Harmonies of #CF209E
Complementary color
Monochromatic Colors of #CF209E
Black with #CF209E
Text Example
Text Example
White with #CF209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF209E; }
p { color: rgb(207,32,158); }
H1.HeaderClassName
{
color: #CF209E;
}
.AnyTagClassName
{
color: #CF209E;
}
</style>
background-color css
<style>
a { background-color: #CF209E; }
a { background-color: rgb(207,32,158); }
div.DivClassName
{
background-color: #CF209E;
}
.BgClassName
{
background-color: #CF209E;
}
</style>
border-color css
<style>
span { border-color: #CF209E; }
span { border-color: rgb(207,32,158); }
td.TdClassName
{
border-color: #CF209E;
}
.TagClassName
{
border-color: #CF209E;
}
</style>