Shades of Medium Violet Red #CF1279
Tints of Medium Violet Red #CF1279
RGB
CMYK
RGB Variations
Color information
#CF1279 (or 0xCF1279) is known color: Medium Violet Red. HEX triplet: CF, 12 and 79. RGB value is (207,18,121). Sum of RGB (Red+Green+Blue) = 207+18+121=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1279 is #30ED86. Grayscale: #565656. Windows color (decimal): -3206535 or 7934671. OLE color: 7934671.
HSL color Cylindrical-coordinate representation of color #CF1279: hue angle of 327.3º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1279 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 121 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.19 |
| HSL | 327.3º | 0.84% | 0.44% | - |
| HSV(B) | 327.3º | 0.91% | 0.81% | - |
| XYZ | 29.4 | 15.08 | 19.45 | - |
| YUV | 86.25 | 147.62 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 121 | 0 | 0.91 | 0.42 | 0.19 | 327.3 | 0.84 | 0.44 |
| Hex | CF | 12 | 79 | 0 | 5B | 2A | 13 | 147 | 54 | 2C |
| Octal | 317 | 22 | 171 | 0 | 133 | 52 | 23 | 507 | 124 | 54 |
| Binary | 11001111 | 10010 | 1111001 | 0 | 1011011 | 101010 | 10011 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CF1279
Complementary color
Monochromatic Colors of #CF1279
Black with #CF1279
Text Example
Text Example
White with #CF1279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1279; }
p { color: rgb(207,18,121); }
H1.HeaderClassName
{
color: #CF1279;
}
.AnyTagClassName
{
color: #CF1279;
}
</style>
background-color css
<style>
a { background-color: #CF1279; }
a { background-color: rgb(207,18,121); }
div.DivClassName
{
background-color: #CF1279;
}
.BgClassName
{
background-color: #CF1279;
}
</style>
border-color css
<style>
span { border-color: #CF1279; }
span { border-color: rgb(207,18,121); }
td.TdClassName
{
border-color: #CF1279;
}
.TagClassName
{
border-color: #CF1279;
}
</style>