Shades of Medium Violet Red #CC016F
Tints of Medium Violet Red #CC016F
RGB
CMYK
RGB Variations
Color information
#CC016F (or 0xCC016F) is known color: Medium Violet Red. HEX triplet: CC, 01 and 6F. RGB value is (204,1,111). Sum of RGB (Red+Green+Blue) = 204+1+111=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC016F is #33FE90. Grayscale: #4A4A4A. Windows color (decimal): -3407505 or 7274956. OLE color: 7274956.
HSL color Cylindrical-coordinate representation of color #CC016F: hue angle of 327.49º 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 #CC016F is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.2 |
| HSL | 327.49º | 0.99% | 0.4% | - |
| HSV(B) | 327.49º | 1% | 0.8% | - |
| XYZ | 27.78 | 14.01 | 16.28 | - |
| YUV | 74.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 111 | 0 | 1.00 | 0.46 | 0.2 | 327.49 | 0.99 | 0.4 |
| Hex | CC | 1 | 6F | 0 | 64 | 2E | 14 | 147 | 63 | 28 |
| Octal | 314 | 1 | 157 | 0 | 144 | 56 | 24 | 507 | 143 | 50 |
| Binary | 11001100 | 1 | 1101111 | 0 | 1100100 | 101110 | 10100 | 101000111 | 1100011 | 101000 |
Color Harmonies of #CC016F
Complementary color
Monochromatic Colors of #CC016F
Black with #CC016F
Text Example
Text Example
White with #CC016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC016F; }
p { color: rgb(204,1,111); }
H1.HeaderClassName
{
color: #CC016F;
}
.AnyTagClassName
{
color: #CC016F;
}
</style>
background-color css
<style>
a { background-color: #CC016F; }
a { background-color: rgb(204,1,111); }
div.DivClassName
{
background-color: #CC016F;
}
.BgClassName
{
background-color: #CC016F;
}
</style>
border-color css
<style>
span { border-color: #CC016F; }
span { border-color: rgb(204,1,111); }
td.TdClassName
{
border-color: #CC016F;
}
.TagClassName
{
border-color: #CC016F;
}
</style>