Shades of Medium Violet Red #CF028D
Tints of Medium Violet Red #CF028D
RGB
CMYK
RGB Variations
Color information
#CF028D (or 0xCF028D) is known color: Medium Violet Red. HEX triplet: CF, 02 and 8D. RGB value is (207,2,141). Sum of RGB (Red+Green+Blue) = 207+2+141=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF028D is #30FD72. Grayscale: #4E4E4E. Windows color (decimal): -3210611 or 9241295. OLE color: 9241295.
HSL color Cylindrical-coordinate representation of color #CF028D: hue angle of 319.32º degrees, saturation: 0.98, 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 #CF028D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.19 |
| HSL | 319.32º | 0.98% | 0.41% | - |
| HSV(B) | 319.32º | 0.99% | 0.81% | - |
| XYZ | 30.56 | 15.23 | 26.53 | - |
| YUV | 79.14 | 162.92 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 141 | 0 | 0.99 | 0.32 | 0.19 | 319.32 | 0.98 | 0.41 |
| Hex | CF | 2 | 8D | 0 | 63 | 20 | 13 | 13F | 62 | 29 |
| Octal | 317 | 2 | 215 | 0 | 143 | 40 | 23 | 477 | 142 | 51 |
| Binary | 11001111 | 10 | 10001101 | 0 | 1100011 | 100000 | 10011 | 100111111 | 1100010 | 101001 |
Color Harmonies of #CF028D
Complementary color
Monochromatic Colors of #CF028D
Black with #CF028D
Text Example
Text Example
White with #CF028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF028D; }
p { color: rgb(207,2,141); }
H1.HeaderClassName
{
color: #CF028D;
}
.AnyTagClassName
{
color: #CF028D;
}
</style>
background-color css
<style>
a { background-color: #CF028D; }
a { background-color: rgb(207,2,141); }
div.DivClassName
{
background-color: #CF028D;
}
.BgClassName
{
background-color: #CF028D;
}
</style>
border-color css
<style>
span { border-color: #CF028D; }
span { border-color: rgb(207,2,141); }
td.TdClassName
{
border-color: #CF028D;
}
.TagClassName
{
border-color: #CF028D;
}
</style>