Shades of Medium Violet Red #CF1D84
Tints of Medium Violet Red #CF1D84
RGB
CMYK
RGB Variations
Color information
#CF1D84 (or 0xCF1D84) is known color: Medium Violet Red. HEX triplet: CF, 1D and 84. RGB value is (207,29,132). Sum of RGB (Red+Green+Blue) = 207+29+132=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D84 is #30E27B. Grayscale: #5D5D5D. Windows color (decimal): -3203708 or 8658383. OLE color: 8658383.
HSL color Cylindrical-coordinate representation of color #CF1D84: hue angle of 325.28º 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 #CF1D84 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 132 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.19 |
| HSL | 325.28º | 0.75% | 0.46% | - |
| HSV(B) | 325.28º | 0.86% | 0.81% | - |
| XYZ | 30.34 | 15.81 | 23.28 | - |
| YUV | 93.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 132 | 0 | 0.86 | 0.36 | 0.19 | 325.28 | 0.75 | 0.46 |
| Hex | CF | 1D | 84 | 0 | 56 | 24 | 13 | 145 | 4B | 2E |
| Octal | 317 | 35 | 204 | 0 | 126 | 44 | 23 | 505 | 113 | 56 |
| Binary | 11001111 | 11101 | 10000100 | 0 | 1010110 | 100100 | 10011 | 101000101 | 1001011 | 101110 |
Color Harmonies of #CF1D84
Complementary color
Monochromatic Colors of #CF1D84
Black with #CF1D84
Text Example
Text Example
White with #CF1D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1D84; }
p { color: rgb(207,29,132); }
H1.HeaderClassName
{
color: #CF1D84;
}
.AnyTagClassName
{
color: #CF1D84;
}
</style>
background-color css
<style>
a { background-color: #CF1D84; }
a { background-color: rgb(207,29,132); }
div.DivClassName
{
background-color: #CF1D84;
}
.BgClassName
{
background-color: #CF1D84;
}
</style>
border-color css
<style>
span { border-color: #CF1D84; }
span { border-color: rgb(207,29,132); }
td.TdClassName
{
border-color: #CF1D84;
}
.TagClassName
{
border-color: #CF1D84;
}
</style>