Shades of Medium Violet Red #CC017C
Tints of Medium Violet Red #CC017C
RGB
CMYK
RGB Variations
Color information
#CC017C (or 0xCC017C) is known color: Medium Violet Red. HEX triplet: CC, 01 and 7C. RGB value is (204,1,124). Sum of RGB (Red+Green+Blue) = 204+1+124=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC017C is #33FE83. Grayscale: #4B4B4B. Windows color (decimal): -3407492 or 8126924. OLE color: 8126924.
HSL color Cylindrical-coordinate representation of color #CC017C: hue angle of 323.65º 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 #CC017C is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.2 |
| HSL | 323.65º | 0.99% | 0.4% | - |
| HSV(B) | 323.65º | 1% | 0.8% | - |
| XYZ | 28.55 | 14.31 | 20.33 | - |
| YUV | 75.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 124 | 0 | 1.00 | 0.39 | 0.2 | 323.65 | 0.99 | 0.4 |
| Hex | CC | 1 | 7C | 0 | 64 | 27 | 14 | 144 | 63 | 28 |
| Octal | 314 | 1 | 174 | 0 | 144 | 47 | 24 | 504 | 143 | 50 |
| Binary | 11001100 | 1 | 1111100 | 0 | 1100100 | 100111 | 10100 | 101000100 | 1100011 | 101000 |
Color Harmonies of #CC017C
Complementary color
Monochromatic Colors of #CC017C
Black with #CC017C
Text Example
Text Example
White with #CC017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC017C; }
p { color: rgb(204,1,124); }
H1.HeaderClassName
{
color: #CC017C;
}
.AnyTagClassName
{
color: #CC017C;
}
</style>
background-color css
<style>
a { background-color: #CC017C; }
a { background-color: rgb(204,1,124); }
div.DivClassName
{
background-color: #CC017C;
}
.BgClassName
{
background-color: #CC017C;
}
</style>
border-color css
<style>
span { border-color: #CC017C; }
span { border-color: rgb(204,1,124); }
td.TdClassName
{
border-color: #CC017C;
}
.TagClassName
{
border-color: #CC017C;
}
</style>