Shades of Medium Violet Red #CC1685
Tints of Medium Violet Red #CC1685
RGB
CMYK
RGB Variations
Color information
#CC1685 (or 0xCC1685) is known color: Medium Violet Red. HEX triplet: CC, 16 and 85. RGB value is (204,22,133). Sum of RGB (Red+Green+Blue) = 204+22+133=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1685 is #33E97A. Grayscale: #585858. Windows color (decimal): -3402107 or 8722124. OLE color: 8722124.
HSL color Cylindrical-coordinate representation of color #CC1685: hue angle of 323.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1685 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 133 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.2 |
| HSL | 323.41º | 0.81% | 0.44% | - |
| HSV(B) | 323.41º | 0.89% | 0.8% | - |
| XYZ | 29.42 | 15.1 | 23.56 | - |
| YUV | 89.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 133 | 0 | 0.89 | 0.35 | 0.2 | 323.41 | 0.81 | 0.44 |
| Hex | CC | 16 | 85 | 0 | 59 | 23 | 14 | 143 | 51 | 2C |
| Octal | 314 | 26 | 205 | 0 | 131 | 43 | 24 | 503 | 121 | 54 |
| Binary | 11001100 | 10110 | 10000101 | 0 | 1011001 | 100011 | 10100 | 101000011 | 1010001 | 101100 |
Color Harmonies of #CC1685
Complementary color
Monochromatic Colors of #CC1685
Black with #CC1685
Text Example
Text Example
White with #CC1685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1685; }
p { color: rgb(204,22,133); }
H1.HeaderClassName
{
color: #CC1685;
}
.AnyTagClassName
{
color: #CC1685;
}
</style>
background-color css
<style>
a { background-color: #CC1685; }
a { background-color: rgb(204,22,133); }
div.DivClassName
{
background-color: #CC1685;
}
.BgClassName
{
background-color: #CC1685;
}
</style>
border-color css
<style>
span { border-color: #CC1685; }
span { border-color: rgb(204,22,133); }
td.TdClassName
{
border-color: #CC1685;
}
.TagClassName
{
border-color: #CC1685;
}
</style>