Shades of Medium Violet Red #CF007E
Tints of Medium Violet Red #CF007E
RGB
CMYK
RGB Variations
Color information
#CF007E (or 0xCF007E) is known color: Medium Violet Red. HEX triplet: CF, 00 and 7E. RGB value is (207,0,126). Sum of RGB (Red+Green+Blue) = 207+0+126=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF007E is #30FF81. Grayscale: #4B4B4B. Windows color (decimal): -3211138 or 8257743. OLE color: 8257743.
HSL color Cylindrical-coordinate representation of color #CF007E: hue angle of 323.48º 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 #CF007E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.39 | 0.19 |
| HSL | 323.48º | 1% | 0.41% | - |
| HSV(B) | 323.48º | 1% | 0.81% | - |
| XYZ | 29.5 | 14.77 | 21.04 | - |
| YUV | 76.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 126 | 0 | 1 | 0.39 | 0.19 | 323.48 | 1 | 0.41 |
| Hex | CF | 0 | 7E | 0 | 64 | 27 | 13 | 143 | 64 | 29 |
| Octal | 317 | 0 | 176 | 0 | 144 | 47 | 23 | 503 | 144 | 51 |
| Binary | 11001111 | 0 | 1111110 | 0 | 1100100 | 100111 | 10011 | 101000011 | 1100100 | 101001 |
Color Harmonies of #CF007E
Complementary color
Monochromatic Colors of #CF007E
Black with #CF007E
Text Example
Text Example
White with #CF007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF007E; }
p { color: rgb(207,0,126); }
H1.HeaderClassName
{
color: #CF007E;
}
.AnyTagClassName
{
color: #CF007E;
}
</style>
background-color css
<style>
a { background-color: #CF007E; }
a { background-color: rgb(207,0,126); }
div.DivClassName
{
background-color: #CF007E;
}
.BgClassName
{
background-color: #CF007E;
}
</style>
border-color css
<style>
span { border-color: #CF007E; }
span { border-color: rgb(207,0,126); }
td.TdClassName
{
border-color: #CF007E;
}
.TagClassName
{
border-color: #CF007E;
}
</style>