Shades of Medium Violet Red #CF038E
Tints of Medium Violet Red #CF038E
RGB
CMYK
RGB Variations
Color information
#CF038E (or 0xCF038E) is known color: Medium Violet Red. HEX triplet: CF, 03 and 8E. RGB value is (207,3,142). Sum of RGB (Red+Green+Blue) = 207+3+142=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF038E is #30FC71. Grayscale: #4F4F4F. Windows color (decimal): -3210354 or 9307087. OLE color: 9307087.
HSL color Cylindrical-coordinate representation of color #CF038E: hue angle of 319.12º 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 #CF038E is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.19 |
| HSL | 319.12º | 0.97% | 0.41% | - |
| HSV(B) | 319.12º | 0.99% | 0.81% | - |
| XYZ | 30.65 | 15.28 | 26.93 | - |
| YUV | 79.84 | 163.09 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 142 | 0 | 0.99 | 0.31 | 0.19 | 319.12 | 0.97 | 0.41 |
| Hex | CF | 3 | 8E | 0 | 63 | 1F | 13 | 13F | 61 | 29 |
| Octal | 317 | 3 | 216 | 0 | 143 | 37 | 23 | 477 | 141 | 51 |
| Binary | 11001111 | 11 | 10001110 | 0 | 1100011 | 11111 | 10011 | 100111111 | 1100001 | 101001 |
Color Harmonies of #CF038E
Complementary color
Monochromatic Colors of #CF038E
Black with #CF038E
Text Example
Text Example
White with #CF038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF038E; }
p { color: rgb(207,3,142); }
H1.HeaderClassName
{
color: #CF038E;
}
.AnyTagClassName
{
color: #CF038E;
}
</style>
background-color css
<style>
a { background-color: #CF038E; }
a { background-color: rgb(207,3,142); }
div.DivClassName
{
background-color: #CF038E;
}
.BgClassName
{
background-color: #CF038E;
}
</style>
border-color css
<style>
span { border-color: #CF038E; }
span { border-color: rgb(207,3,142); }
td.TdClassName
{
border-color: #CF038E;
}
.TagClassName
{
border-color: #CF038E;
}
</style>