Shades of Medium Violet Red #CD0191
Tints of Medium Violet Red #CD0191
RGB
CMYK
RGB Variations
Color information
#CD0191 (or 0xCD0191) is known color: Medium Violet Red. HEX triplet: CD, 01 and 91. RGB value is (205,1,145). Sum of RGB (Red+Green+Blue) = 205+1+145=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0191 is #32FE6E. Grayscale: #4E4E4E. Windows color (decimal): -3341935 or 9503181. OLE color: 9503181.
HSL color Cylindrical-coordinate representation of color #CD0191: hue angle of 317.65º 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 #CD0191 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 145 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.20 |
| HSL | 317.65º | 0.99% | 0.4% | - |
| HSV(B) | 317.65º | 1% | 0.8% | - |
| XYZ | 30.3 | 15.05 | 28.1 | - |
| YUV | 78.41 | 165.59 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 145 | 0 | 1.00 | 0.29 | 0.20 | 317.65 | 0.99 | 0.4 |
| Hex | CD | 1 | 91 | 0 | 64 | 1D | 14 | 13E | 63 | 28 |
| Octal | 315 | 1 | 221 | 0 | 144 | 35 | 24 | 476 | 143 | 50 |
| Binary | 11001101 | 1 | 10010001 | 0 | 1100100 | 11101 | 10100 | 100111110 | 1100011 | 101000 |
Color Harmonies of #CD0191
Complementary color
Monochromatic Colors of #CD0191
Black with #CD0191
Text Example
Text Example
White with #CD0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0191; }
p { color: rgb(205,1,145); }
H1.HeaderClassName
{
color: #CD0191;
}
.AnyTagClassName
{
color: #CD0191;
}
</style>
background-color css
<style>
a { background-color: #CD0191; }
a { background-color: rgb(205,1,145); }
div.DivClassName
{
background-color: #CD0191;
}
.BgClassName
{
background-color: #CD0191;
}
</style>
border-color css
<style>
span { border-color: #CD0191; }
span { border-color: rgb(205,1,145); }
td.TdClassName
{
border-color: #CD0191;
}
.TagClassName
{
border-color: #CD0191;
}
</style>