Shades of Medium Violet Red #CC1389
Tints of Medium Violet Red #CC1389
RGB
CMYK
RGB Variations
Color information
#CC1389 (or 0xCC1389) is known color: Medium Violet Red. HEX triplet: CC, 13 and 89. RGB value is (204,19,137). Sum of RGB (Red+Green+Blue) = 204+19+137=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1389 is #33EC76. Grayscale: #575757. Windows color (decimal): -3402871 or 8983500. OLE color: 8983500.
HSL color Cylindrical-coordinate representation of color #CC1389: hue angle of 321.73º 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 #CC1389 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.2 |
| HSL | 321.73º | 0.83% | 0.44% | - |
| HSV(B) | 321.73º | 0.91% | 0.8% | - |
| XYZ | 29.65 | 15.11 | 25.02 | - |
| YUV | 87.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 137 | 0 | 0.91 | 0.33 | 0.2 | 321.73 | 0.83 | 0.44 |
| Hex | CC | 13 | 89 | 0 | 5B | 21 | 14 | 142 | 53 | 2C |
| Octal | 314 | 23 | 211 | 0 | 133 | 41 | 24 | 502 | 123 | 54 |
| Binary | 11001100 | 10011 | 10001001 | 0 | 1011011 | 100001 | 10100 | 101000010 | 1010011 | 101100 |
Color Harmonies of #CC1389
Complementary color
Monochromatic Colors of #CC1389
Black with #CC1389
Text Example
Text Example
White with #CC1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1389; }
p { color: rgb(204,19,137); }
H1.HeaderClassName
{
color: #CC1389;
}
.AnyTagClassName
{
color: #CC1389;
}
</style>
background-color css
<style>
a { background-color: #CC1389; }
a { background-color: rgb(204,19,137); }
div.DivClassName
{
background-color: #CC1389;
}
.BgClassName
{
background-color: #CC1389;
}
</style>
border-color css
<style>
span { border-color: #CC1389; }
span { border-color: rgb(204,19,137); }
td.TdClassName
{
border-color: #CC1389;
}
.TagClassName
{
border-color: #CC1389;
}
</style>