Shades of Medium Violet Red #CD1FA8
Tints of Medium Violet Red #CD1FA8
RGB
CMYK
RGB Variations
Color information
#CD1FA8 (or 0xCD1FA8) is known color: Medium Violet Red. HEX triplet: CD, 1F and A8. RGB value is (205,31,168). Sum of RGB (Red+Green+Blue) = 205+31+168=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1FA8 is #32E057. Grayscale: #626262. Windows color (decimal): -3334232 or 11018189. OLE color: 11018189.
HSL color Cylindrical-coordinate representation of color #CD1FA8: hue angle of 312.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1FA8 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 31 | 168 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.20 |
| HSL | 312.76º | 0.74% | 0.46% | - |
| HSV(B) | 312.76º | 0.85% | 0.8% | - |
| XYZ | 32.73 | 16.79 | 38.56 | - |
| YUV | 98.64 | 167.15 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 168 | 0 | 0.85 | 0.18 | 0.20 | 312.76 | 0.74 | 0.46 |
| Hex | CD | 1F | A8 | 0 | 55 | 12 | 14 | 139 | 4A | 2E |
| Octal | 315 | 37 | 250 | 0 | 125 | 22 | 24 | 471 | 112 | 56 |
| Binary | 11001101 | 11111 | 10101000 | 0 | 1010101 | 10010 | 10100 | 100111001 | 1001010 | 101110 |
Color Harmonies of #CD1FA8
Complementary color
Monochromatic Colors of #CD1FA8
Black with #CD1FA8
Text Example
Text Example
White with #CD1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1FA8; }
p { color: rgb(205,31,168); }
H1.HeaderClassName
{
color: #CD1FA8;
}
.AnyTagClassName
{
color: #CD1FA8;
}
</style>
background-color css
<style>
a { background-color: #CD1FA8; }
a { background-color: rgb(205,31,168); }
div.DivClassName
{
background-color: #CD1FA8;
}
.BgClassName
{
background-color: #CD1FA8;
}
</style>
border-color css
<style>
span { border-color: #CD1FA8; }
span { border-color: rgb(205,31,168); }
td.TdClassName
{
border-color: #CD1FA8;
}
.TagClassName
{
border-color: #CD1FA8;
}
</style>