Shades of Medium Violet Red #CC137E
Tints of Medium Violet Red #CC137E
RGB
CMYK
RGB Variations
Color information
#CC137E (or 0xCC137E) is known color: Medium Violet Red. HEX triplet: CC, 13 and 7E. RGB value is (204,19,126). Sum of RGB (Red+Green+Blue) = 204+19+126=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC137E is #33EC81. Grayscale: #565656. Windows color (decimal): -3402882 or 8262604. OLE color: 8262604.
HSL color Cylindrical-coordinate representation of color #CC137E: hue angle of 325.3º 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 #CC137E is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 126 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.2 |
| HSL | 325.3º | 0.83% | 0.44% | - |
| HSV(B) | 325.3º | 0.91% | 0.8% | - |
| XYZ | 28.9 | 14.81 | 21.07 | - |
| YUV | 86.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 126 | 0 | 0.91 | 0.38 | 0.2 | 325.3 | 0.83 | 0.44 |
| Hex | CC | 13 | 7E | 0 | 5B | 26 | 14 | 145 | 53 | 2C |
| Octal | 314 | 23 | 176 | 0 | 133 | 46 | 24 | 505 | 123 | 54 |
| Binary | 11001100 | 10011 | 1111110 | 0 | 1011011 | 100110 | 10100 | 101000101 | 1010011 | 101100 |
Color Harmonies of #CC137E
Complementary color
Monochromatic Colors of #CC137E
Black with #CC137E
Text Example
Text Example
White with #CC137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC137E; }
p { color: rgb(204,19,126); }
H1.HeaderClassName
{
color: #CC137E;
}
.AnyTagClassName
{
color: #CC137E;
}
</style>
background-color css
<style>
a { background-color: #CC137E; }
a { background-color: rgb(204,19,126); }
div.DivClassName
{
background-color: #CC137E;
}
.BgClassName
{
background-color: #CC137E;
}
</style>
border-color css
<style>
span { border-color: #CC137E; }
span { border-color: rgb(204,19,126); }
td.TdClassName
{
border-color: #CC137E;
}
.TagClassName
{
border-color: #CC137E;
}
</style>