Shades of Medium Violet Red #CC1A85
Tints of Medium Violet Red #CC1A85
RGB
CMYK
RGB Variations
Color information
#CC1A85 (or 0xCC1A85) is known color: Medium Violet Red. HEX triplet: CC, 1A and 85. RGB value is (204,26,133). Sum of RGB (Red+Green+Blue) = 204+26+133=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1A85 is #33E57A. Grayscale: #5B5B5B. Windows color (decimal): -3401083 or 8723148. OLE color: 8723148.
HSL color Cylindrical-coordinate representation of color #CC1A85: hue angle of 323.93º 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 #CC1A85 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 133 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.2 |
| HSL | 323.93º | 0.77% | 0.45% | - |
| HSV(B) | 323.93º | 0.87% | 0.8% | - |
| XYZ | 29.5 | 15.27 | 23.58 | - |
| YUV | 91.42 | 151.47 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 133 | 0 | 0.87 | 0.35 | 0.2 | 323.93 | 0.77 | 0.45 |
| Hex | CC | 1A | 85 | 0 | 57 | 23 | 14 | 144 | 4D | 2D |
| Octal | 314 | 32 | 205 | 0 | 127 | 43 | 24 | 504 | 115 | 55 |
| Binary | 11001100 | 11010 | 10000101 | 0 | 1010111 | 100011 | 10100 | 101000100 | 1001101 | 101101 |
Color Harmonies of #CC1A85
Complementary color
Monochromatic Colors of #CC1A85
Black with #CC1A85
Text Example
Text Example
White with #CC1A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A85; }
p { color: rgb(204,26,133); }
H1.HeaderClassName
{
color: #CC1A85;
}
.AnyTagClassName
{
color: #CC1A85;
}
</style>
background-color css
<style>
a { background-color: #CC1A85; }
a { background-color: rgb(204,26,133); }
div.DivClassName
{
background-color: #CC1A85;
}
.BgClassName
{
background-color: #CC1A85;
}
</style>
border-color css
<style>
span { border-color: #CC1A85; }
span { border-color: rgb(204,26,133); }
td.TdClassName
{
border-color: #CC1A85;
}
.TagClassName
{
border-color: #CC1A85;
}
</style>