Shades of Medium Violet Red #CD0192
Tints of Medium Violet Red #CD0192
RGB
CMYK
RGB Variations
Color information
#CD0192 (or 0xCD0192) is known color: Medium Violet Red. HEX triplet: CD, 01 and 92. RGB value is (205,1,146). Sum of RGB (Red+Green+Blue) = 205+1+146=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0192 is #32FE6D. Grayscale: #4E4E4E. Windows color (decimal): -3341934 or 9568717. OLE color: 9568717.
HSL color Cylindrical-coordinate representation of color #CD0192: hue angle of 317.35º 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 #CD0192 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.20 |
| HSL | 317.35º | 0.99% | 0.4% | - |
| HSV(B) | 317.35º | 1% | 0.8% | - |
| XYZ | 30.38 | 15.08 | 28.5 | - |
| YUV | 78.53 | 166.09 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 146 | 0 | 1.00 | 0.29 | 0.20 | 317.35 | 0.99 | 0.4 |
| Hex | CD | 1 | 92 | 0 | 64 | 1D | 14 | 13D | 63 | 28 |
| Octal | 315 | 1 | 222 | 0 | 144 | 35 | 24 | 475 | 143 | 50 |
| Binary | 11001101 | 1 | 10010010 | 0 | 1100100 | 11101 | 10100 | 100111101 | 1100011 | 101000 |
Color Harmonies of #CD0192
Complementary color
Monochromatic Colors of #CD0192
Black with #CD0192
Text Example
Text Example
White with #CD0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0192; }
p { color: rgb(205,1,146); }
H1.HeaderClassName
{
color: #CD0192;
}
.AnyTagClassName
{
color: #CD0192;
}
</style>
background-color css
<style>
a { background-color: #CD0192; }
a { background-color: rgb(205,1,146); }
div.DivClassName
{
background-color: #CD0192;
}
.BgClassName
{
background-color: #CD0192;
}
</style>
border-color css
<style>
span { border-color: #CD0192; }
span { border-color: rgb(205,1,146); }
td.TdClassName
{
border-color: #CD0192;
}
.TagClassName
{
border-color: #CD0192;
}
</style>