Shades of Medium Violet Red #CF0985
Tints of Medium Violet Red #CF0985
RGB
CMYK
RGB Variations
Color information
#CF0985 (or 0xCF0985) is known color: Medium Violet Red. HEX triplet: CF, 09 and 85. RGB value is (207,9,133). Sum of RGB (Red+Green+Blue) = 207+9+133=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0985 is #30F67A. Grayscale: #525252. Windows color (decimal): -3208827 or 8718799. OLE color: 8718799.
HSL color Cylindrical-coordinate representation of color #CF0985: hue angle of 322.42º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0985 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.19 |
| HSL | 322.42º | 0.92% | 0.42% | - |
| HSV(B) | 322.42º | 0.96% | 0.81% | - |
| XYZ | 30.06 | 15.15 | 23.53 | - |
| YUV | 82.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 133 | 0 | 0.96 | 0.36 | 0.19 | 322.42 | 0.92 | 0.42 |
| Hex | CF | 9 | 85 | 0 | 60 | 24 | 13 | 142 | 5C | 2A |
| Octal | 317 | 11 | 205 | 0 | 140 | 44 | 23 | 502 | 134 | 52 |
| Binary | 11001111 | 1001 | 10000101 | 0 | 1100000 | 100100 | 10011 | 101000010 | 1011100 | 101010 |
Color Harmonies of #CF0985
Complementary color
Monochromatic Colors of #CF0985
Black with #CF0985
Text Example
Text Example
White with #CF0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0985; }
p { color: rgb(207,9,133); }
H1.HeaderClassName
{
color: #CF0985;
}
.AnyTagClassName
{
color: #CF0985;
}
</style>
background-color css
<style>
a { background-color: #CF0985; }
a { background-color: rgb(207,9,133); }
div.DivClassName
{
background-color: #CF0985;
}
.BgClassName
{
background-color: #CF0985;
}
</style>
border-color css
<style>
span { border-color: #CF0985; }
span { border-color: rgb(207,9,133); }
td.TdClassName
{
border-color: #CF0985;
}
.TagClassName
{
border-color: #CF0985;
}
</style>