Shades of Medium Violet Red #CC169B
Tints of Medium Violet Red #CC169B
RGB
CMYK
RGB Variations
Color information
#CC169B (or 0xCC169B) is known color: Medium Violet Red. HEX triplet: CC, 16 and 9B. RGB value is (204,22,155). Sum of RGB (Red+Green+Blue) = 204+22+155=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC169B is #33E964. Grayscale: #5B5B5B. Windows color (decimal): -3402085 or 10163916. OLE color: 10163916.
HSL color Cylindrical-coordinate representation of color #CC169B: hue angle of 316.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC169B is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 155 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.2 |
| HSL | 316.15º | 0.81% | 0.44% | - |
| HSV(B) | 316.15º | 0.89% | 0.8% | - |
| XYZ | 31.11 | 15.78 | 32.42 | - |
| YUV | 91.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 155 | 0 | 0.89 | 0.24 | 0.2 | 316.15 | 0.81 | 0.44 |
| Hex | CC | 16 | 9B | 0 | 59 | 18 | 14 | 13C | 51 | 2C |
| Octal | 314 | 26 | 233 | 0 | 131 | 30 | 24 | 474 | 121 | 54 |
| Binary | 11001100 | 10110 | 10011011 | 0 | 1011001 | 11000 | 10100 | 100111100 | 1010001 | 101100 |
Color Harmonies of #CC169B
Complementary color
Monochromatic Colors of #CC169B
Black with #CC169B
Text Example
Text Example
White with #CC169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC169B; }
p { color: rgb(204,22,155); }
H1.HeaderClassName
{
color: #CC169B;
}
.AnyTagClassName
{
color: #CC169B;
}
</style>
background-color css
<style>
a { background-color: #CC169B; }
a { background-color: rgb(204,22,155); }
div.DivClassName
{
background-color: #CC169B;
}
.BgClassName
{
background-color: #CC169B;
}
</style>
border-color css
<style>
span { border-color: #CC169B; }
span { border-color: rgb(204,22,155); }
td.TdClassName
{
border-color: #CC169B;
}
.TagClassName
{
border-color: #CC169B;
}
</style>