Shades of Medium Violet Red #CC1384
Tints of Medium Violet Red #CC1384
RGB
CMYK
RGB Variations
Color information
#CC1384 (or 0xCC1384) is known color: Medium Violet Red. HEX triplet: CC, 13 and 84. RGB value is (204,19,132). Sum of RGB (Red+Green+Blue) = 204+19+132=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1384 is #33EC7B. Grayscale: #565656. Windows color (decimal): -3402876 or 8655820. OLE color: 8655820.
HSL color Cylindrical-coordinate representation of color #CC1384: hue angle of 323.35º 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 #CC1384 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 132 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.2 |
| HSL | 323.35º | 0.83% | 0.44% | - |
| HSV(B) | 323.35º | 0.91% | 0.8% | - |
| XYZ | 29.3 | 14.97 | 23.17 | - |
| YUV | 87.2 | 153.29 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 132 | 0 | 0.91 | 0.35 | 0.2 | 323.35 | 0.83 | 0.44 |
| Hex | CC | 13 | 84 | 0 | 5B | 23 | 14 | 143 | 53 | 2C |
| Octal | 314 | 23 | 204 | 0 | 133 | 43 | 24 | 503 | 123 | 54 |
| Binary | 11001100 | 10011 | 10000100 | 0 | 1011011 | 100011 | 10100 | 101000011 | 1010011 | 101100 |
Color Harmonies of #CC1384
Complementary color
Monochromatic Colors of #CC1384
Black with #CC1384
Text Example
Text Example
White with #CC1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1384; }
p { color: rgb(204,19,132); }
H1.HeaderClassName
{
color: #CC1384;
}
.AnyTagClassName
{
color: #CC1384;
}
</style>
background-color css
<style>
a { background-color: #CC1384; }
a { background-color: rgb(204,19,132); }
div.DivClassName
{
background-color: #CC1384;
}
.BgClassName
{
background-color: #CC1384;
}
</style>
border-color css
<style>
span { border-color: #CC1384; }
span { border-color: rgb(204,19,132); }
td.TdClassName
{
border-color: #CC1384;
}
.TagClassName
{
border-color: #CC1384;
}
</style>