Shades of Medium Violet Red #CC148D
Tints of Medium Violet Red #CC148D
RGB
CMYK
RGB Variations
Color information
#CC148D (or 0xCC148D) is known color: Medium Violet Red. HEX triplet: CC, 14 and 8D. RGB value is (204,20,141). Sum of RGB (Red+Green+Blue) = 204+20+141=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC148D is #33EB72. Grayscale: #585858. Windows color (decimal): -3402611 or 9245900. OLE color: 9245900.
HSL color Cylindrical-coordinate representation of color #CC148D: hue angle of 320.54º 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 #CC148D is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.2 |
| HSL | 320.54º | 0.82% | 0.44% | - |
| HSV(B) | 320.54º | 0.9% | 0.8% | - |
| XYZ | 29.96 | 15.26 | 26.57 | - |
| YUV | 88.81 | 157.46 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 141 | 0 | 0.90 | 0.31 | 0.2 | 320.54 | 0.82 | 0.44 |
| Hex | CC | 14 | 8D | 0 | 5A | 1F | 14 | 141 | 52 | 2C |
| Octal | 314 | 24 | 215 | 0 | 132 | 37 | 24 | 501 | 122 | 54 |
| Binary | 11001100 | 10100 | 10001101 | 0 | 1011010 | 11111 | 10100 | 101000001 | 1010010 | 101100 |
Color Harmonies of #CC148D
Complementary color
Monochromatic Colors of #CC148D
Black with #CC148D
Text Example
Text Example
White with #CC148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC148D; }
p { color: rgb(204,20,141); }
H1.HeaderClassName
{
color: #CC148D;
}
.AnyTagClassName
{
color: #CC148D;
}
</style>
background-color css
<style>
a { background-color: #CC148D; }
a { background-color: rgb(204,20,141); }
div.DivClassName
{
background-color: #CC148D;
}
.BgClassName
{
background-color: #CC148D;
}
</style>
border-color css
<style>
span { border-color: #CC148D; }
span { border-color: rgb(204,20,141); }
td.TdClassName
{
border-color: #CC148D;
}
.TagClassName
{
border-color: #CC148D;
}
</style>