Shades of Medium Violet Red #CF0672
Tints of Medium Violet Red #CF0672
RGB
CMYK
RGB Variations
Color information
#CF0672 (or 0xCF0672) is known color: Medium Violet Red. HEX triplet: CF, 06 and 72. RGB value is (207,6,114). Sum of RGB (Red+Green+Blue) = 207+6+114=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0672 is #30F98D. Grayscale: #4E4E4E. Windows color (decimal): -3209614 or 7472847. OLE color: 7472847.
HSL color Cylindrical-coordinate representation of color #CF0672: hue angle of 327.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0672 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.19 |
| HSL | 327.76º | 0.94% | 0.42% | - |
| HSV(B) | 327.76º | 0.97% | 0.81% | - |
| XYZ | 28.83 | 14.61 | 17.22 | - |
| YUV | 78.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 114 | 0 | 0.97 | 0.45 | 0.19 | 327.76 | 0.94 | 0.42 |
| Hex | CF | 6 | 72 | 0 | 61 | 2D | 13 | 148 | 5E | 2A |
| Octal | 317 | 6 | 162 | 0 | 141 | 55 | 23 | 510 | 136 | 52 |
| Binary | 11001111 | 110 | 1110010 | 0 | 1100001 | 101101 | 10011 | 101001000 | 1011110 | 101010 |
Color Harmonies of #CF0672
Complementary color
Monochromatic Colors of #CF0672
Black with #CF0672
Text Example
Text Example
White with #CF0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0672; }
p { color: rgb(207,6,114); }
H1.HeaderClassName
{
color: #CF0672;
}
.AnyTagClassName
{
color: #CF0672;
}
</style>
background-color css
<style>
a { background-color: #CF0672; }
a { background-color: rgb(207,6,114); }
div.DivClassName
{
background-color: #CF0672;
}
.BgClassName
{
background-color: #CF0672;
}
</style>
border-color css
<style>
span { border-color: #CF0672; }
span { border-color: rgb(207,6,114); }
td.TdClassName
{
border-color: #CF0672;
}
.TagClassName
{
border-color: #CF0672;
}
</style>