Shades of Medium Violet Red #CF0785
Tints of Medium Violet Red #CF0785
RGB
CMYK
RGB Variations
Color information
#CF0785 (or 0xCF0785) is known color: Medium Violet Red. HEX triplet: CF, 07 and 85. RGB value is (207,7,133). Sum of RGB (Red+Green+Blue) = 207+7+133=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0785 is #30F87A. Grayscale: #505050. Windows color (decimal): -3209339 or 8718287. OLE color: 8718287.
HSL color Cylindrical-coordinate representation of color #CF0785: hue angle of 322.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0785 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.19 |
| HSL | 322.2º | 0.93% | 0.42% | - |
| HSV(B) | 322.2º | 0.97% | 0.81% | - |
| XYZ | 30.04 | 15.11 | 23.52 | - |
| YUV | 81.16 | 157.26 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 133 | 0 | 0.97 | 0.36 | 0.19 | 322.2 | 0.93 | 0.42 |
| Hex | CF | 7 | 85 | 0 | 61 | 24 | 13 | 142 | 5D | 2A |
| Octal | 317 | 7 | 205 | 0 | 141 | 44 | 23 | 502 | 135 | 52 |
| Binary | 11001111 | 111 | 10000101 | 0 | 1100001 | 100100 | 10011 | 101000010 | 1011101 | 101010 |
Color Harmonies of #CF0785
Complementary color
Monochromatic Colors of #CF0785
Black with #CF0785
Text Example
Text Example
White with #CF0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0785; }
p { color: rgb(207,7,133); }
H1.HeaderClassName
{
color: #CF0785;
}
.AnyTagClassName
{
color: #CF0785;
}
</style>
background-color css
<style>
a { background-color: #CF0785; }
a { background-color: rgb(207,7,133); }
div.DivClassName
{
background-color: #CF0785;
}
.BgClassName
{
background-color: #CF0785;
}
</style>
border-color css
<style>
span { border-color: #CF0785; }
span { border-color: rgb(207,7,133); }
td.TdClassName
{
border-color: #CF0785;
}
.TagClassName
{
border-color: #CF0785;
}
</style>