Shades of Medium Violet Red #CD0FA8
Tints of Medium Violet Red #CD0FA8
RGB
CMYK
RGB Variations
Color information
#CD0FA8 (or 0xCD0FA8) is known color: Medium Violet Red. HEX triplet: CD, 0F and A8. RGB value is (205,15,168). Sum of RGB (Red+Green+Blue) = 205+15+168=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0FA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0FA8 is #32F057. Grayscale: #585858. Windows color (decimal): -3338328 or 11014093. OLE color: 11014093.
HSL color Cylindrical-coordinate representation of color #CD0FA8: hue angle of 311.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0FA8 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 15 | 168 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.20 |
| HSL | 311.68º | 0.86% | 0.43% | - |
| HSV(B) | 311.68º | 0.93% | 0.8% | - |
| XYZ | 32.42 | 16.15 | 38.45 | - |
| YUV | 89.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 168 | 0 | 0.93 | 0.18 | 0.20 | 311.68 | 0.86 | 0.43 |
| Hex | CD | F | A8 | 0 | 5D | 12 | 14 | 138 | 56 | 2B |
| Octal | 315 | 17 | 250 | 0 | 135 | 22 | 24 | 470 | 126 | 53 |
| Binary | 11001101 | 1111 | 10101000 | 0 | 1011101 | 10010 | 10100 | 100111000 | 1010110 | 101011 |
Color Harmonies of #CD0FA8
Complementary color
Monochromatic Colors of #CD0FA8
Black with #CD0FA8
Text Example
Text Example
White with #CD0FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FA8; }
p { color: rgb(205,15,168); }
H1.HeaderClassName
{
color: #CD0FA8;
}
.AnyTagClassName
{
color: #CD0FA8;
}
</style>
background-color css
<style>
a { background-color: #CD0FA8; }
a { background-color: rgb(205,15,168); }
div.DivClassName
{
background-color: #CD0FA8;
}
.BgClassName
{
background-color: #CD0FA8;
}
</style>
border-color css
<style>
span { border-color: #CD0FA8; }
span { border-color: rgb(205,15,168); }
td.TdClassName
{
border-color: #CD0FA8;
}
.TagClassName
{
border-color: #CD0FA8;
}
</style>