Shades of Medium Violet Red #CF0F7D
Tints of Medium Violet Red #CF0F7D
RGB
CMYK
RGB Variations
Color information
#CF0F7D (or 0xCF0F7D) is known color: Medium Violet Red. HEX triplet: CF, 0F and 7D. RGB value is (207,15,125). Sum of RGB (Red+Green+Blue) = 207+15+125=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F7D is #30F082. Grayscale: #545454. Windows color (decimal): -3207299 or 8196047. OLE color: 8196047.
HSL color Cylindrical-coordinate representation of color #CF0F7D: hue angle of 325.62º 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 #CF0F7D is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 125 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.19 |
| HSL | 325.63º | 0.86% | 0.44% | - |
| HSV(B) | 325.63º | 0.93% | 0.81% | - |
| XYZ | 29.6 | 15.09 | 20.75 | - |
| YUV | 84.95 | 150.61 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 125 | 0 | 0.93 | 0.40 | 0.19 | 325.63 | 0.86 | 0.44 |
| Hex | CF | F | 7D | 0 | 5D | 28 | 13 | 146 | 56 | 2C |
| Octal | 317 | 17 | 175 | 0 | 135 | 50 | 23 | 506 | 126 | 54 |
| Binary | 11001111 | 1111 | 1111101 | 0 | 1011101 | 101000 | 10011 | 101000110 | 1010110 | 101100 |
Color Harmonies of #CF0F7D
Complementary color
Monochromatic Colors of #CF0F7D
Black with #CF0F7D
Text Example
Text Example
White with #CF0F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F7D; }
p { color: rgb(207,15,125); }
H1.HeaderClassName
{
color: #CF0F7D;
}
.AnyTagClassName
{
color: #CF0F7D;
}
</style>
background-color css
<style>
a { background-color: #CF0F7D; }
a { background-color: rgb(207,15,125); }
div.DivClassName
{
background-color: #CF0F7D;
}
.BgClassName
{
background-color: #CF0F7D;
}
</style>
border-color css
<style>
span { border-color: #CF0F7D; }
span { border-color: rgb(207,15,125); }
td.TdClassName
{
border-color: #CF0F7D;
}
.TagClassName
{
border-color: #CF0F7D;
}
</style>