Shades of Medium Violet Red #CF007F
Tints of Medium Violet Red #CF007F
RGB
CMYK
RGB Variations
Color information
#CF007F (or 0xCF007F) is known color: Medium Violet Red. HEX triplet: CF, 00 and 7F. RGB value is (207,0,127). Sum of RGB (Red+Green+Blue) = 207+0+127=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF007F is #30FF80. Grayscale: #4C4C4C. Windows color (decimal): -3211137 or 8323279. OLE color: 8323279.
HSL color Cylindrical-coordinate representation of color #CF007F: hue angle of 323.19º 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 #CF007F is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.39 | 0.19 |
| HSL | 323.19º | 1% | 0.41% | - |
| HSV(B) | 323.19º | 1% | 0.81% | - |
| XYZ | 29.56 | 14.8 | 21.38 | - |
| YUV | 76.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 127 | 0 | 1 | 0.39 | 0.19 | 323.19 | 1 | 0.41 |
| Hex | CF | 0 | 7F | 0 | 64 | 27 | 13 | 143 | 64 | 29 |
| Octal | 317 | 0 | 177 | 0 | 144 | 47 | 23 | 503 | 144 | 51 |
| Binary | 11001111 | 0 | 1111111 | 0 | 1100100 | 100111 | 10011 | 101000011 | 1100100 | 101001 |
Color Harmonies of #CF007F
Complementary color
Monochromatic Colors of #CF007F
Black with #CF007F
Text Example
Text Example
White with #CF007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF007F; }
p { color: rgb(207,0,127); }
H1.HeaderClassName
{
color: #CF007F;
}
.AnyTagClassName
{
color: #CF007F;
}
</style>
background-color css
<style>
a { background-color: #CF007F; }
a { background-color: rgb(207,0,127); }
div.DivClassName
{
background-color: #CF007F;
}
.BgClassName
{
background-color: #CF007F;
}
</style>
border-color css
<style>
span { border-color: #CF007F; }
span { border-color: rgb(207,0,127); }
td.TdClassName
{
border-color: #CF007F;
}
.TagClassName
{
border-color: #CF007F;
}
</style>