Shades of Medium Violet Red #CF0587
Tints of Medium Violet Red #CF0587
RGB
CMYK
RGB Variations
Color information
#CF0587 (or 0xCF0587) is known color: Medium Violet Red. HEX triplet: CF, 05 and 87. RGB value is (207,5,135). Sum of RGB (Red+Green+Blue) = 207+5+135=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0587 is #30FA78. Grayscale: #4F4F4F. Windows color (decimal): -3209849 or 8848847. OLE color: 8848847.
HSL color Cylindrical-coordinate representation of color #CF0587: hue angle of 321.39º 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 #CF0587 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.19 |
| HSL | 321.39º | 0.95% | 0.42% | - |
| HSV(B) | 321.39º | 0.98% | 0.81% | - |
| XYZ | 30.16 | 15.12 | 24.25 | - |
| YUV | 80.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 135 | 0 | 0.98 | 0.35 | 0.19 | 321.39 | 0.95 | 0.42 |
| Hex | CF | 5 | 87 | 0 | 62 | 23 | 13 | 141 | 5F | 2A |
| Octal | 317 | 5 | 207 | 0 | 142 | 43 | 23 | 501 | 137 | 52 |
| Binary | 11001111 | 101 | 10000111 | 0 | 1100010 | 100011 | 10011 | 101000001 | 1011111 | 101010 |
Color Harmonies of #CF0587
Complementary color
Monochromatic Colors of #CF0587
Black with #CF0587
Text Example
Text Example
White with #CF0587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0587; }
p { color: rgb(207,5,135); }
H1.HeaderClassName
{
color: #CF0587;
}
.AnyTagClassName
{
color: #CF0587;
}
</style>
background-color css
<style>
a { background-color: #CF0587; }
a { background-color: rgb(207,5,135); }
div.DivClassName
{
background-color: #CF0587;
}
.BgClassName
{
background-color: #CF0587;
}
</style>
border-color css
<style>
span { border-color: #CF0587; }
span { border-color: rgb(207,5,135); }
td.TdClassName
{
border-color: #CF0587;
}
.TagClassName
{
border-color: #CF0587;
}
</style>