Shades of Medium Violet Red #CF0872
Tints of Medium Violet Red #CF0872
RGB
CMYK
RGB Variations
Color information
#CF0872 (or 0xCF0872) is known color: Medium Violet Red. HEX triplet: CF, 08 and 72. RGB value is (207,8,114). Sum of RGB (Red+Green+Blue) = 207+8+114=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0872 is #30F78D. Grayscale: #4F4F4F. Windows color (decimal): -3209102 or 7473359. OLE color: 7473359.
HSL color Cylindrical-coordinate representation of color #CF0872: hue angle of 328.04º 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 #CF0872 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.19 |
| HSL | 328.04º | 0.93% | 0.42% | - |
| HSV(B) | 328.04º | 0.96% | 0.81% | - |
| XYZ | 28.86 | 14.65 | 17.23 | - |
| YUV | 79.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 114 | 0 | 0.96 | 0.45 | 0.19 | 328.04 | 0.93 | 0.42 |
| Hex | CF | 8 | 72 | 0 | 60 | 2D | 13 | 148 | 5D | 2A |
| Octal | 317 | 10 | 162 | 0 | 140 | 55 | 23 | 510 | 135 | 52 |
| Binary | 11001111 | 1000 | 1110010 | 0 | 1100000 | 101101 | 10011 | 101001000 | 1011101 | 101010 |
Color Harmonies of #CF0872
Complementary color
Monochromatic Colors of #CF0872
Black with #CF0872
Text Example
Text Example
White with #CF0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0872; }
p { color: rgb(207,8,114); }
H1.HeaderClassName
{
color: #CF0872;
}
.AnyTagClassName
{
color: #CF0872;
}
</style>
background-color css
<style>
a { background-color: #CF0872; }
a { background-color: rgb(207,8,114); }
div.DivClassName
{
background-color: #CF0872;
}
.BgClassName
{
background-color: #CF0872;
}
</style>
border-color css
<style>
span { border-color: #CF0872; }
span { border-color: rgb(207,8,114); }
td.TdClassName
{
border-color: #CF0872;
}
.TagClassName
{
border-color: #CF0872;
}
</style>