Shades of Medium Violet Red #CC147C
Tints of Medium Violet Red #CC147C
RGB
CMYK
RGB Variations
Color information
#CC147C (or 0xCC147C) is known color: Medium Violet Red. HEX triplet: CC, 14 and 7C. RGB value is (204,20,124). Sum of RGB (Red+Green+Blue) = 204+20+124=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC147C is #33EB83. Grayscale: #565656. Windows color (decimal): -3402628 or 8131788. OLE color: 8131788.
HSL color Cylindrical-coordinate representation of color #CC147C: hue angle of 326.09º 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 #CC147C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 124 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.2 |
| HSL | 326.09º | 0.82% | 0.44% | - |
| HSV(B) | 326.09º | 0.9% | 0.8% | - |
| XYZ | 28.79 | 14.79 | 20.41 | - |
| YUV | 86.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 124 | 0 | 0.90 | 0.39 | 0.2 | 326.09 | 0.82 | 0.44 |
| Hex | CC | 14 | 7C | 0 | 5A | 27 | 14 | 146 | 52 | 2C |
| Octal | 314 | 24 | 174 | 0 | 132 | 47 | 24 | 506 | 122 | 54 |
| Binary | 11001100 | 10100 | 1111100 | 0 | 1011010 | 100111 | 10100 | 101000110 | 1010010 | 101100 |
Color Harmonies of #CC147C
Complementary color
Monochromatic Colors of #CC147C
Black with #CC147C
Text Example
Text Example
White with #CC147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC147C; }
p { color: rgb(204,20,124); }
H1.HeaderClassName
{
color: #CC147C;
}
.AnyTagClassName
{
color: #CC147C;
}
</style>
background-color css
<style>
a { background-color: #CC147C; }
a { background-color: rgb(204,20,124); }
div.DivClassName
{
background-color: #CC147C;
}
.BgClassName
{
background-color: #CC147C;
}
</style>
border-color css
<style>
span { border-color: #CC147C; }
span { border-color: rgb(204,20,124); }
td.TdClassName
{
border-color: #CC147C;
}
.TagClassName
{
border-color: #CC147C;
}
</style>