Shades of Medium Violet Red #CF0F86
Tints of Medium Violet Red #CF0F86
RGB
CMYK
RGB Variations
Color information
#CF0F86 (or 0xCF0F86) is known color: Medium Violet Red. HEX triplet: CF, 0F and 86. RGB value is (207,15,134). Sum of RGB (Red+Green+Blue) = 207+15+134=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0F86 is #30F079. Grayscale: #555555. Windows color (decimal): -3207290 or 8785871. OLE color: 8785871.
HSL color Cylindrical-coordinate representation of color #CF0F86: hue angle of 322.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F86 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 134 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.19 |
| HSL | 322.81º | 0.86% | 0.44% | - |
| HSV(B) | 322.81º | 0.93% | 0.81% | - |
| XYZ | 30.21 | 15.33 | 23.92 | - |
| YUV | 85.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 134 | 0 | 0.93 | 0.35 | 0.19 | 322.81 | 0.86 | 0.44 |
| Hex | CF | F | 86 | 0 | 5D | 23 | 13 | 143 | 56 | 2C |
| Octal | 317 | 17 | 206 | 0 | 135 | 43 | 23 | 503 | 126 | 54 |
| Binary | 11001111 | 1111 | 10000110 | 0 | 1011101 | 100011 | 10011 | 101000011 | 1010110 | 101100 |
Color Harmonies of #CF0F86
Complementary color
Monochromatic Colors of #CF0F86
Black with #CF0F86
Text Example
Text Example
White with #CF0F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F86; }
p { color: rgb(207,15,134); }
H1.HeaderClassName
{
color: #CF0F86;
}
.AnyTagClassName
{
color: #CF0F86;
}
</style>
background-color css
<style>
a { background-color: #CF0F86; }
a { background-color: rgb(207,15,134); }
div.DivClassName
{
background-color: #CF0F86;
}
.BgClassName
{
background-color: #CF0F86;
}
</style>
border-color css
<style>
span { border-color: #CF0F86; }
span { border-color: rgb(207,15,134); }
td.TdClassName
{
border-color: #CF0F86;
}
.TagClassName
{
border-color: #CF0F86;
}
</style>