Shades of Medium Violet Red #CD019D
Tints of Medium Violet Red #CD019D
RGB
CMYK
RGB Variations
Color information
#CD019D (or 0xCD019D) is known color: Medium Violet Red. HEX triplet: CD, 01 and 9D. RGB value is (205,1,157). Sum of RGB (Red+Green+Blue) = 205+1+157=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD019D is #32FE62. Grayscale: #4F4F4F. Windows color (decimal): -3341923 or 10289613. OLE color: 10289613.
HSL color Cylindrical-coordinate representation of color #CD019D: hue angle of 314.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD019D is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.20 |
| HSL | 314.12º | 0.99% | 0.4% | - |
| HSV(B) | 314.12º | 1% | 0.8% | - |
| XYZ | 31.27 | 15.44 | 33.23 | - |
| YUV | 79.78 | 171.59 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 157 | 0 | 1.00 | 0.23 | 0.20 | 314.12 | 0.99 | 0.4 |
| Hex | CD | 1 | 9D | 0 | 64 | 17 | 14 | 13A | 63 | 28 |
| Octal | 315 | 1 | 235 | 0 | 144 | 27 | 24 | 472 | 143 | 50 |
| Binary | 11001101 | 1 | 10011101 | 0 | 1100100 | 10111 | 10100 | 100111010 | 1100011 | 101000 |
Color Harmonies of #CD019D
Complementary color
Monochromatic Colors of #CD019D
Black with #CD019D
Text Example
Text Example
White with #CD019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD019D; }
p { color: rgb(205,1,157); }
H1.HeaderClassName
{
color: #CD019D;
}
.AnyTagClassName
{
color: #CD019D;
}
</style>
background-color css
<style>
a { background-color: #CD019D; }
a { background-color: rgb(205,1,157); }
div.DivClassName
{
background-color: #CD019D;
}
.BgClassName
{
background-color: #CD019D;
}
</style>
border-color css
<style>
span { border-color: #CD019D; }
span { border-color: rgb(205,1,157); }
td.TdClassName
{
border-color: #CD019D;
}
.TagClassName
{
border-color: #CD019D;
}
</style>