Shades of Medium Violet Red #CC017E
Tints of Medium Violet Red #CC017E
RGB
CMYK
RGB Variations
Color information
#CC017E (or 0xCC017E) is known color: Medium Violet Red. HEX triplet: CC, 01 and 7E. RGB value is (204,1,126). Sum of RGB (Red+Green+Blue) = 204+1+126=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC017E is #33FE81. Grayscale: #4B4B4B. Windows color (decimal): -3407490 or 8257996. OLE color: 8257996.
HSL color Cylindrical-coordinate representation of color #CC017E: hue angle of 323.05º 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 #CC017E is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.2 |
| HSL | 323.05º | 0.99% | 0.4% | - |
| HSV(B) | 323.05º | 1% | 0.8% | - |
| XYZ | 28.68 | 14.37 | 21 | - |
| YUV | 75.95 | 156.25 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 126 | 0 | 1.00 | 0.38 | 0.2 | 323.05 | 0.99 | 0.4 |
| Hex | CC | 1 | 7E | 0 | 64 | 26 | 14 | 143 | 63 | 28 |
| Octal | 314 | 1 | 176 | 0 | 144 | 46 | 24 | 503 | 143 | 50 |
| Binary | 11001100 | 1 | 1111110 | 0 | 1100100 | 100110 | 10100 | 101000011 | 1100011 | 101000 |
Color Harmonies of #CC017E
Complementary color
Monochromatic Colors of #CC017E
Black with #CC017E
Text Example
Text Example
White with #CC017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC017E; }
p { color: rgb(204,1,126); }
H1.HeaderClassName
{
color: #CC017E;
}
.AnyTagClassName
{
color: #CC017E;
}
</style>
background-color css
<style>
a { background-color: #CC017E; }
a { background-color: rgb(204,1,126); }
div.DivClassName
{
background-color: #CC017E;
}
.BgClassName
{
background-color: #CC017E;
}
</style>
border-color css
<style>
span { border-color: #CC017E; }
span { border-color: rgb(204,1,126); }
td.TdClassName
{
border-color: #CC017E;
}
.TagClassName
{
border-color: #CC017E;
}
</style>