Shades of Medium Violet Red #CF1A78
Tints of Medium Violet Red #CF1A78
RGB
CMYK
RGB Variations
Color information
#CF1A78 (or 0xCF1A78) is known color: Medium Violet Red. HEX triplet: CF, 1A and 78. RGB value is (207,26,120). Sum of RGB (Red+Green+Blue) = 207+26+120=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A78 is #30E587. Grayscale: #5A5A5A. Windows color (decimal): -3204488 or 7871183. OLE color: 7871183.
HSL color Cylindrical-coordinate representation of color #CF1A78: hue angle of 328.84º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A78 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 120 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.19 |
| HSL | 328.84º | 0.78% | 0.46% | - |
| HSV(B) | 328.84º | 0.87% | 0.81% | - |
| XYZ | 29.49 | 15.36 | 19.18 | - |
| YUV | 90.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 120 | 0 | 0.87 | 0.42 | 0.19 | 328.84 | 0.78 | 0.46 |
| Hex | CF | 1A | 78 | 0 | 57 | 2A | 13 | 149 | 4E | 2E |
| Octal | 317 | 32 | 170 | 0 | 127 | 52 | 23 | 511 | 116 | 56 |
| Binary | 11001111 | 11010 | 1111000 | 0 | 1010111 | 101010 | 10011 | 101001001 | 1001110 | 101110 |
Color Harmonies of #CF1A78
Complementary color
Monochromatic Colors of #CF1A78
Black with #CF1A78
Text Example
Text Example
White with #CF1A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A78; }
p { color: rgb(207,26,120); }
H1.HeaderClassName
{
color: #CF1A78;
}
.AnyTagClassName
{
color: #CF1A78;
}
</style>
background-color css
<style>
a { background-color: #CF1A78; }
a { background-color: rgb(207,26,120); }
div.DivClassName
{
background-color: #CF1A78;
}
.BgClassName
{
background-color: #CF1A78;
}
</style>
border-color css
<style>
span { border-color: #CF1A78; }
span { border-color: rgb(207,26,120); }
td.TdClassName
{
border-color: #CF1A78;
}
.TagClassName
{
border-color: #CF1A78;
}
</style>