Shades of Medium Violet Red #CD27A1
Tints of Medium Violet Red #CD27A1
RGB
CMYK
RGB Variations
Color information
#CD27A1 (or 0xCD27A1) is known color: Medium Violet Red. HEX triplet: CD, 27 and A1. RGB value is (205,39,161). Sum of RGB (Red+Green+Blue) = 205+39+161=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD27A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD27A1 is #32D85E. Grayscale: #666666. Windows color (decimal): -3332191 or 10561485. OLE color: 10561485.
HSL color Cylindrical-coordinate representation of color #CD27A1: hue angle of 315.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD27A1 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 161 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.20 |
| HSL | 315.9º | 0.68% | 0.48% | - |
| HSV(B) | 315.9º | 0.81% | 0.8% | - |
| XYZ | 32.34 | 17 | 35.3 | - |
| YUV | 102.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 161 | 0 | 0.81 | 0.21 | 0.20 | 315.9 | 0.68 | 0.48 |
| Hex | CD | 27 | A1 | 0 | 51 | 15 | 14 | 13C | 44 | 30 |
| Octal | 315 | 47 | 241 | 0 | 121 | 25 | 24 | 474 | 104 | 60 |
| Binary | 11001101 | 100111 | 10100001 | 0 | 1010001 | 10101 | 10100 | 100111100 | 1000100 | 110000 |
Color Harmonies of #CD27A1
Complementary color
Monochromatic Colors of #CD27A1
Black with #CD27A1
Text Example
Text Example
White with #CD27A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD27A1; }
p { color: rgb(205,39,161); }
H1.HeaderClassName
{
color: #CD27A1;
}
.AnyTagClassName
{
color: #CD27A1;
}
</style>
background-color css
<style>
a { background-color: #CD27A1; }
a { background-color: rgb(205,39,161); }
div.DivClassName
{
background-color: #CD27A1;
}
.BgClassName
{
background-color: #CD27A1;
}
</style>
border-color css
<style>
span { border-color: #CD27A1; }
span { border-color: rgb(205,39,161); }
td.TdClassName
{
border-color: #CD27A1;
}
.TagClassName
{
border-color: #CD27A1;
}
</style>