Shades of Medium Violet Red #CC169C
Tints of Medium Violet Red #CC169C
RGB
CMYK
RGB Variations
Color information
#CC169C (or 0xCC169C) is known color: Medium Violet Red. HEX triplet: CC, 16 and 9C. RGB value is (204,22,156). Sum of RGB (Red+Green+Blue) = 204+22+156=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC169C is #33E963. Grayscale: #5B5B5B. Windows color (decimal): -3402084 or 10229452. OLE color: 10229452.
HSL color Cylindrical-coordinate representation of color #CC169C: hue angle of 315.82º 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 #CC169C is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 156 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.2 |
| HSL | 315.82º | 0.81% | 0.44% | - |
| HSV(B) | 315.82º | 0.89% | 0.8% | - |
| XYZ | 31.19 | 15.81 | 32.86 | - |
| YUV | 91.69 | 164.3 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 156 | 0 | 0.89 | 0.24 | 0.2 | 315.82 | 0.81 | 0.44 |
| Hex | CC | 16 | 9C | 0 | 59 | 18 | 14 | 13C | 51 | 2C |
| Octal | 314 | 26 | 234 | 0 | 131 | 30 | 24 | 474 | 121 | 54 |
| Binary | 11001100 | 10110 | 10011100 | 0 | 1011001 | 11000 | 10100 | 100111100 | 1010001 | 101100 |
Color Harmonies of #CC169C
Complementary color
Monochromatic Colors of #CC169C
Black with #CC169C
Text Example
Text Example
White with #CC169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC169C; }
p { color: rgb(204,22,156); }
H1.HeaderClassName
{
color: #CC169C;
}
.AnyTagClassName
{
color: #CC169C;
}
</style>
background-color css
<style>
a { background-color: #CC169C; }
a { background-color: rgb(204,22,156); }
div.DivClassName
{
background-color: #CC169C;
}
.BgClassName
{
background-color: #CC169C;
}
</style>
border-color css
<style>
span { border-color: #CC169C; }
span { border-color: rgb(204,22,156); }
td.TdClassName
{
border-color: #CC169C;
}
.TagClassName
{
border-color: #CC169C;
}
</style>