Shades of Medium Violet Red #CD019B
Tints of Medium Violet Red #CD019B
RGB
CMYK
RGB Variations
Color information
#CD019B (or 0xCD019B) is known color: Medium Violet Red. HEX triplet: CD, 01 and 9B. RGB value is (205,1,155). Sum of RGB (Red+Green+Blue) = 205+1+155=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD019B is #32FE64. Grayscale: #4F4F4F. Windows color (decimal): -3341925 or 10158541. OLE color: 10158541.
HSL color Cylindrical-coordinate representation of color #CD019B: hue angle of 314.71º 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 #CD019B is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.20 |
| HSL | 314.71º | 0.99% | 0.4% | - |
| HSV(B) | 314.71º | 1% | 0.8% | - |
| XYZ | 31.1 | 15.37 | 32.34 | - |
| YUV | 79.55 | 170.59 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 155 | 0 | 1.00 | 0.24 | 0.20 | 314.71 | 0.99 | 0.4 |
| Hex | CD | 1 | 9B | 0 | 64 | 18 | 14 | 13B | 63 | 28 |
| Octal | 315 | 1 | 233 | 0 | 144 | 30 | 24 | 473 | 143 | 50 |
| Binary | 11001101 | 1 | 10011011 | 0 | 1100100 | 11000 | 10100 | 100111011 | 1100011 | 101000 |
Color Harmonies of #CD019B
Complementary color
Monochromatic Colors of #CD019B
Black with #CD019B
Text Example
Text Example
White with #CD019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD019B; }
p { color: rgb(205,1,155); }
H1.HeaderClassName
{
color: #CD019B;
}
.AnyTagClassName
{
color: #CD019B;
}
</style>
background-color css
<style>
a { background-color: #CD019B; }
a { background-color: rgb(205,1,155); }
div.DivClassName
{
background-color: #CD019B;
}
.BgClassName
{
background-color: #CD019B;
}
</style>
border-color css
<style>
span { border-color: #CD019B; }
span { border-color: rgb(205,1,155); }
td.TdClassName
{
border-color: #CD019B;
}
.TagClassName
{
border-color: #CD019B;
}
</style>