Shades of Medium Violet Red #CD148B
Tints of Medium Violet Red #CD148B
RGB
CMYK
RGB Variations
Color information
#CD148B (or 0xCD148B) is known color: Medium Violet Red. HEX triplet: CD, 14 and 8B. RGB value is (205,20,139). Sum of RGB (Red+Green+Blue) = 205+20+139=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD148B is #32EB74. Grayscale: #585858. Windows color (decimal): -3337077 or 9114829. OLE color: 9114829.
HSL color Cylindrical-coordinate representation of color #CD148B: hue angle of 321.41º 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 #CD148B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.20 |
| HSL | 321.41º | 0.82% | 0.44% | - |
| HSV(B) | 321.41º | 0.9% | 0.8% | - |
| XYZ | 30.09 | 15.34 | 25.8 | - |
| YUV | 88.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 139 | 0 | 0.90 | 0.32 | 0.20 | 321.41 | 0.82 | 0.44 |
| Hex | CD | 14 | 8B | 0 | 5A | 20 | 14 | 141 | 52 | 2C |
| Octal | 315 | 24 | 213 | 0 | 132 | 40 | 24 | 501 | 122 | 54 |
| Binary | 11001101 | 10100 | 10001011 | 0 | 1011010 | 100000 | 10100 | 101000001 | 1010010 | 101100 |
Color Harmonies of #CD148B
Complementary color
Monochromatic Colors of #CD148B
Black with #CD148B
Text Example
Text Example
White with #CD148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD148B; }
p { color: rgb(205,20,139); }
H1.HeaderClassName
{
color: #CD148B;
}
.AnyTagClassName
{
color: #CD148B;
}
</style>
background-color css
<style>
a { background-color: #CD148B; }
a { background-color: rgb(205,20,139); }
div.DivClassName
{
background-color: #CD148B;
}
.BgClassName
{
background-color: #CD148B;
}
</style>
border-color css
<style>
span { border-color: #CD148B; }
span { border-color: rgb(205,20,139); }
td.TdClassName
{
border-color: #CD148B;
}
.TagClassName
{
border-color: #CD148B;
}
</style>