Shades of Medium Violet Red #CD1FA2
Tints of Medium Violet Red #CD1FA2
RGB
CMYK
RGB Variations
Color information
#CD1FA2 (or 0xCD1FA2) is known color: Medium Violet Red. HEX triplet: CD, 1F and A2. RGB value is (205,31,162). Sum of RGB (Red+Green+Blue) = 205+31+162=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1FA2 is #32E05D. Grayscale: #616161. Windows color (decimal): -3334238 or 10624973. OLE color: 10624973.
HSL color Cylindrical-coordinate representation of color #CD1FA2: hue angle of 314.83º 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 #CD1FA2 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 31 | 162 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.20 |
| HSL | 314.83º | 0.74% | 0.46% | - |
| HSV(B) | 314.83º | 0.85% | 0.8% | - |
| XYZ | 32.19 | 16.57 | 35.68 | - |
| YUV | 97.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 162 | 0 | 0.85 | 0.21 | 0.20 | 314.83 | 0.74 | 0.46 |
| Hex | CD | 1F | A2 | 0 | 55 | 15 | 14 | 13B | 4A | 2E |
| Octal | 315 | 37 | 242 | 0 | 125 | 25 | 24 | 473 | 112 | 56 |
| Binary | 11001101 | 11111 | 10100010 | 0 | 1010101 | 10101 | 10100 | 100111011 | 1001010 | 101110 |
Color Harmonies of #CD1FA2
Complementary color
Monochromatic Colors of #CD1FA2
Black with #CD1FA2
Text Example
Text Example
White with #CD1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1FA2; }
p { color: rgb(205,31,162); }
H1.HeaderClassName
{
color: #CD1FA2;
}
.AnyTagClassName
{
color: #CD1FA2;
}
</style>
background-color css
<style>
a { background-color: #CD1FA2; }
a { background-color: rgb(205,31,162); }
div.DivClassName
{
background-color: #CD1FA2;
}
.BgClassName
{
background-color: #CD1FA2;
}
</style>
border-color css
<style>
span { border-color: #CD1FA2; }
span { border-color: rgb(205,31,162); }
td.TdClassName
{
border-color: #CD1FA2;
}
.TagClassName
{
border-color: #CD1FA2;
}
</style>