Shades of Medium Violet Red #CC158A
Tints of Medium Violet Red #CC158A
RGB
CMYK
RGB Variations
Color information
#CC158A (or 0xCC158A) is known color: Medium Violet Red. HEX triplet: CC, 15 and 8A. RGB value is (204,21,138). Sum of RGB (Red+Green+Blue) = 204+21+138=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC158A is #33EA75. Grayscale: #585858. Windows color (decimal): -3402358 or 9049548. OLE color: 9049548.
HSL color Cylindrical-coordinate representation of color #CC158A: hue angle of 321.64º 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 #CC158A is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 138 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.2 |
| HSL | 321.64º | 0.81% | 0.44% | - |
| HSV(B) | 321.64º | 0.9% | 0.8% | - |
| XYZ | 29.76 | 15.21 | 25.41 | - |
| YUV | 89.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 138 | 0 | 0.90 | 0.32 | 0.2 | 321.64 | 0.81 | 0.44 |
| Hex | CC | 15 | 8A | 0 | 5A | 20 | 14 | 142 | 51 | 2C |
| Octal | 314 | 25 | 212 | 0 | 132 | 40 | 24 | 502 | 121 | 54 |
| Binary | 11001100 | 10101 | 10001010 | 0 | 1011010 | 100000 | 10100 | 101000010 | 1010001 | 101100 |
Color Harmonies of #CC158A
Complementary color
Monochromatic Colors of #CC158A
Black with #CC158A
Text Example
Text Example
White with #CC158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC158A; }
p { color: rgb(204,21,138); }
H1.HeaderClassName
{
color: #CC158A;
}
.AnyTagClassName
{
color: #CC158A;
}
</style>
background-color css
<style>
a { background-color: #CC158A; }
a { background-color: rgb(204,21,138); }
div.DivClassName
{
background-color: #CC158A;
}
.BgClassName
{
background-color: #CC158A;
}
</style>
border-color css
<style>
span { border-color: #CC158A; }
span { border-color: rgb(204,21,138); }
td.TdClassName
{
border-color: #CC158A;
}
.TagClassName
{
border-color: #CC158A;
}
</style>