Shades of Medium Violet Red #CD0388
Tints of Medium Violet Red #CD0388
RGB
CMYK
RGB Variations
Color information
#CD0388 (or 0xCD0388) is known color: Medium Violet Red. HEX triplet: CD, 03 and 88. RGB value is (205,3,136). Sum of RGB (Red+Green+Blue) = 205+3+136=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0388 is #32FC77. Grayscale: #4E4E4E. Windows color (decimal): -3341432 or 8913869. OLE color: 8913869.
HSL color Cylindrical-coordinate representation of color #CD0388: hue angle of 320.5º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0388 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.20 |
| HSL | 320.5º | 0.97% | 0.41% | - |
| HSV(B) | 320.5º | 0.99% | 0.8% | - |
| XYZ | 29.65 | 14.82 | 24.59 | - |
| YUV | 78.56 | 160.42 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 136 | 0 | 0.99 | 0.34 | 0.20 | 320.5 | 0.97 | 0.41 |
| Hex | CD | 3 | 88 | 0 | 63 | 22 | 14 | 140 | 61 | 29 |
| Octal | 315 | 3 | 210 | 0 | 143 | 42 | 24 | 500 | 141 | 51 |
| Binary | 11001101 | 11 | 10001000 | 0 | 1100011 | 100010 | 10100 | 101000000 | 1100001 | 101001 |
Color Harmonies of #CD0388
Complementary color
Monochromatic Colors of #CD0388
Black with #CD0388
Text Example
Text Example
White with #CD0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0388; }
p { color: rgb(205,3,136); }
H1.HeaderClassName
{
color: #CD0388;
}
.AnyTagClassName
{
color: #CD0388;
}
</style>
background-color css
<style>
a { background-color: #CD0388; }
a { background-color: rgb(205,3,136); }
div.DivClassName
{
background-color: #CD0388;
}
.BgClassName
{
background-color: #CD0388;
}
</style>
border-color css
<style>
span { border-color: #CD0388; }
span { border-color: rgb(205,3,136); }
td.TdClassName
{
border-color: #CD0388;
}
.TagClassName
{
border-color: #CD0388;
}
</style>