Shades of Medium Violet Red #CC138B
Tints of Medium Violet Red #CC138B
RGB
CMYK
RGB Variations
Color information
#CC138B (or 0xCC138B) is known color: Medium Violet Red. HEX triplet: CC, 13 and 8B. RGB value is (204,19,139). Sum of RGB (Red+Green+Blue) = 204+19+139=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC138B is #33EC74. Grayscale: #575757. Windows color (decimal): -3402869 or 9114572. OLE color: 9114572.
HSL color Cylindrical-coordinate representation of color #CC138B: hue angle of 321.08º 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 #CC138B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 139 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.2 |
| HSL | 321.08º | 0.83% | 0.44% | - |
| HSV(B) | 321.08º | 0.91% | 0.8% | - |
| XYZ | 29.79 | 15.17 | 25.78 | - |
| YUV | 88 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 139 | 0 | 0.91 | 0.32 | 0.2 | 321.08 | 0.83 | 0.44 |
| Hex | CC | 13 | 8B | 0 | 5B | 20 | 14 | 141 | 53 | 2C |
| Octal | 314 | 23 | 213 | 0 | 133 | 40 | 24 | 501 | 123 | 54 |
| Binary | 11001100 | 10011 | 10001011 | 0 | 1011011 | 100000 | 10100 | 101000001 | 1010011 | 101100 |
Color Harmonies of #CC138B
Complementary color
Monochromatic Colors of #CC138B
Black with #CC138B
Text Example
Text Example
White with #CC138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC138B; }
p { color: rgb(204,19,139); }
H1.HeaderClassName
{
color: #CC138B;
}
.AnyTagClassName
{
color: #CC138B;
}
</style>
background-color css
<style>
a { background-color: #CC138B; }
a { background-color: rgb(204,19,139); }
div.DivClassName
{
background-color: #CC138B;
}
.BgClassName
{
background-color: #CC138B;
}
</style>
border-color css
<style>
span { border-color: #CC138B; }
span { border-color: rgb(204,19,139); }
td.TdClassName
{
border-color: #CC138B;
}
.TagClassName
{
border-color: #CC138B;
}
</style>