Shades of Medium Violet Red #CC017A
Tints of Medium Violet Red #CC017A
RGB
CMYK
RGB Variations
Color information
#CC017A (or 0xCC017A) is known color: Medium Violet Red. HEX triplet: CC, 01 and 7A. RGB value is (204,1,122). Sum of RGB (Red+Green+Blue) = 204+1+122=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC017A is #33FE85. Grayscale: #4B4B4B. Windows color (decimal): -3407494 or 7995852. OLE color: 7995852.
HSL color Cylindrical-coordinate representation of color #CC017A: hue angle of 324.24º 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 #CC017A is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.2 |
| HSL | 324.24º | 0.99% | 0.4% | - |
| HSV(B) | 324.24º | 1% | 0.8% | - |
| XYZ | 28.43 | 14.26 | 19.67 | - |
| YUV | 75.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 122 | 0 | 1.00 | 0.40 | 0.2 | 324.24 | 0.99 | 0.4 |
| Hex | CC | 1 | 7A | 0 | 64 | 28 | 14 | 144 | 63 | 28 |
| Octal | 314 | 1 | 172 | 0 | 144 | 50 | 24 | 504 | 143 | 50 |
| Binary | 11001100 | 1 | 1111010 | 0 | 1100100 | 101000 | 10100 | 101000100 | 1100011 | 101000 |
Color Harmonies of #CC017A
Complementary color
Monochromatic Colors of #CC017A
Black with #CC017A
Text Example
Text Example
White with #CC017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC017A; }
p { color: rgb(204,1,122); }
H1.HeaderClassName
{
color: #CC017A;
}
.AnyTagClassName
{
color: #CC017A;
}
</style>
background-color css
<style>
a { background-color: #CC017A; }
a { background-color: rgb(204,1,122); }
div.DivClassName
{
background-color: #CC017A;
}
.BgClassName
{
background-color: #CC017A;
}
</style>
border-color css
<style>
span { border-color: #CC017A; }
span { border-color: rgb(204,1,122); }
td.TdClassName
{
border-color: #CC017A;
}
.TagClassName
{
border-color: #CC017A;
}
</style>