Shades of Medium Violet Red #CC137F
Tints of Medium Violet Red #CC137F
RGB
CMYK
RGB Variations
Color information
#CC137F (or 0xCC137F) is known color: Medium Violet Red. HEX triplet: CC, 13 and 7F. RGB value is (204,19,127). Sum of RGB (Red+Green+Blue) = 204+19+127=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC137F is #33EC80. Grayscale: #565656. Windows color (decimal): -3402881 or 8328140. OLE color: 8328140.
HSL color Cylindrical-coordinate representation of color #CC137F: hue angle of 324.97º 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 #CC137F is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 127 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.2 |
| HSL | 324.97º | 0.83% | 0.44% | - |
| HSV(B) | 324.97º | 0.91% | 0.8% | - |
| XYZ | 28.97 | 14.84 | 21.42 | - |
| YUV | 86.63 | 150.79 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 127 | 0 | 0.91 | 0.38 | 0.2 | 324.97 | 0.83 | 0.44 |
| Hex | CC | 13 | 7F | 0 | 5B | 26 | 14 | 145 | 53 | 2C |
| Octal | 314 | 23 | 177 | 0 | 133 | 46 | 24 | 505 | 123 | 54 |
| Binary | 11001100 | 10011 | 1111111 | 0 | 1011011 | 100110 | 10100 | 101000101 | 1010011 | 101100 |
Color Harmonies of #CC137F
Complementary color
Monochromatic Colors of #CC137F
Black with #CC137F
Text Example
Text Example
White with #CC137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC137F; }
p { color: rgb(204,19,127); }
H1.HeaderClassName
{
color: #CC137F;
}
.AnyTagClassName
{
color: #CC137F;
}
</style>
background-color css
<style>
a { background-color: #CC137F; }
a { background-color: rgb(204,19,127); }
div.DivClassName
{
background-color: #CC137F;
}
.BgClassName
{
background-color: #CC137F;
}
</style>
border-color css
<style>
span { border-color: #CC137F; }
span { border-color: rgb(204,19,127); }
td.TdClassName
{
border-color: #CC137F;
}
.TagClassName
{
border-color: #CC137F;
}
</style>