Shades of Medium Violet Red #CD039C
Tints of Medium Violet Red #CD039C
RGB
CMYK
RGB Variations
Color information
#CD039C (or 0xCD039C) is known color: Medium Violet Red. HEX triplet: CD, 03 and 9C. RGB value is (205,3,156). Sum of RGB (Red+Green+Blue) = 205+3+156=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD039C is #32FC63. Grayscale: #505050. Windows color (decimal): -3341412 or 10224589. OLE color: 10224589.
HSL color Cylindrical-coordinate representation of color #CD039C: hue angle of 314.55º 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 #CD039C is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.20 |
| HSL | 314.55º | 0.97% | 0.41% | - |
| HSV(B) | 314.55º | 0.99% | 0.8% | - |
| XYZ | 31.21 | 15.44 | 32.79 | - |
| YUV | 80.84 | 170.42 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 156 | 0 | 0.99 | 0.24 | 0.20 | 314.55 | 0.97 | 0.41 |
| Hex | CD | 3 | 9C | 0 | 63 | 18 | 14 | 13B | 61 | 29 |
| Octal | 315 | 3 | 234 | 0 | 143 | 30 | 24 | 473 | 141 | 51 |
| Binary | 11001101 | 11 | 10011100 | 0 | 1100011 | 11000 | 10100 | 100111011 | 1100001 | 101001 |
Color Harmonies of #CD039C
Complementary color
Monochromatic Colors of #CD039C
Black with #CD039C
Text Example
Text Example
White with #CD039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD039C; }
p { color: rgb(205,3,156); }
H1.HeaderClassName
{
color: #CD039C;
}
.AnyTagClassName
{
color: #CD039C;
}
</style>
background-color css
<style>
a { background-color: #CD039C; }
a { background-color: rgb(205,3,156); }
div.DivClassName
{
background-color: #CD039C;
}
.BgClassName
{
background-color: #CD039C;
}
</style>
border-color css
<style>
span { border-color: #CD039C; }
span { border-color: rgb(205,3,156); }
td.TdClassName
{
border-color: #CD039C;
}
.TagClassName
{
border-color: #CD039C;
}
</style>