Shades of Medium Violet Red #CD009B
Tints of Medium Violet Red #CD009B
RGB
CMYK
RGB Variations
Color information
#CD009B (or 0xCD009B) is known color: Medium Violet Red. HEX triplet: CD, 00 and 9B. RGB value is (205,0,155). Sum of RGB (Red+Green+Blue) = 205+0+155=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD009B is #32FF64. Grayscale: #4E4E4E. Windows color (decimal): -3342181 or 10158285. OLE color: 10158285.
HSL color Cylindrical-coordinate representation of color #CD009B: hue angle of 314.63º 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 #CD009B is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.24 | 0.20 |
| HSL | 314.63º | 1% | 0.4% | - |
| HSV(B) | 314.63º | 1% | 0.8% | - |
| XYZ | 31.09 | 15.35 | 32.33 | - |
| YUV | 78.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 155 | 0 | 1 | 0.24 | 0.20 | 314.63 | 1 | 0.4 |
| Hex | CD | 0 | 9B | 0 | 64 | 18 | 14 | 13B | 64 | 28 |
| Octal | 315 | 0 | 233 | 0 | 144 | 30 | 24 | 473 | 144 | 50 |
| Binary | 11001101 | 0 | 10011011 | 0 | 1100100 | 11000 | 10100 | 100111011 | 1100100 | 101000 |
Color Harmonies of #CD009B
Complementary color
Monochromatic Colors of #CD009B
Black with #CD009B
Text Example
Text Example
White with #CD009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD009B; }
p { color: rgb(205,0,155); }
H1.HeaderClassName
{
color: #CD009B;
}
.AnyTagClassName
{
color: #CD009B;
}
</style>
background-color css
<style>
a { background-color: #CD009B; }
a { background-color: rgb(205,0,155); }
div.DivClassName
{
background-color: #CD009B;
}
.BgClassName
{
background-color: #CD009B;
}
</style>
border-color css
<style>
span { border-color: #CD009B; }
span { border-color: rgb(205,0,155); }
td.TdClassName
{
border-color: #CD009B;
}
.TagClassName
{
border-color: #CD009B;
}
</style>