Shades of Medium Violet Red #CC137C
Tints of Medium Violet Red #CC137C
RGB
CMYK
RGB Variations
Color information
#CC137C (or 0xCC137C) is known color: Medium Violet Red. HEX triplet: CC, 13 and 7C. RGB value is (204,19,124). Sum of RGB (Red+Green+Blue) = 204+19+124=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC137C is #33EC83. Grayscale: #565656. Windows color (decimal): -3402884 or 8131532. OLE color: 8131532.
HSL color Cylindrical-coordinate representation of color #CC137C: hue angle of 325.95º 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 #CC137C is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 124 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.2 |
| HSL | 325.95º | 0.83% | 0.44% | - |
| HSV(B) | 325.95º | 0.91% | 0.8% | - |
| XYZ | 28.77 | 14.76 | 20.4 | - |
| YUV | 86.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 124 | 0 | 0.91 | 0.39 | 0.2 | 325.95 | 0.83 | 0.44 |
| Hex | CC | 13 | 7C | 0 | 5B | 27 | 14 | 146 | 53 | 2C |
| Octal | 314 | 23 | 174 | 0 | 133 | 47 | 24 | 506 | 123 | 54 |
| Binary | 11001100 | 10011 | 1111100 | 0 | 1011011 | 100111 | 10100 | 101000110 | 1010011 | 101100 |
Color Harmonies of #CC137C
Complementary color
Monochromatic Colors of #CC137C
Black with #CC137C
Text Example
Text Example
White with #CC137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC137C; }
p { color: rgb(204,19,124); }
H1.HeaderClassName
{
color: #CC137C;
}
.AnyTagClassName
{
color: #CC137C;
}
</style>
background-color css
<style>
a { background-color: #CC137C; }
a { background-color: rgb(204,19,124); }
div.DivClassName
{
background-color: #CC137C;
}
.BgClassName
{
background-color: #CC137C;
}
</style>
border-color css
<style>
span { border-color: #CC137C; }
span { border-color: rgb(204,19,124); }
td.TdClassName
{
border-color: #CC137C;
}
.TagClassName
{
border-color: #CC137C;
}
</style>