Shades of Medium Violet Red #CD009D
Tints of Medium Violet Red #CD009D
RGB
CMYK
RGB Variations
Color information
#CD009D (or 0xCD009D) is known color: Medium Violet Red. HEX triplet: CD, 00 and 9D. RGB value is (205,0,157). Sum of RGB (Red+Green+Blue) = 205+0+157=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD009D is #32FF62. Grayscale: #4E4E4E. Windows color (decimal): -3342179 or 10289357. OLE color: 10289357.
HSL color Cylindrical-coordinate representation of color #CD009D: hue angle of 314.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD009D is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.23 | 0.20 |
| HSL | 314.05º | 1% | 0.4% | - |
| HSV(B) | 314.05º | 1% | 0.8% | - |
| XYZ | 31.26 | 15.41 | 33.23 | - |
| YUV | 79.19 | 171.92 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 157 | 0 | 1 | 0.23 | 0.20 | 314.05 | 1 | 0.4 |
| Hex | CD | 0 | 9D | 0 | 64 | 17 | 14 | 13A | 64 | 28 |
| Octal | 315 | 0 | 235 | 0 | 144 | 27 | 24 | 472 | 144 | 50 |
| Binary | 11001101 | 0 | 10011101 | 0 | 1100100 | 10111 | 10100 | 100111010 | 1100100 | 101000 |
Color Harmonies of #CD009D
Complementary color
Monochromatic Colors of #CD009D
Black with #CD009D
Text Example
Text Example
White with #CD009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD009D; }
p { color: rgb(205,0,157); }
H1.HeaderClassName
{
color: #CD009D;
}
.AnyTagClassName
{
color: #CD009D;
}
</style>
background-color css
<style>
a { background-color: #CD009D; }
a { background-color: rgb(205,0,157); }
div.DivClassName
{
background-color: #CD009D;
}
.BgClassName
{
background-color: #CD009D;
}
</style>
border-color css
<style>
span { border-color: #CD009D; }
span { border-color: rgb(205,0,157); }
td.TdClassName
{
border-color: #CD009D;
}
.TagClassName
{
border-color: #CD009D;
}
</style>