Shades of Medium Violet Red #CC147D
Tints of Medium Violet Red #CC147D
RGB
CMYK
RGB Variations
Color information
#CC147D (or 0xCC147D) is known color: Medium Violet Red. HEX triplet: CC, 14 and 7D. RGB value is (204,20,125). Sum of RGB (Red+Green+Blue) = 204+20+125=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC147D is #33EB82. Grayscale: #565656. Windows color (decimal): -3402627 or 8197324. OLE color: 8197324.
HSL color Cylindrical-coordinate representation of color #CC147D: hue angle of 325.76º 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 #CC147D is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.2 |
| HSL | 325.76º | 0.82% | 0.44% | - |
| HSV(B) | 325.76º | 0.9% | 0.8% | - |
| XYZ | 28.85 | 14.82 | 20.74 | - |
| YUV | 86.99 | 149.46 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 125 | 0 | 0.90 | 0.39 | 0.2 | 325.76 | 0.82 | 0.44 |
| Hex | CC | 14 | 7D | 0 | 5A | 27 | 14 | 146 | 52 | 2C |
| Octal | 314 | 24 | 175 | 0 | 132 | 47 | 24 | 506 | 122 | 54 |
| Binary | 11001100 | 10100 | 1111101 | 0 | 1011010 | 100111 | 10100 | 101000110 | 1010010 | 101100 |
Color Harmonies of #CC147D
Complementary color
Monochromatic Colors of #CC147D
Black with #CC147D
Text Example
Text Example
White with #CC147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC147D; }
p { color: rgb(204,20,125); }
H1.HeaderClassName
{
color: #CC147D;
}
.AnyTagClassName
{
color: #CC147D;
}
</style>
background-color css
<style>
a { background-color: #CC147D; }
a { background-color: rgb(204,20,125); }
div.DivClassName
{
background-color: #CC147D;
}
.BgClassName
{
background-color: #CC147D;
}
</style>
border-color css
<style>
span { border-color: #CC147D; }
span { border-color: rgb(204,20,125); }
td.TdClassName
{
border-color: #CC147D;
}
.TagClassName
{
border-color: #CC147D;
}
</style>