Shades of Medium Violet Red #CF1A8E
Tints of Medium Violet Red #CF1A8E
RGB
CMYK
RGB Variations
Color information
#CF1A8E (or 0xCF1A8E) is known color: Medium Violet Red. HEX triplet: CF, 1A and 8E. RGB value is (207,26,142). Sum of RGB (Red+Green+Blue) = 207+26+142=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1A8E is #30E571. Grayscale: #5D5D5D. Windows color (decimal): -3204466 or 9312975. OLE color: 9312975.
HSL color Cylindrical-coordinate representation of color #CF1A8E: hue angle of 321.55º 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 #CF1A8E is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 142 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.19 |
| HSL | 321.55º | 0.78% | 0.46% | - |
| HSV(B) | 321.55º | 0.87% | 0.81% | - |
| XYZ | 30.98 | 15.96 | 27.04 | - |
| YUV | 93.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 142 | 0 | 0.87 | 0.31 | 0.19 | 321.55 | 0.78 | 0.46 |
| Hex | CF | 1A | 8E | 0 | 57 | 1F | 13 | 142 | 4E | 2E |
| Octal | 317 | 32 | 216 | 0 | 127 | 37 | 23 | 502 | 116 | 56 |
| Binary | 11001111 | 11010 | 10001110 | 0 | 1010111 | 11111 | 10011 | 101000010 | 1001110 | 101110 |
Color Harmonies of #CF1A8E
Complementary color
Monochromatic Colors of #CF1A8E
Black with #CF1A8E
Text Example
Text Example
White with #CF1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A8E; }
p { color: rgb(207,26,142); }
H1.HeaderClassName
{
color: #CF1A8E;
}
.AnyTagClassName
{
color: #CF1A8E;
}
</style>
background-color css
<style>
a { background-color: #CF1A8E; }
a { background-color: rgb(207,26,142); }
div.DivClassName
{
background-color: #CF1A8E;
}
.BgClassName
{
background-color: #CF1A8E;
}
</style>
border-color css
<style>
span { border-color: #CF1A8E; }
span { border-color: rgb(207,26,142); }
td.TdClassName
{
border-color: #CF1A8E;
}
.TagClassName
{
border-color: #CF1A8E;
}
</style>