Shades of Medium Violet Red #CF209C
Tints of Medium Violet Red #CF209C
RGB
CMYK
RGB Variations
Color information
#CF209C (or 0xCF209C) is known color: Medium Violet Red. HEX triplet: CF, 20 and 9C. RGB value is (207,32,156). Sum of RGB (Red+Green+Blue) = 207+32+156=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF209C is #30DF63. Grayscale: #626262. Windows color (decimal): -3202916 or 10232015. OLE color: 10232015.
HSL color Cylindrical-coordinate representation of color #CF209C: hue angle of 317.49º 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 #CF209C is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 156 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.19 |
| HSL | 317.49º | 0.73% | 0.47% | - |
| HSV(B) | 317.49º | 0.85% | 0.81% | - |
| XYZ | 32.25 | 16.7 | 32.98 | - |
| YUV | 98.46 | 160.48 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 156 | 0 | 0.85 | 0.25 | 0.19 | 317.49 | 0.73 | 0.47 |
| Hex | CF | 20 | 9C | 0 | 55 | 19 | 13 | 13D | 49 | 2F |
| Octal | 317 | 40 | 234 | 0 | 125 | 31 | 23 | 475 | 111 | 57 |
| Binary | 11001111 | 100000 | 10011100 | 0 | 1010101 | 11001 | 10011 | 100111101 | 1001001 | 101111 |
Color Harmonies of #CF209C
Complementary color
Monochromatic Colors of #CF209C
Black with #CF209C
Text Example
Text Example
White with #CF209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF209C; }
p { color: rgb(207,32,156); }
H1.HeaderClassName
{
color: #CF209C;
}
.AnyTagClassName
{
color: #CF209C;
}
</style>
background-color css
<style>
a { background-color: #CF209C; }
a { background-color: rgb(207,32,156); }
div.DivClassName
{
background-color: #CF209C;
}
.BgClassName
{
background-color: #CF209C;
}
</style>
border-color css
<style>
span { border-color: #CF209C; }
span { border-color: rgb(207,32,156); }
td.TdClassName
{
border-color: #CF209C;
}
.TagClassName
{
border-color: #CF209C;
}
</style>