Shades of Medium Violet Red #CF027C
Tints of Medium Violet Red #CF027C
RGB
CMYK
RGB Variations
Color information
#CF027C (or 0xCF027C) is known color: Medium Violet Red. HEX triplet: CF, 02 and 7C. RGB value is (207,2,124). Sum of RGB (Red+Green+Blue) = 207+2+124=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF027C is #30FD83. Grayscale: #4C4C4C. Windows color (decimal): -3210628 or 8127183. OLE color: 8127183.
HSL color Cylindrical-coordinate representation of color #CF027C: hue angle of 324.29º 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 #CF027C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.19 |
| HSL | 324.29º | 0.98% | 0.41% | - |
| HSV(B) | 324.29º | 0.99% | 0.81% | - |
| XYZ | 29.39 | 14.76 | 20.37 | - |
| YUV | 77.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 124 | 0 | 0.99 | 0.40 | 0.19 | 324.29 | 0.98 | 0.41 |
| Hex | CF | 2 | 7C | 0 | 63 | 28 | 13 | 144 | 62 | 29 |
| Octal | 317 | 2 | 174 | 0 | 143 | 50 | 23 | 504 | 142 | 51 |
| Binary | 11001111 | 10 | 1111100 | 0 | 1100011 | 101000 | 10011 | 101000100 | 1100010 | 101001 |
Color Harmonies of #CF027C
Complementary color
Monochromatic Colors of #CF027C
Black with #CF027C
Text Example
Text Example
White with #CF027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF027C; }
p { color: rgb(207,2,124); }
H1.HeaderClassName
{
color: #CF027C;
}
.AnyTagClassName
{
color: #CF027C;
}
</style>
background-color css
<style>
a { background-color: #CF027C; }
a { background-color: rgb(207,2,124); }
div.DivClassName
{
background-color: #CF027C;
}
.BgClassName
{
background-color: #CF027C;
}
</style>
border-color css
<style>
span { border-color: #CF027C; }
span { border-color: rgb(207,2,124); }
td.TdClassName
{
border-color: #CF027C;
}
.TagClassName
{
border-color: #CF027C;
}
</style>