Shades of Medium Violet Red #CF0F7C
Tints of Medium Violet Red #CF0F7C
RGB
CMYK
RGB Variations
Color information
#CF0F7C (or 0xCF0F7C) is known color: Medium Violet Red. HEX triplet: CF, 0F and 7C. RGB value is (207,15,124). Sum of RGB (Red+Green+Blue) = 207+15+124=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F7C is #30F083. Grayscale: #545454. Windows color (decimal): -3207300 or 8130511. OLE color: 8130511.
HSL color Cylindrical-coordinate representation of color #CF0F7C: hue angle of 325.94º 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 #CF0F7C is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 124 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.19 |
| HSL | 325.94º | 0.86% | 0.44% | - |
| HSV(B) | 325.94º | 0.93% | 0.81% | - |
| XYZ | 29.54 | 15.06 | 20.42 | - |
| YUV | 84.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 124 | 0 | 0.93 | 0.40 | 0.19 | 325.94 | 0.86 | 0.44 |
| Hex | CF | F | 7C | 0 | 5D | 28 | 13 | 146 | 56 | 2C |
| Octal | 317 | 17 | 174 | 0 | 135 | 50 | 23 | 506 | 126 | 54 |
| Binary | 11001111 | 1111 | 1111100 | 0 | 1011101 | 101000 | 10011 | 101000110 | 1010110 | 101100 |
Color Harmonies of #CF0F7C
Complementary color
Monochromatic Colors of #CF0F7C
Black with #CF0F7C
Text Example
Text Example
White with #CF0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F7C; }
p { color: rgb(207,15,124); }
H1.HeaderClassName
{
color: #CF0F7C;
}
.AnyTagClassName
{
color: #CF0F7C;
}
</style>
background-color css
<style>
a { background-color: #CF0F7C; }
a { background-color: rgb(207,15,124); }
div.DivClassName
{
background-color: #CF0F7C;
}
.BgClassName
{
background-color: #CF0F7C;
}
</style>
border-color css
<style>
span { border-color: #CF0F7C; }
span { border-color: rgb(207,15,124); }
td.TdClassName
{
border-color: #CF0F7C;
}
.TagClassName
{
border-color: #CF0F7C;
}
</style>