Shades of Medium Violet Red #CF059D
Tints of Medium Violet Red #CF059D
RGB
CMYK
RGB Variations
Color information
#CF059D (or 0xCF059D) is known color: Medium Violet Red. HEX triplet: CF, 05 and 9D. RGB value is (207,5,157). Sum of RGB (Red+Green+Blue) = 207+5+157=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059D is #30FA62. Grayscale: #525252. Windows color (decimal): -3209827 or 10290639. OLE color: 10290639.
HSL color Cylindrical-coordinate representation of color #CF059D: hue angle of 314.85º 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 #CF059D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.19 |
| HSL | 314.85º | 0.95% | 0.42% | - |
| HSV(B) | 314.85º | 0.98% | 0.81% | - |
| XYZ | 31.87 | 15.81 | 33.27 | - |
| YUV | 82.73 | 169.92 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 157 | 0 | 0.98 | 0.24 | 0.19 | 314.85 | 0.95 | 0.42 |
| Hex | CF | 5 | 9D | 0 | 62 | 18 | 13 | 13B | 5F | 2A |
| Octal | 317 | 5 | 235 | 0 | 142 | 30 | 23 | 473 | 137 | 52 |
| Binary | 11001111 | 101 | 10011101 | 0 | 1100010 | 11000 | 10011 | 100111011 | 1011111 | 101010 |
Color Harmonies of #CF059D
Complementary color
Monochromatic Colors of #CF059D
Black with #CF059D
Text Example
Text Example
White with #CF059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF059D; }
p { color: rgb(207,5,157); }
H1.HeaderClassName
{
color: #CF059D;
}
.AnyTagClassName
{
color: #CF059D;
}
</style>
background-color css
<style>
a { background-color: #CF059D; }
a { background-color: rgb(207,5,157); }
div.DivClassName
{
background-color: #CF059D;
}
.BgClassName
{
background-color: #CF059D;
}
</style>
border-color css
<style>
span { border-color: #CF059D; }
span { border-color: rgb(207,5,157); }
td.TdClassName
{
border-color: #CF059D;
}
.TagClassName
{
border-color: #CF059D;
}
</style>