Shades of Medium Violet Red #CF0A77
Tints of Medium Violet Red #CF0A77
RGB
CMYK
RGB Variations
Color information
#CF0A77 (or 0xCF0A77) is known color: Medium Violet Red. HEX triplet: CF, 0A and 77. RGB value is (207,10,119). Sum of RGB (Red+Green+Blue) = 207+10+119=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A77 is #30F588. Grayscale: #515151. Windows color (decimal): -3208585 or 7801551. OLE color: 7801551.
HSL color Cylindrical-coordinate representation of color #CF0A77: hue angle of 326.8º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A77 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 119 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.19 |
| HSL | 326.8º | 0.91% | 0.43% | - |
| HSV(B) | 326.8º | 0.95% | 0.81% | - |
| XYZ | 29.17 | 14.81 | 18.77 | - |
| YUV | 81.33 | 149.27 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 119 | 0 | 0.95 | 0.43 | 0.19 | 326.8 | 0.91 | 0.43 |
| Hex | CF | A | 77 | 0 | 5F | 2B | 13 | 147 | 5B | 2B |
| Octal | 317 | 12 | 167 | 0 | 137 | 53 | 23 | 507 | 133 | 53 |
| Binary | 11001111 | 1010 | 1110111 | 0 | 1011111 | 101011 | 10011 | 101000111 | 1011011 | 101011 |
Color Harmonies of #CF0A77
Complementary color
Monochromatic Colors of #CF0A77
Black with #CF0A77
Text Example
Text Example
White with #CF0A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A77; }
p { color: rgb(207,10,119); }
H1.HeaderClassName
{
color: #CF0A77;
}
.AnyTagClassName
{
color: #CF0A77;
}
</style>
background-color css
<style>
a { background-color: #CF0A77; }
a { background-color: rgb(207,10,119); }
div.DivClassName
{
background-color: #CF0A77;
}
.BgClassName
{
background-color: #CF0A77;
}
</style>
border-color css
<style>
span { border-color: #CF0A77; }
span { border-color: rgb(207,10,119); }
td.TdClassName
{
border-color: #CF0A77;
}
.TagClassName
{
border-color: #CF0A77;
}
</style>