Shades of Medium Violet Red #CC137D
Tints of Medium Violet Red #CC137D
RGB
CMYK
RGB Variations
Color information
#CC137D (or 0xCC137D) is known color: Medium Violet Red. HEX triplet: CC, 13 and 7D. RGB value is (204,19,125). Sum of RGB (Red+Green+Blue) = 204+19+125=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC137D is #33EC82. Grayscale: #565656. Windows color (decimal): -3402883 or 8197068. OLE color: 8197068.
HSL color Cylindrical-coordinate representation of color #CC137D: hue angle of 325.62º 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 #CC137D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.2 |
| HSL | 325.62º | 0.83% | 0.44% | - |
| HSV(B) | 325.62º | 0.91% | 0.8% | - |
| XYZ | 28.84 | 14.78 | 20.74 | - |
| YUV | 86.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 125 | 0 | 0.91 | 0.39 | 0.2 | 325.62 | 0.83 | 0.44 |
| Hex | CC | 13 | 7D | 0 | 5B | 27 | 14 | 146 | 53 | 2C |
| Octal | 314 | 23 | 175 | 0 | 133 | 47 | 24 | 506 | 123 | 54 |
| Binary | 11001100 | 10011 | 1111101 | 0 | 1011011 | 100111 | 10100 | 101000110 | 1010011 | 101100 |
Color Harmonies of #CC137D
Complementary color
Monochromatic Colors of #CC137D
Black with #CC137D
Text Example
Text Example
White with #CC137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC137D; }
p { color: rgb(204,19,125); }
H1.HeaderClassName
{
color: #CC137D;
}
.AnyTagClassName
{
color: #CC137D;
}
</style>
background-color css
<style>
a { background-color: #CC137D; }
a { background-color: rgb(204,19,125); }
div.DivClassName
{
background-color: #CC137D;
}
.BgClassName
{
background-color: #CC137D;
}
</style>
border-color css
<style>
span { border-color: #CC137D; }
span { border-color: rgb(204,19,125); }
td.TdClassName
{
border-color: #CC137D;
}
.TagClassName
{
border-color: #CC137D;
}
</style>