Shades of Medium Violet Red #CF0585
Tints of Medium Violet Red #CF0585
RGB
CMYK
RGB Variations
Color information
#CF0585 (or 0xCF0585) is known color: Medium Violet Red. HEX triplet: CF, 05 and 85. RGB value is (207,5,133). Sum of RGB (Red+Green+Blue) = 207+5+133=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0585 is #30FA7A. Grayscale: #4F4F4F. Windows color (decimal): -3209851 or 8717775. OLE color: 8717775.
HSL color Cylindrical-coordinate representation of color #CF0585: hue angle of 321.98º 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 #CF0585 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.19 |
| HSL | 321.98º | 0.95% | 0.42% | - |
| HSV(B) | 321.98º | 0.98% | 0.81% | - |
| XYZ | 30.02 | 15.07 | 23.52 | - |
| YUV | 79.99 | 157.92 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 133 | 0 | 0.98 | 0.36 | 0.19 | 321.98 | 0.95 | 0.42 |
| Hex | CF | 5 | 85 | 0 | 62 | 24 | 13 | 142 | 5F | 2A |
| Octal | 317 | 5 | 205 | 0 | 142 | 44 | 23 | 502 | 137 | 52 |
| Binary | 11001111 | 101 | 10000101 | 0 | 1100010 | 100100 | 10011 | 101000010 | 1011111 | 101010 |
Color Harmonies of #CF0585
Complementary color
Monochromatic Colors of #CF0585
Black with #CF0585
Text Example
Text Example
White with #CF0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0585; }
p { color: rgb(207,5,133); }
H1.HeaderClassName
{
color: #CF0585;
}
.AnyTagClassName
{
color: #CF0585;
}
</style>
background-color css
<style>
a { background-color: #CF0585; }
a { background-color: rgb(207,5,133); }
div.DivClassName
{
background-color: #CF0585;
}
.BgClassName
{
background-color: #CF0585;
}
</style>
border-color css
<style>
span { border-color: #CF0585; }
span { border-color: rgb(207,5,133); }
td.TdClassName
{
border-color: #CF0585;
}
.TagClassName
{
border-color: #CF0585;
}
</style>