Shades of Medium Violet Red #CC1385
Tints of Medium Violet Red #CC1385
RGB
CMYK
RGB Variations
Color information
#CC1385 (or 0xCC1385) is known color: Medium Violet Red. HEX triplet: CC, 13 and 85. RGB value is (204,19,133). Sum of RGB (Red+Green+Blue) = 204+19+133=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1385 is #33EC7A. Grayscale: #575757. Windows color (decimal): -3402875 or 8721356. OLE color: 8721356.
HSL color Cylindrical-coordinate representation of color #CC1385: hue angle of 323.03º 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 #CC1385 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.2 |
| HSL | 323.03º | 0.83% | 0.44% | - |
| HSV(B) | 323.03º | 0.91% | 0.8% | - |
| XYZ | 29.37 | 15 | 23.54 | - |
| YUV | 87.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 133 | 0 | 0.91 | 0.35 | 0.2 | 323.03 | 0.83 | 0.44 |
| Hex | CC | 13 | 85 | 0 | 5B | 23 | 14 | 143 | 53 | 2C |
| Octal | 314 | 23 | 205 | 0 | 133 | 43 | 24 | 503 | 123 | 54 |
| Binary | 11001100 | 10011 | 10000101 | 0 | 1011011 | 100011 | 10100 | 101000011 | 1010011 | 101100 |
Color Harmonies of #CC1385
Complementary color
Monochromatic Colors of #CC1385
Black with #CC1385
Text Example
Text Example
White with #CC1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1385; }
p { color: rgb(204,19,133); }
H1.HeaderClassName
{
color: #CC1385;
}
.AnyTagClassName
{
color: #CC1385;
}
</style>
background-color css
<style>
a { background-color: #CC1385; }
a { background-color: rgb(204,19,133); }
div.DivClassName
{
background-color: #CC1385;
}
.BgClassName
{
background-color: #CC1385;
}
</style>
border-color css
<style>
span { border-color: #CC1385; }
span { border-color: rgb(204,19,133); }
td.TdClassName
{
border-color: #CC1385;
}
.TagClassName
{
border-color: #CC1385;
}
</style>