Shades of Medium Violet Red #CF1479
Tints of Medium Violet Red #CF1479
RGB
CMYK
RGB Variations
Color information
#CF1479 (or 0xCF1479) is known color: Medium Violet Red. HEX triplet: CF, 14 and 79. RGB value is (207,20,121). Sum of RGB (Red+Green+Blue) = 207+20+121=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1479 is #30EB86. Grayscale: #575757. Windows color (decimal): -3206023 or 7935183. OLE color: 7935183.
HSL color Cylindrical-coordinate representation of color #CF1479: hue angle of 327.59º 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 #CF1479 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 121 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.19 |
| HSL | 327.59º | 0.82% | 0.45% | - |
| HSV(B) | 327.59º | 0.9% | 0.81% | - |
| XYZ | 29.43 | 15.15 | 19.46 | - |
| YUV | 87.43 | 146.95 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 121 | 0 | 0.90 | 0.42 | 0.19 | 327.59 | 0.82 | 0.45 |
| Hex | CF | 14 | 79 | 0 | 5A | 2A | 13 | 148 | 52 | 2D |
| Octal | 317 | 24 | 171 | 0 | 132 | 52 | 23 | 510 | 122 | 55 |
| Binary | 11001111 | 10100 | 1111001 | 0 | 1011010 | 101010 | 10011 | 101001000 | 1010010 | 101101 |
Color Harmonies of #CF1479
Complementary color
Monochromatic Colors of #CF1479
Black with #CF1479
Text Example
Text Example
White with #CF1479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1479; }
p { color: rgb(207,20,121); }
H1.HeaderClassName
{
color: #CF1479;
}
.AnyTagClassName
{
color: #CF1479;
}
</style>
background-color css
<style>
a { background-color: #CF1479; }
a { background-color: rgb(207,20,121); }
div.DivClassName
{
background-color: #CF1479;
}
.BgClassName
{
background-color: #CF1479;
}
</style>
border-color css
<style>
span { border-color: #CF1479; }
span { border-color: rgb(207,20,121); }
td.TdClassName
{
border-color: #CF1479;
}
.TagClassName
{
border-color: #CF1479;
}
</style>