Shades of Medium Violet Red #CD08A1
Tints of Medium Violet Red #CD08A1
RGB
CMYK
RGB Variations
Color information
#CD08A1 (or 0xCD08A1) is known color: Medium Violet Red. HEX triplet: CD, 08 and A1. RGB value is (205,8,161). Sum of RGB (Red+Green+Blue) = 205+8+161=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD08A1 is #32F75E. Grayscale: #535353. Windows color (decimal): -3340127 or 10553549. OLE color: 10553549.
HSL color Cylindrical-coordinate representation of color #CD08A1: hue angle of 313.4º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.20 |
| HSL | 313.4º | 0.92% | 0.42% | - |
| HSV(B) | 313.4º | 0.96% | 0.8% | - |
| XYZ | 31.7 | 15.73 | 35.08 | - |
| YUV | 84.35 | 171.27 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 161 | 0 | 0.96 | 0.21 | 0.20 | 313.4 | 0.92 | 0.42 |
| Hex | CD | 8 | A1 | 0 | 60 | 15 | 14 | 139 | 5C | 2A |
| Octal | 315 | 10 | 241 | 0 | 140 | 25 | 24 | 471 | 134 | 52 |
| Binary | 11001101 | 1000 | 10100001 | 0 | 1100000 | 10101 | 10100 | 100111001 | 1011100 | 101010 |
Color Harmonies of #CD08A1
Complementary color
Monochromatic Colors of #CD08A1
Black with #CD08A1
Text Example
Text Example
White with #CD08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08A1; }
p { color: rgb(205,8,161); }
H1.HeaderClassName
{
color: #CD08A1;
}
.AnyTagClassName
{
color: #CD08A1;
}
</style>
background-color css
<style>
a { background-color: #CD08A1; }
a { background-color: rgb(205,8,161); }
div.DivClassName
{
background-color: #CD08A1;
}
.BgClassName
{
background-color: #CD08A1;
}
</style>
border-color css
<style>
span { border-color: #CD08A1; }
span { border-color: rgb(205,8,161); }
td.TdClassName
{
border-color: #CD08A1;
}
.TagClassName
{
border-color: #CD08A1;
}
</style>