Shades of Medium Violet Red #CC1B9A
Tints of Medium Violet Red #CC1B9A
RGB
CMYK
RGB Variations
Color information
#CC1B9A (or 0xCC1B9A) is known color: Medium Violet Red. HEX triplet: CC, 1B and 9A. RGB value is (204,27,154). Sum of RGB (Red+Green+Blue) = 204+27+154=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1B9A is #33E465. Grayscale: #5E5E5E. Windows color (decimal): -3400806 or 10099660. OLE color: 10099660.
HSL color Cylindrical-coordinate representation of color #CC1B9A: hue angle of 316.95º 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 #CC1B9A is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 154 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.2 |
| HSL | 316.95º | 0.77% | 0.45% | - |
| HSV(B) | 316.95º | 0.87% | 0.8% | - |
| XYZ | 31.13 | 15.95 | 32.01 | - |
| YUV | 94.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 154 | 0 | 0.87 | 0.25 | 0.2 | 316.95 | 0.77 | 0.45 |
| Hex | CC | 1B | 9A | 0 | 57 | 19 | 14 | 13D | 4D | 2D |
| Octal | 314 | 33 | 232 | 0 | 127 | 31 | 24 | 475 | 115 | 55 |
| Binary | 11001100 | 11011 | 10011010 | 0 | 1010111 | 11001 | 10100 | 100111101 | 1001101 | 101101 |
Color Harmonies of #CC1B9A
Complementary color
Monochromatic Colors of #CC1B9A
Black with #CC1B9A
Text Example
Text Example
White with #CC1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B9A; }
p { color: rgb(204,27,154); }
H1.HeaderClassName
{
color: #CC1B9A;
}
.AnyTagClassName
{
color: #CC1B9A;
}
</style>
background-color css
<style>
a { background-color: #CC1B9A; }
a { background-color: rgb(204,27,154); }
div.DivClassName
{
background-color: #CC1B9A;
}
.BgClassName
{
background-color: #CC1B9A;
}
</style>
border-color css
<style>
span { border-color: #CC1B9A; }
span { border-color: rgb(204,27,154); }
td.TdClassName
{
border-color: #CC1B9A;
}
.TagClassName
{
border-color: #CC1B9A;
}
</style>