Shades of Medium Violet Red #CC137A
Tints of Medium Violet Red #CC137A
RGB
CMYK
RGB Variations
Color information
#CC137A (or 0xCC137A) is known color: Medium Violet Red. HEX triplet: CC, 13 and 7A. RGB value is (204,19,122). Sum of RGB (Red+Green+Blue) = 204+19+122=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC137A is #33EC85. Grayscale: #555555. Windows color (decimal): -3402886 or 8000460. OLE color: 8000460.
HSL color Cylindrical-coordinate representation of color #CC137A: hue angle of 326.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC137A is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.2 |
| HSL | 326.59º | 0.83% | 0.44% | - |
| HSV(B) | 326.59º | 0.91% | 0.8% | - |
| XYZ | 28.65 | 14.71 | 19.74 | - |
| YUV | 86.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 122 | 0 | 0.91 | 0.40 | 0.2 | 326.59 | 0.83 | 0.44 |
| Hex | CC | 13 | 7A | 0 | 5B | 28 | 14 | 147 | 53 | 2C |
| Octal | 314 | 23 | 172 | 0 | 133 | 50 | 24 | 507 | 123 | 54 |
| Binary | 11001100 | 10011 | 1111010 | 0 | 1011011 | 101000 | 10100 | 101000111 | 1010011 | 101100 |
Color Harmonies of #CC137A
Complementary color
Monochromatic Colors of #CC137A
Black with #CC137A
Text Example
Text Example
White with #CC137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC137A; }
p { color: rgb(204,19,122); }
H1.HeaderClassName
{
color: #CC137A;
}
.AnyTagClassName
{
color: #CC137A;
}
</style>
background-color css
<style>
a { background-color: #CC137A; }
a { background-color: rgb(204,19,122); }
div.DivClassName
{
background-color: #CC137A;
}
.BgClassName
{
background-color: #CC137A;
}
</style>
border-color css
<style>
span { border-color: #CC137A; }
span { border-color: rgb(204,19,122); }
td.TdClassName
{
border-color: #CC137A;
}
.TagClassName
{
border-color: #CC137A;
}
</style>