Shades of Medium Violet Red #CC169D
Tints of Medium Violet Red #CC169D
RGB
CMYK
RGB Variations
Color information
#CC169D (or 0xCC169D) is known color: Medium Violet Red. HEX triplet: CC, 16 and 9D. RGB value is (204,22,157). Sum of RGB (Red+Green+Blue) = 204+22+157=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC169D is #33E962. Grayscale: #5B5B5B. Windows color (decimal): -3402083 or 10294988. OLE color: 10294988.
HSL color Cylindrical-coordinate representation of color #CC169D: hue angle of 315.49º 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 #CC169D is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 157 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.2 |
| HSL | 315.49º | 0.81% | 0.44% | - |
| HSV(B) | 315.49º | 0.89% | 0.8% | - |
| XYZ | 31.27 | 15.85 | 33.31 | - |
| YUV | 91.81 | 164.8 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 157 | 0 | 0.89 | 0.23 | 0.2 | 315.49 | 0.81 | 0.44 |
| Hex | CC | 16 | 9D | 0 | 59 | 17 | 14 | 13B | 51 | 2C |
| Octal | 314 | 26 | 235 | 0 | 131 | 27 | 24 | 473 | 121 | 54 |
| Binary | 11001100 | 10110 | 10011101 | 0 | 1011001 | 10111 | 10100 | 100111011 | 1010001 | 101100 |
Color Harmonies of #CC169D
Complementary color
Monochromatic Colors of #CC169D
Black with #CC169D
Text Example
Text Example
White with #CC169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC169D; }
p { color: rgb(204,22,157); }
H1.HeaderClassName
{
color: #CC169D;
}
.AnyTagClassName
{
color: #CC169D;
}
</style>
background-color css
<style>
a { background-color: #CC169D; }
a { background-color: rgb(204,22,157); }
div.DivClassName
{
background-color: #CC169D;
}
.BgClassName
{
background-color: #CC169D;
}
</style>
border-color css
<style>
span { border-color: #CC169D; }
span { border-color: rgb(204,22,157); }
td.TdClassName
{
border-color: #CC169D;
}
.TagClassName
{
border-color: #CC169D;
}
</style>