Shades of Medium Violet Red #CC146E
Tints of Medium Violet Red #CC146E
RGB
CMYK
RGB Variations
Color information
#CC146E (or 0xCC146E) is known color: Medium Violet Red. HEX triplet: CC, 14 and 6E. RGB value is (204,20,110). Sum of RGB (Red+Green+Blue) = 204+20+110=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC146E is #33EB91. Grayscale: #555555. Windows color (decimal): -3402642 or 7214284. OLE color: 7214284.
HSL color Cylindrical-coordinate representation of color #CC146E: hue angle of 330.65º 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 #CC146E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.2 |
| HSL | 330.65º | 0.82% | 0.44% | - |
| HSV(B) | 330.65º | 0.9% | 0.8% | - |
| XYZ | 27.97 | 14.46 | 16.07 | - |
| YUV | 85.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 110 | 0 | 0.90 | 0.46 | 0.2 | 330.65 | 0.82 | 0.44 |
| Hex | CC | 14 | 6E | 0 | 5A | 2E | 14 | 14B | 52 | 2C |
| Octal | 314 | 24 | 156 | 0 | 132 | 56 | 24 | 513 | 122 | 54 |
| Binary | 11001100 | 10100 | 1101110 | 0 | 1011010 | 101110 | 10100 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CC146E
Complementary color
Monochromatic Colors of #CC146E
Black with #CC146E
Text Example
Text Example
White with #CC146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC146E; }
p { color: rgb(204,20,110); }
H1.HeaderClassName
{
color: #CC146E;
}
.AnyTagClassName
{
color: #CC146E;
}
</style>
background-color css
<style>
a { background-color: #CC146E; }
a { background-color: rgb(204,20,110); }
div.DivClassName
{
background-color: #CC146E;
}
.BgClassName
{
background-color: #CC146E;
}
</style>
border-color css
<style>
span { border-color: #CC146E; }
span { border-color: rgb(204,20,110); }
td.TdClassName
{
border-color: #CC146E;
}
.TagClassName
{
border-color: #CC146E;
}
</style>