Shades of Medium Violet Red #CF059E
Tints of Medium Violet Red #CF059E
RGB
CMYK
RGB Variations
Color information
#CF059E (or 0xCF059E) is known color: Medium Violet Red. HEX triplet: CF, 05 and 9E. RGB value is (207,5,158). Sum of RGB (Red+Green+Blue) = 207+5+158=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059E is #30FA61. Grayscale: #525252. Windows color (decimal): -3209826 or 10356175. OLE color: 10356175.
HSL color Cylindrical-coordinate representation of color #CF059E: hue angle of 314.55º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF059E is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 158 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.19 |
| HSL | 314.55º | 0.95% | 0.42% | - |
| HSV(B) | 314.55º | 0.98% | 0.81% | - |
| XYZ | 31.96 | 15.84 | 33.72 | - |
| YUV | 82.84 | 170.42 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 158 | 0 | 0.98 | 0.24 | 0.19 | 314.55 | 0.95 | 0.42 |
| Hex | CF | 5 | 9E | 0 | 62 | 18 | 13 | 13B | 5F | 2A |
| Octal | 317 | 5 | 236 | 0 | 142 | 30 | 23 | 473 | 137 | 52 |
| Binary | 11001111 | 101 | 10011110 | 0 | 1100010 | 11000 | 10011 | 100111011 | 1011111 | 101010 |
Color Harmonies of #CF059E
Complementary color
Monochromatic Colors of #CF059E
Black with #CF059E
Text Example
Text Example
White with #CF059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF059E; }
p { color: rgb(207,5,158); }
H1.HeaderClassName
{
color: #CF059E;
}
.AnyTagClassName
{
color: #CF059E;
}
</style>
background-color css
<style>
a { background-color: #CF059E; }
a { background-color: rgb(207,5,158); }
div.DivClassName
{
background-color: #CF059E;
}
.BgClassName
{
background-color: #CF059E;
}
</style>
border-color css
<style>
span { border-color: #CF059E; }
span { border-color: rgb(207,5,158); }
td.TdClassName
{
border-color: #CF059E;
}
.TagClassName
{
border-color: #CF059E;
}
</style>