Shades of Medium Violet Red #CC1085
Tints of Medium Violet Red #CC1085
RGB
CMYK
RGB Variations
Color information
#CC1085 (or 0xCC1085) is known color: Medium Violet Red. HEX triplet: CC, 10 and 85. RGB value is (204,16,133). Sum of RGB (Red+Green+Blue) = 204+16+133=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1085 is #33EF7A. Grayscale: #555555. Windows color (decimal): -3403643 or 8720588. OLE color: 8720588.
HSL color Cylindrical-coordinate representation of color #CC1085: hue angle of 322.66º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1085 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 133 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.2 |
| HSL | 322.66º | 0.85% | 0.43% | - |
| HSV(B) | 322.66º | 0.92% | 0.8% | - |
| XYZ | 29.32 | 14.9 | 23.52 | - |
| YUV | 85.55 | 154.78 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 133 | 0 | 0.92 | 0.35 | 0.2 | 322.66 | 0.85 | 0.43 |
| Hex | CC | 10 | 85 | 0 | 5C | 23 | 14 | 143 | 55 | 2B |
| Octal | 314 | 20 | 205 | 0 | 134 | 43 | 24 | 503 | 125 | 53 |
| Binary | 11001100 | 10000 | 10000101 | 0 | 1011100 | 100011 | 10100 | 101000011 | 1010101 | 101011 |
Color Harmonies of #CC1085
Complementary color
Monochromatic Colors of #CC1085
Black with #CC1085
Text Example
Text Example
White with #CC1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1085; }
p { color: rgb(204,16,133); }
H1.HeaderClassName
{
color: #CC1085;
}
.AnyTagClassName
{
color: #CC1085;
}
</style>
background-color css
<style>
a { background-color: #CC1085; }
a { background-color: rgb(204,16,133); }
div.DivClassName
{
background-color: #CC1085;
}
.BgClassName
{
background-color: #CC1085;
}
</style>
border-color css
<style>
span { border-color: #CC1085; }
span { border-color: rgb(204,16,133); }
td.TdClassName
{
border-color: #CC1085;
}
.TagClassName
{
border-color: #CC1085;
}
</style>