Shades of Medium Violet Red #CC1B85
Tints of Medium Violet Red #CC1B85
RGB
CMYK
RGB Variations
Color information
#CC1B85 (or 0xCC1B85) is known color: Medium Violet Red. HEX triplet: CC, 1B and 85. RGB value is (204,27,133). Sum of RGB (Red+Green+Blue) = 204+27+133=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1B85 is #33E47A. Grayscale: #5B5B5B. Windows color (decimal): -3400827 or 8723404. OLE color: 8723404.
HSL color Cylindrical-coordinate representation of color #CC1B85: hue angle of 324.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B85 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 133 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.2 |
| HSL | 324.07º | 0.77% | 0.45% | - |
| HSV(B) | 324.07º | 0.87% | 0.8% | - |
| XYZ | 29.53 | 15.31 | 23.59 | - |
| YUV | 92.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 133 | 0 | 0.87 | 0.35 | 0.2 | 324.07 | 0.77 | 0.45 |
| Hex | CC | 1B | 85 | 0 | 57 | 23 | 14 | 144 | 4D | 2D |
| Octal | 314 | 33 | 205 | 0 | 127 | 43 | 24 | 504 | 115 | 55 |
| Binary | 11001100 | 11011 | 10000101 | 0 | 1010111 | 100011 | 10100 | 101000100 | 1001101 | 101101 |
Color Harmonies of #CC1B85
Complementary color
Monochromatic Colors of #CC1B85
Black with #CC1B85
Text Example
Text Example
White with #CC1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B85; }
p { color: rgb(204,27,133); }
H1.HeaderClassName
{
color: #CC1B85;
}
.AnyTagClassName
{
color: #CC1B85;
}
</style>
background-color css
<style>
a { background-color: #CC1B85; }
a { background-color: rgb(204,27,133); }
div.DivClassName
{
background-color: #CC1B85;
}
.BgClassName
{
background-color: #CC1B85;
}
</style>
border-color css
<style>
span { border-color: #CC1B85; }
span { border-color: rgb(204,27,133); }
td.TdClassName
{
border-color: #CC1B85;
}
.TagClassName
{
border-color: #CC1B85;
}
</style>