Shades of Medium Violet Red #CC0185
Tints of Medium Violet Red #CC0185
RGB
CMYK
RGB Variations
Color information
#CC0185 (or 0xCC0185) is known color: Medium Violet Red. HEX triplet: CC, 01 and 85. RGB value is (204,1,133). Sum of RGB (Red+Green+Blue) = 204+1+133=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0185 is #33FE7A. Grayscale: #4C4C4C. Windows color (decimal): -3407483 or 8716748. OLE color: 8716748.
HSL color Cylindrical-coordinate representation of color #CC0185: hue angle of 320.99º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0185 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.2 |
| HSL | 320.99º | 0.99% | 0.4% | - |
| HSV(B) | 320.99º | 1% | 0.8% | - |
| XYZ | 29.15 | 14.55 | 23.46 | - |
| YUV | 76.75 | 159.75 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 133 | 0 | 1.00 | 0.35 | 0.2 | 320.99 | 0.99 | 0.4 |
| Hex | CC | 1 | 85 | 0 | 64 | 23 | 14 | 141 | 63 | 28 |
| Octal | 314 | 1 | 205 | 0 | 144 | 43 | 24 | 501 | 143 | 50 |
| Binary | 11001100 | 1 | 10000101 | 0 | 1100100 | 100011 | 10100 | 101000001 | 1100011 | 101000 |
Color Harmonies of #CC0185
Complementary color
Monochromatic Colors of #CC0185
Black with #CC0185
Text Example
Text Example
White with #CC0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0185; }
p { color: rgb(204,1,133); }
H1.HeaderClassName
{
color: #CC0185;
}
.AnyTagClassName
{
color: #CC0185;
}
</style>
background-color css
<style>
a { background-color: #CC0185; }
a { background-color: rgb(204,1,133); }
div.DivClassName
{
background-color: #CC0185;
}
.BgClassName
{
background-color: #CC0185;
}
</style>
border-color css
<style>
span { border-color: #CC0185; }
span { border-color: rgb(204,1,133); }
td.TdClassName
{
border-color: #CC0185;
}
.TagClassName
{
border-color: #CC0185;
}
</style>