Shades of Medium Violet Red #CF0073
Tints of Medium Violet Red #CF0073
RGB
CMYK
RGB Variations
Color information
#CF0073 (or 0xCF0073) is known color: Medium Violet Red. HEX triplet: CF, 00 and 73. RGB value is (207,0,115). Sum of RGB (Red+Green+Blue) = 207+0+115=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0073 is #30FF8C. Grayscale: #4A4A4A. Windows color (decimal): -3211149 or 7536847. OLE color: 7536847.
HSL color Cylindrical-coordinate representation of color #CF0073: hue angle of 326.67º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0073 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.44 | 0.19 |
| HSL | 326.67º | 1% | 0.41% | - |
| HSV(B) | 326.67º | 1% | 0.81% | - |
| XYZ | 28.83 | 14.5 | 17.5 | - |
| YUV | 75 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 115 | 0 | 1 | 0.44 | 0.19 | 326.67 | 1 | 0.41 |
| Hex | CF | 0 | 73 | 0 | 64 | 2C | 13 | 147 | 64 | 29 |
| Octal | 317 | 0 | 163 | 0 | 144 | 54 | 23 | 507 | 144 | 51 |
| Binary | 11001111 | 0 | 1110011 | 0 | 1100100 | 101100 | 10011 | 101000111 | 1100100 | 101001 |
Color Harmonies of #CF0073
Complementary color
Monochromatic Colors of #CF0073
Black with #CF0073
Text Example
Text Example
White with #CF0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0073; }
p { color: rgb(207,0,115); }
H1.HeaderClassName
{
color: #CF0073;
}
.AnyTagClassName
{
color: #CF0073;
}
</style>
background-color css
<style>
a { background-color: #CF0073; }
a { background-color: rgb(207,0,115); }
div.DivClassName
{
background-color: #CF0073;
}
.BgClassName
{
background-color: #CF0073;
}
</style>
border-color css
<style>
span { border-color: #CF0073; }
span { border-color: rgb(207,0,115); }
td.TdClassName
{
border-color: #CF0073;
}
.TagClassName
{
border-color: #CF0073;
}
</style>