Shades of Medium Violet Red #CD19A6
Tints of Medium Violet Red #CD19A6
RGB
CMYK
RGB Variations
Color information
#CD19A6 (or 0xCD19A6) is known color: Medium Violet Red. HEX triplet: CD, 19 and A6. RGB value is (205,25,166). Sum of RGB (Red+Green+Blue) = 205+25+166=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD19A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD19A6 is #32E659. Grayscale: #5E5E5E. Windows color (decimal): -3335770 or 10885581. OLE color: 10885581.
HSL color Cylindrical-coordinate representation of color #CD19A6: hue angle of 313º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD19A6 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 166 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.20 |
| HSL | 313º | 0.78% | 0.45% | - |
| HSV(B) | 313º | 0.88% | 0.8% | - |
| XYZ | 32.41 | 16.43 | 37.54 | - |
| YUV | 94.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 166 | 0 | 0.88 | 0.19 | 0.20 | 313 | 0.78 | 0.45 |
| Hex | CD | 19 | A6 | 0 | 58 | 13 | 14 | 139 | 4E | 2D |
| Octal | 315 | 31 | 246 | 0 | 130 | 23 | 24 | 471 | 116 | 55 |
| Binary | 11001101 | 11001 | 10100110 | 0 | 1011000 | 10011 | 10100 | 100111001 | 1001110 | 101101 |
Color Harmonies of #CD19A6
Complementary color
Monochromatic Colors of #CD19A6
Black with #CD19A6
Text Example
Text Example
White with #CD19A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD19A6; }
p { color: rgb(205,25,166); }
H1.HeaderClassName
{
color: #CD19A6;
}
.AnyTagClassName
{
color: #CD19A6;
}
</style>
background-color css
<style>
a { background-color: #CD19A6; }
a { background-color: rgb(205,25,166); }
div.DivClassName
{
background-color: #CD19A6;
}
.BgClassName
{
background-color: #CD19A6;
}
</style>
border-color css
<style>
span { border-color: #CD19A6; }
span { border-color: rgb(205,25,166); }
td.TdClassName
{
border-color: #CD19A6;
}
.TagClassName
{
border-color: #CD19A6;
}
</style>