Shades of Medium Violet Red #CF1280
Tints of Medium Violet Red #CF1280
RGB
CMYK
RGB Variations
Color information
#CF1280 (or 0xCF1280) is known color: Medium Violet Red. HEX triplet: CF, 12 and 80. RGB value is (207,18,128). Sum of RGB (Red+Green+Blue) = 207+18+128=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1280 is #30ED7F. Grayscale: #565656. Windows color (decimal): -3206528 or 8393423. OLE color: 8393423.
HSL color Cylindrical-coordinate representation of color #CF1280: hue angle of 325.08º 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 #CF1280 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.19 |
| HSL | 325.08º | 0.84% | 0.44% | - |
| HSV(B) | 325.08º | 0.91% | 0.81% | - |
| XYZ | 29.84 | 15.26 | 21.79 | - |
| YUV | 87.05 | 151.12 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 128 | 0 | 0.91 | 0.38 | 0.19 | 325.08 | 0.84 | 0.44 |
| Hex | CF | 12 | 80 | 0 | 5B | 26 | 13 | 145 | 54 | 2C |
| Octal | 317 | 22 | 200 | 0 | 133 | 46 | 23 | 505 | 124 | 54 |
| Binary | 11001111 | 10010 | 10000000 | 0 | 1011011 | 100110 | 10011 | 101000101 | 1010100 | 101100 |
Color Harmonies of #CF1280
Complementary color
Monochromatic Colors of #CF1280
Black with #CF1280
Text Example
Text Example
White with #CF1280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1280; }
p { color: rgb(207,18,128); }
H1.HeaderClassName
{
color: #CF1280;
}
.AnyTagClassName
{
color: #CF1280;
}
</style>
background-color css
<style>
a { background-color: #CF1280; }
a { background-color: rgb(207,18,128); }
div.DivClassName
{
background-color: #CF1280;
}
.BgClassName
{
background-color: #CF1280;
}
</style>
border-color css
<style>
span { border-color: #CF1280; }
span { border-color: rgb(207,18,128); }
td.TdClassName
{
border-color: #CF1280;
}
.TagClassName
{
border-color: #CF1280;
}
</style>