Shades of Medium Violet Red #CD28A6
Tints of Medium Violet Red #CD28A6
RGB
CMYK
RGB Variations
Color information
#CD28A6 (or 0xCD28A6) is known color: Medium Violet Red. HEX triplet: CD, 28 and A6. RGB value is (205,40,166). Sum of RGB (Red+Green+Blue) = 205+40+166=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD28A6 is #32D759. Grayscale: #676767. Windows color (decimal): -3331930 or 10889421. OLE color: 10889421.
HSL color Cylindrical-coordinate representation of color #CD28A6: hue angle of 314.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD28A6 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 166 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.20 |
| HSL | 314.18º | 0.67% | 0.48% | - |
| HSV(B) | 314.18º | 0.8% | 0.8% | - |
| XYZ | 32.82 | 17.25 | 37.68 | - |
| YUV | 103.7 | 163.16 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 166 | 0 | 0.80 | 0.19 | 0.20 | 314.18 | 0.67 | 0.48 |
| Hex | CD | 28 | A6 | 0 | 50 | 13 | 14 | 13A | 43 | 30 |
| Octal | 315 | 50 | 246 | 0 | 120 | 23 | 24 | 472 | 103 | 60 |
| Binary | 11001101 | 101000 | 10100110 | 0 | 1010000 | 10011 | 10100 | 100111010 | 1000011 | 110000 |
Color Harmonies of #CD28A6
Complementary color
Monochromatic Colors of #CD28A6
Black with #CD28A6
Text Example
Text Example
White with #CD28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28A6; }
p { color: rgb(205,40,166); }
H1.HeaderClassName
{
color: #CD28A6;
}
.AnyTagClassName
{
color: #CD28A6;
}
</style>
background-color css
<style>
a { background-color: #CD28A6; }
a { background-color: rgb(205,40,166); }
div.DivClassName
{
background-color: #CD28A6;
}
.BgClassName
{
background-color: #CD28A6;
}
</style>
border-color css
<style>
span { border-color: #CD28A6; }
span { border-color: rgb(205,40,166); }
td.TdClassName
{
border-color: #CD28A6;
}
.TagClassName
{
border-color: #CD28A6;
}
</style>