Shades of Medium Violet Red #CC156F
Tints of Medium Violet Red #CC156F
RGB
CMYK
RGB Variations
Color information
#CC156F (or 0xCC156F) is known color: Medium Violet Red. HEX triplet: CC, 15 and 6F. RGB value is (204,21,111). Sum of RGB (Red+Green+Blue) = 204+21+111=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC156F is #33EA90. Grayscale: #555555. Windows color (decimal): -3402385 or 7280076. OLE color: 7280076.
HSL color Cylindrical-coordinate representation of color #CC156F: hue angle of 330.49º degrees, saturation: 0.81, 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 #CC156F is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 111 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.2 |
| HSL | 330.49º | 0.81% | 0.44% | - |
| HSV(B) | 330.49º | 0.9% | 0.8% | - |
| XYZ | 28.04 | 14.52 | 16.36 | - |
| YUV | 85.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 111 | 0 | 0.90 | 0.46 | 0.2 | 330.49 | 0.81 | 0.44 |
| Hex | CC | 15 | 6F | 0 | 5A | 2E | 14 | 14A | 51 | 2C |
| Octal | 314 | 25 | 157 | 0 | 132 | 56 | 24 | 512 | 121 | 54 |
| Binary | 11001100 | 10101 | 1101111 | 0 | 1011010 | 101110 | 10100 | 101001010 | 1010001 | 101100 |
Color Harmonies of #CC156F
Complementary color
Monochromatic Colors of #CC156F
Black with #CC156F
Text Example
Text Example
White with #CC156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC156F; }
p { color: rgb(204,21,111); }
H1.HeaderClassName
{
color: #CC156F;
}
.AnyTagClassName
{
color: #CC156F;
}
</style>
background-color css
<style>
a { background-color: #CC156F; }
a { background-color: rgb(204,21,111); }
div.DivClassName
{
background-color: #CC156F;
}
.BgClassName
{
background-color: #CC156F;
}
</style>
border-color css
<style>
span { border-color: #CC156F; }
span { border-color: rgb(204,21,111); }
td.TdClassName
{
border-color: #CC156F;
}
.TagClassName
{
border-color: #CC156F;
}
</style>