Shades of Medium Violet Red #CF027A
Tints of Medium Violet Red #CF027A
RGB
CMYK
RGB Variations
Color information
#CF027A (or 0xCF027A) is known color: Medium Violet Red. HEX triplet: CF, 02 and 7A. RGB value is (207,2,122). Sum of RGB (Red+Green+Blue) = 207+2+122=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF027A is #30FD85. Grayscale: #4C4C4C. Windows color (decimal): -3210630 or 7996111. OLE color: 7996111.
HSL color Cylindrical-coordinate representation of color #CF027A: hue angle of 324.88º 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 #CF027A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.19 |
| HSL | 324.88º | 0.98% | 0.41% | - |
| HSV(B) | 324.88º | 0.99% | 0.81% | - |
| XYZ | 29.27 | 14.71 | 19.71 | - |
| YUV | 76.98 | 153.42 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 122 | 0 | 0.99 | 0.41 | 0.19 | 324.88 | 0.98 | 0.41 |
| Hex | CF | 2 | 7A | 0 | 63 | 29 | 13 | 145 | 62 | 29 |
| Octal | 317 | 2 | 172 | 0 | 143 | 51 | 23 | 505 | 142 | 51 |
| Binary | 11001111 | 10 | 1111010 | 0 | 1100011 | 101001 | 10011 | 101000101 | 1100010 | 101001 |
Color Harmonies of #CF027A
Complementary color
Monochromatic Colors of #CF027A
Black with #CF027A
Text Example
Text Example
White with #CF027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF027A; }
p { color: rgb(207,2,122); }
H1.HeaderClassName
{
color: #CF027A;
}
.AnyTagClassName
{
color: #CF027A;
}
</style>
background-color css
<style>
a { background-color: #CF027A; }
a { background-color: rgb(207,2,122); }
div.DivClassName
{
background-color: #CF027A;
}
.BgClassName
{
background-color: #CF027A;
}
</style>
border-color css
<style>
span { border-color: #CF027A; }
span { border-color: rgb(207,2,122); }
td.TdClassName
{
border-color: #CF027A;
}
.TagClassName
{
border-color: #CF027A;
}
</style>