Shades of Medium Violet Red #CF0F77
Tints of Medium Violet Red #CF0F77
RGB
CMYK
RGB Variations
Color information
#CF0F77 (or 0xCF0F77) is known color: Medium Violet Red. HEX triplet: CF, 0F and 77. RGB value is (207,15,119). Sum of RGB (Red+Green+Blue) = 207+15+119=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F77 is #30F088. Grayscale: #545454. Windows color (decimal): -3207305 or 7802831. OLE color: 7802831.
HSL color Cylindrical-coordinate representation of color #CF0F77: hue angle of 327.5º 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 #CF0F77 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 119 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.19 |
| HSL | 327.5º | 0.86% | 0.44% | - |
| HSV(B) | 327.5º | 0.93% | 0.81% | - |
| XYZ | 29.23 | 14.94 | 18.8 | - |
| YUV | 84.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 119 | 0 | 0.93 | 0.43 | 0.19 | 327.5 | 0.86 | 0.44 |
| Hex | CF | F | 77 | 0 | 5D | 2B | 13 | 148 | 56 | 2C |
| Octal | 317 | 17 | 167 | 0 | 135 | 53 | 23 | 510 | 126 | 54 |
| Binary | 11001111 | 1111 | 1110111 | 0 | 1011101 | 101011 | 10011 | 101001000 | 1010110 | 101100 |
Color Harmonies of #CF0F77
Complementary color
Monochromatic Colors of #CF0F77
Black with #CF0F77
Text Example
Text Example
White with #CF0F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F77; }
p { color: rgb(207,15,119); }
H1.HeaderClassName
{
color: #CF0F77;
}
.AnyTagClassName
{
color: #CF0F77;
}
</style>
background-color css
<style>
a { background-color: #CF0F77; }
a { background-color: rgb(207,15,119); }
div.DivClassName
{
background-color: #CF0F77;
}
.BgClassName
{
background-color: #CF0F77;
}
</style>
border-color css
<style>
span { border-color: #CF0F77; }
span { border-color: rgb(207,15,119); }
td.TdClassName
{
border-color: #CF0F77;
}
.TagClassName
{
border-color: #CF0F77;
}
</style>