Shades of Medium Violet Red #CF1A8D
Tints of Medium Violet Red #CF1A8D
RGB
CMYK
RGB Variations
Color information
#CF1A8D (or 0xCF1A8D) is known color: Medium Violet Red. HEX triplet: CF, 1A and 8D. RGB value is (207,26,141). Sum of RGB (Red+Green+Blue) = 207+26+141=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1A8D is #30E572. Grayscale: #5C5C5C. Windows color (decimal): -3204467 or 9247439. OLE color: 9247439.
HSL color Cylindrical-coordinate representation of color #CF1A8D: hue angle of 321.88º 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 #CF1A8D is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 141 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.19 |
| HSL | 321.88º | 0.78% | 0.46% | - |
| HSV(B) | 321.88º | 0.87% | 0.81% | - |
| XYZ | 30.91 | 15.93 | 26.64 | - |
| YUV | 93.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 141 | 0 | 0.87 | 0.32 | 0.19 | 321.88 | 0.78 | 0.46 |
| Hex | CF | 1A | 8D | 0 | 57 | 20 | 13 | 142 | 4E | 2E |
| Octal | 317 | 32 | 215 | 0 | 127 | 40 | 23 | 502 | 116 | 56 |
| Binary | 11001111 | 11010 | 10001101 | 0 | 1010111 | 100000 | 10011 | 101000010 | 1001110 | 101110 |
Color Harmonies of #CF1A8D
Complementary color
Monochromatic Colors of #CF1A8D
Black with #CF1A8D
Text Example
Text Example
White with #CF1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A8D; }
p { color: rgb(207,26,141); }
H1.HeaderClassName
{
color: #CF1A8D;
}
.AnyTagClassName
{
color: #CF1A8D;
}
</style>
background-color css
<style>
a { background-color: #CF1A8D; }
a { background-color: rgb(207,26,141); }
div.DivClassName
{
background-color: #CF1A8D;
}
.BgClassName
{
background-color: #CF1A8D;
}
</style>
border-color css
<style>
span { border-color: #CF1A8D; }
span { border-color: rgb(207,26,141); }
td.TdClassName
{
border-color: #CF1A8D;
}
.TagClassName
{
border-color: #CF1A8D;
}
</style>