Shades of Medium Violet Red #CF1579
Tints of Medium Violet Red #CF1579
RGB
CMYK
RGB Variations
Color information
#CF1579 (or 0xCF1579) is known color: Medium Violet Red. HEX triplet: CF, 15 and 79. RGB value is (207,21,121). Sum of RGB (Red+Green+Blue) = 207+21+121=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1579 is #30EA86. Grayscale: #575757. Windows color (decimal): -3205767 or 7935439. OLE color: 7935439.
HSL color Cylindrical-coordinate representation of color #CF1579: hue angle of 327.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1579 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 121 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.19 |
| HSL | 327.74º | 0.82% | 0.45% | - |
| HSV(B) | 327.74º | 0.9% | 0.81% | - |
| XYZ | 29.45 | 15.18 | 19.47 | - |
| YUV | 88.01 | 146.62 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 121 | 0 | 0.90 | 0.42 | 0.19 | 327.74 | 0.82 | 0.45 |
| Hex | CF | 15 | 79 | 0 | 5A | 2A | 13 | 148 | 52 | 2D |
| Octal | 317 | 25 | 171 | 0 | 132 | 52 | 23 | 510 | 122 | 55 |
| Binary | 11001111 | 10101 | 1111001 | 0 | 1011010 | 101010 | 10011 | 101001000 | 1010010 | 101101 |
Color Harmonies of #CF1579
Complementary color
Monochromatic Colors of #CF1579
Black with #CF1579
Text Example
Text Example
White with #CF1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1579; }
p { color: rgb(207,21,121); }
H1.HeaderClassName
{
color: #CF1579;
}
.AnyTagClassName
{
color: #CF1579;
}
</style>
background-color css
<style>
a { background-color: #CF1579; }
a { background-color: rgb(207,21,121); }
div.DivClassName
{
background-color: #CF1579;
}
.BgClassName
{
background-color: #CF1579;
}
</style>
border-color css
<style>
span { border-color: #CF1579; }
span { border-color: rgb(207,21,121); }
td.TdClassName
{
border-color: #CF1579;
}
.TagClassName
{
border-color: #CF1579;
}
</style>