Shades of Medium Violet Red #CC19A4
Tints of Medium Violet Red #CC19A4
RGB
CMYK
RGB Variations
Color information
#CC19A4 (or 0xCC19A4) is known color: Medium Violet Red. HEX triplet: CC, 19 and A4. RGB value is (204,25,164). Sum of RGB (Red+Green+Blue) = 204+25+164=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC19A4 is #33E65B. Grayscale: #5D5D5D. Windows color (decimal): -3401308 or 10754508. OLE color: 10754508.
HSL color Cylindrical-coordinate representation of color #CC19A4: hue angle of 313.41º 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 #CC19A4 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 164 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.2 |
| HSL | 313.41º | 0.78% | 0.45% | - |
| HSV(B) | 313.41º | 0.88% | 0.8% | - |
| XYZ | 31.95 | 16.21 | 36.57 | - |
| YUV | 94.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 164 | 0 | 0.88 | 0.20 | 0.2 | 313.41 | 0.78 | 0.45 |
| Hex | CC | 19 | A4 | 0 | 58 | 14 | 14 | 139 | 4E | 2D |
| Octal | 314 | 31 | 244 | 0 | 130 | 24 | 24 | 471 | 116 | 55 |
| Binary | 11001100 | 11001 | 10100100 | 0 | 1011000 | 10100 | 10100 | 100111001 | 1001110 | 101101 |
Color Harmonies of #CC19A4
Complementary color
Monochromatic Colors of #CC19A4
Black with #CC19A4
Text Example
Text Example
White with #CC19A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19A4; }
p { color: rgb(204,25,164); }
H1.HeaderClassName
{
color: #CC19A4;
}
.AnyTagClassName
{
color: #CC19A4;
}
</style>
background-color css
<style>
a { background-color: #CC19A4; }
a { background-color: rgb(204,25,164); }
div.DivClassName
{
background-color: #CC19A4;
}
.BgClassName
{
background-color: #CC19A4;
}
</style>
border-color css
<style>
span { border-color: #CC19A4; }
span { border-color: rgb(204,25,164); }
td.TdClassName
{
border-color: #CC19A4;
}
.TagClassName
{
border-color: #CC19A4;
}
</style>