Shades of Medium Violet Red #CC138D
Tints of Medium Violet Red #CC138D
RGB
CMYK
RGB Variations
Color information
#CC138D (or 0xCC138D) is known color: Medium Violet Red. HEX triplet: CC, 13 and 8D. RGB value is (204,19,141). Sum of RGB (Red+Green+Blue) = 204+19+141=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC138D is #33EC72. Grayscale: #575757. Windows color (decimal): -3402867 or 9245644. OLE color: 9245644.
HSL color Cylindrical-coordinate representation of color #CC138D: hue angle of 320.43º 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 #CC138D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 141 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.2 |
| HSL | 320.43º | 0.83% | 0.44% | - |
| HSV(B) | 320.43º | 0.91% | 0.8% | - |
| XYZ | 29.94 | 15.23 | 26.56 | - |
| YUV | 88.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 141 | 0 | 0.91 | 0.31 | 0.2 | 320.43 | 0.83 | 0.44 |
| Hex | CC | 13 | 8D | 0 | 5B | 1F | 14 | 140 | 53 | 2C |
| Octal | 314 | 23 | 215 | 0 | 133 | 37 | 24 | 500 | 123 | 54 |
| Binary | 11001100 | 10011 | 10001101 | 0 | 1011011 | 11111 | 10100 | 101000000 | 1010011 | 101100 |
Color Harmonies of #CC138D
Complementary color
Monochromatic Colors of #CC138D
Black with #CC138D
Text Example
Text Example
White with #CC138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC138D; }
p { color: rgb(204,19,141); }
H1.HeaderClassName
{
color: #CC138D;
}
.AnyTagClassName
{
color: #CC138D;
}
</style>
background-color css
<style>
a { background-color: #CC138D; }
a { background-color: rgb(204,19,141); }
div.DivClassName
{
background-color: #CC138D;
}
.BgClassName
{
background-color: #CC138D;
}
</style>
border-color css
<style>
span { border-color: #CC138D; }
span { border-color: rgb(204,19,141); }
td.TdClassName
{
border-color: #CC138D;
}
.TagClassName
{
border-color: #CC138D;
}
</style>