Shades of Medium Violet Red #CC19AB
Tints of Medium Violet Red #CC19AB
RGB
CMYK
RGB Variations
Color information
#CC19AB (or 0xCC19AB) is known color: Medium Violet Red. HEX triplet: CC, 19 and AB. RGB value is (204,25,171). Sum of RGB (Red+Green+Blue) = 204+25+171=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC19AB is #33E654. Grayscale: #5E5E5E. Windows color (decimal): -3401301 or 11213260. OLE color: 11213260.
HSL color Cylindrical-coordinate representation of color #CC19AB: hue angle of 311.06º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC19AB is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 171 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.2 |
| HSL | 311.06º | 0.78% | 0.45% | - |
| HSV(B) | 311.06º | 0.88% | 0.8% | - |
| XYZ | 32.6 | 16.47 | 39.99 | - |
| YUV | 95.17 | 170.8 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 171 | 0 | 0.88 | 0.16 | 0.2 | 311.06 | 0.78 | 0.45 |
| Hex | CC | 19 | AB | 0 | 58 | 10 | 14 | 137 | 4E | 2D |
| Octal | 314 | 31 | 253 | 0 | 130 | 20 | 24 | 467 | 116 | 55 |
| Binary | 11001100 | 11001 | 10101011 | 0 | 1011000 | 10000 | 10100 | 100110111 | 1001110 | 101101 |
Color Harmonies of #CC19AB
Complementary color
Monochromatic Colors of #CC19AB
Black with #CC19AB
Text Example
Text Example
White with #CC19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19AB; }
p { color: rgb(204,25,171); }
H1.HeaderClassName
{
color: #CC19AB;
}
.AnyTagClassName
{
color: #CC19AB;
}
</style>
background-color css
<style>
a { background-color: #CC19AB; }
a { background-color: rgb(204,25,171); }
div.DivClassName
{
background-color: #CC19AB;
}
.BgClassName
{
background-color: #CC19AB;
}
</style>
border-color css
<style>
span { border-color: #CC19AB; }
span { border-color: rgb(204,25,171); }
td.TdClassName
{
border-color: #CC19AB;
}
.TagClassName
{
border-color: #CC19AB;
}
</style>