Shades of Medium Violet Red #CD019C
Tints of Medium Violet Red #CD019C
RGB
CMYK
RGB Variations
Color information
#CD019C (or 0xCD019C) is known color: Medium Violet Red. HEX triplet: CD, 01 and 9C. RGB value is (205,1,156). Sum of RGB (Red+Green+Blue) = 205+1+156=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD019C is #32FE63. Grayscale: #4F4F4F. Windows color (decimal): -3341924 or 10224077. OLE color: 10224077.
HSL color Cylindrical-coordinate representation of color #CD019C: hue angle of 314.41º 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 #CD019C is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.20 |
| HSL | 314.41º | 0.99% | 0.4% | - |
| HSV(B) | 314.41º | 1% | 0.8% | - |
| XYZ | 31.19 | 15.4 | 32.78 | - |
| YUV | 79.67 | 171.09 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 156 | 0 | 1.00 | 0.24 | 0.20 | 314.41 | 0.99 | 0.4 |
| Hex | CD | 1 | 9C | 0 | 64 | 18 | 14 | 13A | 63 | 28 |
| Octal | 315 | 1 | 234 | 0 | 144 | 30 | 24 | 472 | 143 | 50 |
| Binary | 11001101 | 1 | 10011100 | 0 | 1100100 | 11000 | 10100 | 100111010 | 1100011 | 101000 |
Color Harmonies of #CD019C
Complementary color
Monochromatic Colors of #CD019C
Black with #CD019C
Text Example
Text Example
White with #CD019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD019C; }
p { color: rgb(205,1,156); }
H1.HeaderClassName
{
color: #CD019C;
}
.AnyTagClassName
{
color: #CD019C;
}
</style>
background-color css
<style>
a { background-color: #CD019C; }
a { background-color: rgb(205,1,156); }
div.DivClassName
{
background-color: #CD019C;
}
.BgClassName
{
background-color: #CD019C;
}
</style>
border-color css
<style>
span { border-color: #CD019C; }
span { border-color: rgb(205,1,156); }
td.TdClassName
{
border-color: #CD019C;
}
.TagClassName
{
border-color: #CD019C;
}
</style>