Shades of Medium Violet Red #CF1DA8
Tints of Medium Violet Red #CF1DA8
RGB
CMYK
RGB Variations
Color information
#CF1DA8 (or 0xCF1DA8) is known color: Medium Violet Red. HEX triplet: CF, 1D and A8. RGB value is (207,29,168). Sum of RGB (Red+Green+Blue) = 207+29+168=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1DA8 is #30E257. Grayscale: #616161. Windows color (decimal): -3203672 or 11017679. OLE color: 11017679.
HSL color Cylindrical-coordinate representation of color #CF1DA8: hue angle of 313.15º 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 #CF1DA8 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 168 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.19 |
| HSL | 313.15º | 0.75% | 0.46% | - |
| HSV(B) | 313.15º | 0.86% | 0.81% | - |
| XYZ | 33.24 | 16.97 | 38.57 | - |
| YUV | 98.07 | 167.47 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 168 | 0 | 0.86 | 0.19 | 0.19 | 313.15 | 0.75 | 0.46 |
| Hex | CF | 1D | A8 | 0 | 56 | 13 | 13 | 139 | 4B | 2E |
| Octal | 317 | 35 | 250 | 0 | 126 | 23 | 23 | 471 | 113 | 56 |
| Binary | 11001111 | 11101 | 10101000 | 0 | 1010110 | 10011 | 10011 | 100111001 | 1001011 | 101110 |
Color Harmonies of #CF1DA8
Complementary color
Monochromatic Colors of #CF1DA8
Black with #CF1DA8
Text Example
Text Example
White with #CF1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DA8; }
p { color: rgb(207,29,168); }
H1.HeaderClassName
{
color: #CF1DA8;
}
.AnyTagClassName
{
color: #CF1DA8;
}
</style>
background-color css
<style>
a { background-color: #CF1DA8; }
a { background-color: rgb(207,29,168); }
div.DivClassName
{
background-color: #CF1DA8;
}
.BgClassName
{
background-color: #CF1DA8;
}
</style>
border-color css
<style>
span { border-color: #CF1DA8; }
span { border-color: rgb(207,29,168); }
td.TdClassName
{
border-color: #CF1DA8;
}
.TagClassName
{
border-color: #CF1DA8;
}
</style>