Shades of Medium Violet Red #CF1278
Tints of Medium Violet Red #CF1278
RGB
CMYK
RGB Variations
Color information
#CF1278 (or 0xCF1278) is known color: Medium Violet Red. HEX triplet: CF, 12 and 78. RGB value is (207,18,120). Sum of RGB (Red+Green+Blue) = 207+18+120=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1278 is #30ED87. Grayscale: #555555. Windows color (decimal): -3206536 or 7869135. OLE color: 7869135.
HSL color Cylindrical-coordinate representation of color #CF1278: hue angle of 327.62º 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 #CF1278 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.19 |
| HSL | 327.62º | 0.84% | 0.44% | - |
| HSV(B) | 327.62º | 0.91% | 0.81% | - |
| XYZ | 29.34 | 15.05 | 19.13 | - |
| YUV | 86.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 120 | 0 | 0.91 | 0.42 | 0.19 | 327.62 | 0.84 | 0.44 |
| Hex | CF | 12 | 78 | 0 | 5B | 2A | 13 | 148 | 54 | 2C |
| Octal | 317 | 22 | 170 | 0 | 133 | 52 | 23 | 510 | 124 | 54 |
| Binary | 11001111 | 10010 | 1111000 | 0 | 1011011 | 101010 | 10011 | 101001000 | 1010100 | 101100 |
Color Harmonies of #CF1278
Complementary color
Monochromatic Colors of #CF1278
Black with #CF1278
Text Example
Text Example
White with #CF1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1278; }
p { color: rgb(207,18,120); }
H1.HeaderClassName
{
color: #CF1278;
}
.AnyTagClassName
{
color: #CF1278;
}
</style>
background-color css
<style>
a { background-color: #CF1278; }
a { background-color: rgb(207,18,120); }
div.DivClassName
{
background-color: #CF1278;
}
.BgClassName
{
background-color: #CF1278;
}
</style>
border-color css
<style>
span { border-color: #CF1278; }
span { border-color: rgb(207,18,120); }
td.TdClassName
{
border-color: #CF1278;
}
.TagClassName
{
border-color: #CF1278;
}
</style>