Shades of Medium Violet Red #CD028C
Tints of Medium Violet Red #CD028C
RGB
CMYK
RGB Variations
Color information
#CD028C (or 0xCD028C) is known color: Medium Violet Red. HEX triplet: CD, 02 and 8C. RGB value is (205,2,140). Sum of RGB (Red+Green+Blue) = 205+2+140=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD028C is #32FD73. Grayscale: #4E4E4E. Windows color (decimal): -3341684 or 9175757. OLE color: 9175757.
HSL color Cylindrical-coordinate representation of color #CD028C: hue angle of 319.21º degrees, saturation: 0.98, 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 #CD028C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.20 |
| HSL | 319.21º | 0.98% | 0.41% | - |
| HSV(B) | 319.21º | 0.99% | 0.8% | - |
| XYZ | 29.93 | 14.92 | 26.11 | - |
| YUV | 78.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 140 | 0 | 0.99 | 0.32 | 0.20 | 319.21 | 0.98 | 0.41 |
| Hex | CD | 2 | 8C | 0 | 63 | 20 | 14 | 13F | 62 | 29 |
| Octal | 315 | 2 | 214 | 0 | 143 | 40 | 24 | 477 | 142 | 51 |
| Binary | 11001101 | 10 | 10001100 | 0 | 1100011 | 100000 | 10100 | 100111111 | 1100010 | 101001 |
Color Harmonies of #CD028C
Complementary color
Monochromatic Colors of #CD028C
Black with #CD028C
Text Example
Text Example
White with #CD028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD028C; }
p { color: rgb(205,2,140); }
H1.HeaderClassName
{
color: #CD028C;
}
.AnyTagClassName
{
color: #CD028C;
}
</style>
background-color css
<style>
a { background-color: #CD028C; }
a { background-color: rgb(205,2,140); }
div.DivClassName
{
background-color: #CD028C;
}
.BgClassName
{
background-color: #CD028C;
}
</style>
border-color css
<style>
span { border-color: #CD028C; }
span { border-color: rgb(205,2,140); }
td.TdClassName
{
border-color: #CD028C;
}
.TagClassName
{
border-color: #CD028C;
}
</style>