Shades of Medium Violet Red #CF1A8F
Tints of Medium Violet Red #CF1A8F
RGB
CMYK
RGB Variations
Color information
#CF1A8F (or 0xCF1A8F) is known color: Medium Violet Red. HEX triplet: CF, 1A and 8F. RGB value is (207,26,143). Sum of RGB (Red+Green+Blue) = 207+26+143=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1A8F is #30E570. Grayscale: #5D5D5D. Windows color (decimal): -3204465 or 9378511. OLE color: 9378511.
HSL color Cylindrical-coordinate representation of color #CF1A8F: hue angle of 321.22º 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 #CF1A8F is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 143 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.19 |
| HSL | 321.22º | 0.78% | 0.46% | - |
| HSV(B) | 321.22º | 0.87% | 0.81% | - |
| XYZ | 31.06 | 15.99 | 27.44 | - |
| YUV | 93.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 143 | 0 | 0.87 | 0.31 | 0.19 | 321.22 | 0.78 | 0.46 |
| Hex | CF | 1A | 8F | 0 | 57 | 1F | 13 | 141 | 4E | 2E |
| Octal | 317 | 32 | 217 | 0 | 127 | 37 | 23 | 501 | 116 | 56 |
| Binary | 11001111 | 11010 | 10001111 | 0 | 1010111 | 11111 | 10011 | 101000001 | 1001110 | 101110 |
Color Harmonies of #CF1A8F
Complementary color
Monochromatic Colors of #CF1A8F
Black with #CF1A8F
Text Example
Text Example
White with #CF1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A8F; }
p { color: rgb(207,26,143); }
H1.HeaderClassName
{
color: #CF1A8F;
}
.AnyTagClassName
{
color: #CF1A8F;
}
</style>
background-color css
<style>
a { background-color: #CF1A8F; }
a { background-color: rgb(207,26,143); }
div.DivClassName
{
background-color: #CF1A8F;
}
.BgClassName
{
background-color: #CF1A8F;
}
</style>
border-color css
<style>
span { border-color: #CF1A8F; }
span { border-color: rgb(207,26,143); }
td.TdClassName
{
border-color: #CF1A8F;
}
.TagClassName
{
border-color: #CF1A8F;
}
</style>