Shades of Medium Violet Red #CF1D8F
Tints of Medium Violet Red #CF1D8F
RGB
CMYK
RGB Variations
Color information
#CF1D8F (or 0xCF1D8F) is known color: Medium Violet Red. HEX triplet: CF, 1D and 8F. RGB value is (207,29,143). Sum of RGB (Red+Green+Blue) = 207+29+143=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D8F is #30E270. Grayscale: #5E5E5E. Windows color (decimal): -3203697 or 9379279. OLE color: 9379279.
HSL color Cylindrical-coordinate representation of color #CF1D8F: hue angle of 321.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1D8F is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 143 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.19 |
| HSL | 321.57º | 0.75% | 0.46% | - |
| HSV(B) | 321.57º | 0.86% | 0.81% | - |
| XYZ | 31.13 | 16.13 | 27.46 | - |
| YUV | 95.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 143 | 0 | 0.86 | 0.31 | 0.19 | 321.57 | 0.75 | 0.46 |
| Hex | CF | 1D | 8F | 0 | 56 | 1F | 13 | 142 | 4B | 2E |
| Octal | 317 | 35 | 217 | 0 | 126 | 37 | 23 | 502 | 113 | 56 |
| Binary | 11001111 | 11101 | 10001111 | 0 | 1010110 | 11111 | 10011 | 101000010 | 1001011 | 101110 |
Color Harmonies of #CF1D8F
Complementary color
Monochromatic Colors of #CF1D8F
Black with #CF1D8F
Text Example
Text Example
White with #CF1D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1D8F; }
p { color: rgb(207,29,143); }
H1.HeaderClassName
{
color: #CF1D8F;
}
.AnyTagClassName
{
color: #CF1D8F;
}
</style>
background-color css
<style>
a { background-color: #CF1D8F; }
a { background-color: rgb(207,29,143); }
div.DivClassName
{
background-color: #CF1D8F;
}
.BgClassName
{
background-color: #CF1D8F;
}
</style>
border-color css
<style>
span { border-color: #CF1D8F; }
span { border-color: rgb(207,29,143); }
td.TdClassName
{
border-color: #CF1D8F;
}
.TagClassName
{
border-color: #CF1D8F;
}
</style>