Shades of Medium Violet Red #CD146F
Tints of Medium Violet Red #CD146F
RGB
CMYK
RGB Variations
Color information
#CD146F (or 0xCD146F) is known color: Medium Violet Red. HEX triplet: CD, 14 and 6F. RGB value is (205,20,111). Sum of RGB (Red+Green+Blue) = 205+20+111=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD146F is #32EB90. Grayscale: #555555. Windows color (decimal): -3337105 or 7279821. OLE color: 7279821.
HSL color Cylindrical-coordinate representation of color #CD146F: hue angle of 330.49º 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 #CD146F is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 111 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.20 |
| HSL | 330.49º | 0.82% | 0.44% | - |
| HSV(B) | 330.49º | 0.9% | 0.8% | - |
| XYZ | 28.3 | 14.63 | 16.37 | - |
| YUV | 85.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 111 | 0 | 0.90 | 0.46 | 0.20 | 330.49 | 0.82 | 0.44 |
| Hex | CD | 14 | 6F | 0 | 5A | 2E | 14 | 14A | 52 | 2C |
| Octal | 315 | 24 | 157 | 0 | 132 | 56 | 24 | 512 | 122 | 54 |
| Binary | 11001101 | 10100 | 1101111 | 0 | 1011010 | 101110 | 10100 | 101001010 | 1010010 | 101100 |
Color Harmonies of #CD146F
Complementary color
Monochromatic Colors of #CD146F
Black with #CD146F
Text Example
Text Example
White with #CD146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD146F; }
p { color: rgb(205,20,111); }
H1.HeaderClassName
{
color: #CD146F;
}
.AnyTagClassName
{
color: #CD146F;
}
</style>
background-color css
<style>
a { background-color: #CD146F; }
a { background-color: rgb(205,20,111); }
div.DivClassName
{
background-color: #CD146F;
}
.BgClassName
{
background-color: #CD146F;
}
</style>
border-color css
<style>
span { border-color: #CD146F; }
span { border-color: rgb(205,20,111); }
td.TdClassName
{
border-color: #CD146F;
}
.TagClassName
{
border-color: #CD146F;
}
</style>