Shades of Medium Violet Red #CF087C
Tints of Medium Violet Red #CF087C
RGB
CMYK
RGB Variations
Color information
#CF087C (or 0xCF087C) is known color: Medium Violet Red. HEX triplet: CF, 08 and 7C. RGB value is (207,8,124). Sum of RGB (Red+Green+Blue) = 207+8+124=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF087C is #30F783. Grayscale: #505050. Windows color (decimal): -3209092 or 8128719. OLE color: 8128719.
HSL color Cylindrical-coordinate representation of color #CF087C: hue angle of 325.03º degrees, saturation: 0.93, 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 #CF087C is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 124 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.19 |
| HSL | 325.03º | 0.93% | 0.42% | - |
| HSV(B) | 325.03º | 0.96% | 0.81% | - |
| XYZ | 29.46 | 14.89 | 20.39 | - |
| YUV | 80.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 124 | 0 | 0.96 | 0.40 | 0.19 | 325.03 | 0.93 | 0.42 |
| Hex | CF | 8 | 7C | 0 | 60 | 28 | 13 | 145 | 5D | 2A |
| Octal | 317 | 10 | 174 | 0 | 140 | 50 | 23 | 505 | 135 | 52 |
| Binary | 11001111 | 1000 | 1111100 | 0 | 1100000 | 101000 | 10011 | 101000101 | 1011101 | 101010 |
Color Harmonies of #CF087C
Complementary color
Monochromatic Colors of #CF087C
Black with #CF087C
Text Example
Text Example
White with #CF087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF087C; }
p { color: rgb(207,8,124); }
H1.HeaderClassName
{
color: #CF087C;
}
.AnyTagClassName
{
color: #CF087C;
}
</style>
background-color css
<style>
a { background-color: #CF087C; }
a { background-color: rgb(207,8,124); }
div.DivClassName
{
background-color: #CF087C;
}
.BgClassName
{
background-color: #CF087C;
}
</style>
border-color css
<style>
span { border-color: #CF087C; }
span { border-color: rgb(207,8,124); }
td.TdClassName
{
border-color: #CF087C;
}
.TagClassName
{
border-color: #CF087C;
}
</style>