Shades of Medium Violet Red #CF0877
Tints of Medium Violet Red #CF0877
RGB
CMYK
RGB Variations
Color information
#CF0877 (or 0xCF0877) is known color: Medium Violet Red. HEX triplet: CF, 08 and 77. RGB value is (207,8,119). Sum of RGB (Red+Green+Blue) = 207+8+119=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0877 is #30F788. Grayscale: #4F4F4F. Windows color (decimal): -3209097 or 7801039. OLE color: 7801039.
HSL color Cylindrical-coordinate representation of color #CF0877: hue angle of 326.53º 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 #CF0877 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.19 |
| HSL | 326.53º | 0.93% | 0.42% | - |
| HSV(B) | 326.53º | 0.96% | 0.81% | - |
| XYZ | 29.15 | 14.77 | 18.77 | - |
| YUV | 80.16 | 149.93 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 119 | 0 | 0.96 | 0.43 | 0.19 | 326.53 | 0.93 | 0.42 |
| Hex | CF | 8 | 77 | 0 | 60 | 2B | 13 | 147 | 5D | 2A |
| Octal | 317 | 10 | 167 | 0 | 140 | 53 | 23 | 507 | 135 | 52 |
| Binary | 11001111 | 1000 | 1110111 | 0 | 1100000 | 101011 | 10011 | 101000111 | 1011101 | 101010 |
Color Harmonies of #CF0877
Complementary color
Monochromatic Colors of #CF0877
Black with #CF0877
Text Example
Text Example
White with #CF0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0877; }
p { color: rgb(207,8,119); }
H1.HeaderClassName
{
color: #CF0877;
}
.AnyTagClassName
{
color: #CF0877;
}
</style>
background-color css
<style>
a { background-color: #CF0877; }
a { background-color: rgb(207,8,119); }
div.DivClassName
{
background-color: #CF0877;
}
.BgClassName
{
background-color: #CF0877;
}
</style>
border-color css
<style>
span { border-color: #CF0877; }
span { border-color: rgb(207,8,119); }
td.TdClassName
{
border-color: #CF0877;
}
.TagClassName
{
border-color: #CF0877;
}
</style>