Shades of Medium Violet Red #CC17AB
Tints of Medium Violet Red #CC17AB
RGB
CMYK
RGB Variations
Color information
#CC17AB (or 0xCC17AB) is known color: Medium Violet Red. HEX triplet: CC, 17 and AB. RGB value is (204,23,171). Sum of RGB (Red+Green+Blue) = 204+23+171=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC17AB is #33E854. Grayscale: #5D5D5D. Windows color (decimal): -3401813 or 11212748. OLE color: 11212748.
HSL color Cylindrical-coordinate representation of color #CC17AB: hue angle of 310.94º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17AB is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 171 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.2 |
| HSL | 310.94º | 0.8% | 0.45% | - |
| HSV(B) | 310.94º | 0.89% | 0.8% | - |
| XYZ | 32.56 | 16.39 | 39.98 | - |
| YUV | 93.99 | 171.47 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 171 | 0 | 0.89 | 0.16 | 0.2 | 310.94 | 0.8 | 0.45 |
| Hex | CC | 17 | AB | 0 | 59 | 10 | 14 | 137 | 50 | 2D |
| Octal | 314 | 27 | 253 | 0 | 131 | 20 | 24 | 467 | 120 | 55 |
| Binary | 11001100 | 10111 | 10101011 | 0 | 1011001 | 10000 | 10100 | 100110111 | 1010000 | 101101 |
Color Harmonies of #CC17AB
Complementary color
Monochromatic Colors of #CC17AB
Black with #CC17AB
Text Example
Text Example
White with #CC17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17AB; }
p { color: rgb(204,23,171); }
H1.HeaderClassName
{
color: #CC17AB;
}
.AnyTagClassName
{
color: #CC17AB;
}
</style>
background-color css
<style>
a { background-color: #CC17AB; }
a { background-color: rgb(204,23,171); }
div.DivClassName
{
background-color: #CC17AB;
}
.BgClassName
{
background-color: #CC17AB;
}
</style>
border-color css
<style>
span { border-color: #CC17AB; }
span { border-color: rgb(204,23,171); }
td.TdClassName
{
border-color: #CC17AB;
}
.TagClassName
{
border-color: #CC17AB;
}
</style>