Shades of Medium Violet Red #CD147B
Tints of Medium Violet Red #CD147B
RGB
CMYK
RGB Variations
Color information
#CD147B (or 0xCD147B) is known color: Medium Violet Red. HEX triplet: CD, 14 and 7B. RGB value is (205,20,123). Sum of RGB (Red+Green+Blue) = 205+20+123=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD147B is #32EB84. Grayscale: #565656. Windows color (decimal): -3337093 or 8066253. OLE color: 8066253.
HSL color Cylindrical-coordinate representation of color #CD147B: hue angle of 326.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD147B is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.20 |
| HSL | 326.59º | 0.82% | 0.44% | - |
| HSV(B) | 326.59º | 0.9% | 0.8% | - |
| XYZ | 29 | 14.91 | 20.09 | - |
| YUV | 87.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 123 | 0 | 0.90 | 0.4 | 0.20 | 326.59 | 0.82 | 0.44 |
| Hex | CD | 14 | 7B | 0 | 5A | 28 | 14 | 147 | 52 | 2C |
| Octal | 315 | 24 | 173 | 0 | 132 | 50 | 24 | 507 | 122 | 54 |
| Binary | 11001101 | 10100 | 1111011 | 0 | 1011010 | 101000 | 10100 | 101000111 | 1010010 | 101100 |
Color Harmonies of #CD147B
Complementary color
Monochromatic Colors of #CD147B
Black with #CD147B
Text Example
Text Example
White with #CD147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD147B; }
p { color: rgb(205,20,123); }
H1.HeaderClassName
{
color: #CD147B;
}
.AnyTagClassName
{
color: #CD147B;
}
</style>
background-color css
<style>
a { background-color: #CD147B; }
a { background-color: rgb(205,20,123); }
div.DivClassName
{
background-color: #CD147B;
}
.BgClassName
{
background-color: #CD147B;
}
</style>
border-color css
<style>
span { border-color: #CD147B; }
span { border-color: rgb(205,20,123); }
td.TdClassName
{
border-color: #CD147B;
}
.TagClassName
{
border-color: #CD147B;
}
</style>