Shades of Medium Violet Red #CF037E
Tints of Medium Violet Red #CF037E
RGB
CMYK
RGB Variations
Color information
#CF037E (or 0xCF037E) is known color: Medium Violet Red. HEX triplet: CF, 03 and 7E. RGB value is (207,3,126). Sum of RGB (Red+Green+Blue) = 207+3+126=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF037E is #30FC81. Grayscale: #4D4D4D. Windows color (decimal): -3210370 or 8258511. OLE color: 8258511.
HSL color Cylindrical-coordinate representation of color #CF037E: hue angle of 323.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF037E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.19 |
| HSL | 323.82º | 0.97% | 0.41% | - |
| HSV(B) | 323.82º | 0.99% | 0.81% | - |
| XYZ | 29.53 | 14.84 | 21.05 | - |
| YUV | 78.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 126 | 0 | 0.99 | 0.39 | 0.19 | 323.82 | 0.97 | 0.41 |
| Hex | CF | 3 | 7E | 0 | 63 | 27 | 13 | 144 | 61 | 29 |
| Octal | 317 | 3 | 176 | 0 | 143 | 47 | 23 | 504 | 141 | 51 |
| Binary | 11001111 | 11 | 1111110 | 0 | 1100011 | 100111 | 10011 | 101000100 | 1100001 | 101001 |
Color Harmonies of #CF037E
Complementary color
Monochromatic Colors of #CF037E
Black with #CF037E
Text Example
Text Example
White with #CF037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF037E; }
p { color: rgb(207,3,126); }
H1.HeaderClassName
{
color: #CF037E;
}
.AnyTagClassName
{
color: #CF037E;
}
</style>
background-color css
<style>
a { background-color: #CF037E; }
a { background-color: rgb(207,3,126); }
div.DivClassName
{
background-color: #CF037E;
}
.BgClassName
{
background-color: #CF037E;
}
</style>
border-color css
<style>
span { border-color: #CF037E; }
span { border-color: rgb(207,3,126); }
td.TdClassName
{
border-color: #CF037E;
}
.TagClassName
{
border-color: #CF037E;
}
</style>