Shades of Medium Violet Red #CC019C
Tints of Medium Violet Red #CC019C
RGB
CMYK
RGB Variations
Color information
#CC019C (or 0xCC019C) is known color: Medium Violet Red. HEX triplet: CC, 01 and 9C. RGB value is (204,1,156). Sum of RGB (Red+Green+Blue) = 204+1+156=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC019C is #33FE63. Grayscale: #4E4E4E. Windows color (decimal): -3407460 or 10224076. OLE color: 10224076.
HSL color Cylindrical-coordinate representation of color #CC019C: hue angle of 314.19º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC019C is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.2 |
| HSL | 314.19º | 0.99% | 0.4% | - |
| HSV(B) | 314.19º | 1% | 0.8% | - |
| XYZ | 30.91 | 15.26 | 32.77 | - |
| YUV | 79.37 | 171.25 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 156 | 0 | 1.00 | 0.24 | 0.2 | 314.19 | 0.99 | 0.4 |
| Hex | CC | 1 | 9C | 0 | 64 | 18 | 14 | 13A | 63 | 28 |
| Octal | 314 | 1 | 234 | 0 | 144 | 30 | 24 | 472 | 143 | 50 |
| Binary | 11001100 | 1 | 10011100 | 0 | 1100100 | 11000 | 10100 | 100111010 | 1100011 | 101000 |
Color Harmonies of #CC019C
Complementary color
Monochromatic Colors of #CC019C
Black with #CC019C
Text Example
Text Example
White with #CC019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC019C; }
p { color: rgb(204,1,156); }
H1.HeaderClassName
{
color: #CC019C;
}
.AnyTagClassName
{
color: #CC019C;
}
</style>
background-color css
<style>
a { background-color: #CC019C; }
a { background-color: rgb(204,1,156); }
div.DivClassName
{
background-color: #CC019C;
}
.BgClassName
{
background-color: #CC019C;
}
</style>
border-color css
<style>
span { border-color: #CC019C; }
span { border-color: rgb(204,1,156); }
td.TdClassName
{
border-color: #CC019C;
}
.TagClassName
{
border-color: #CC019C;
}
</style>