Shades of Medium Violet Red #CC1B9E
Tints of Medium Violet Red #CC1B9E
RGB
CMYK
RGB Variations
Color information
#CC1B9E (or 0xCC1B9E) is known color: Medium Violet Red. HEX triplet: CC, 1B and 9E. RGB value is (204,27,158). Sum of RGB (Red+Green+Blue) = 204+27+158=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1B9E is #33E461. Grayscale: #5E5E5E. Windows color (decimal): -3400802 or 10361804. OLE color: 10361804.
HSL color Cylindrical-coordinate representation of color #CC1B9E: hue angle of 315.59º 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 #CC1B9E is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 158 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.2 |
| HSL | 315.59º | 0.77% | 0.45% | - |
| HSV(B) | 315.59º | 0.87% | 0.8% | - |
| XYZ | 31.47 | 16.09 | 33.8 | - |
| YUV | 94.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 158 | 0 | 0.87 | 0.23 | 0.2 | 315.59 | 0.77 | 0.45 |
| Hex | CC | 1B | 9E | 0 | 57 | 17 | 14 | 13C | 4D | 2D |
| Octal | 314 | 33 | 236 | 0 | 127 | 27 | 24 | 474 | 115 | 55 |
| Binary | 11001100 | 11011 | 10011110 | 0 | 1010111 | 10111 | 10100 | 100111100 | 1001101 | 101101 |
Color Harmonies of #CC1B9E
Complementary color
Monochromatic Colors of #CC1B9E
Black with #CC1B9E
Text Example
Text Example
White with #CC1B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B9E; }
p { color: rgb(204,27,158); }
H1.HeaderClassName
{
color: #CC1B9E;
}
.AnyTagClassName
{
color: #CC1B9E;
}
</style>
background-color css
<style>
a { background-color: #CC1B9E; }
a { background-color: rgb(204,27,158); }
div.DivClassName
{
background-color: #CC1B9E;
}
.BgClassName
{
background-color: #CC1B9E;
}
</style>
border-color css
<style>
span { border-color: #CC1B9E; }
span { border-color: rgb(204,27,158); }
td.TdClassName
{
border-color: #CC1B9E;
}
.TagClassName
{
border-color: #CC1B9E;
}
</style>