Shades of Medium Violet Red #CC017D
Tints of Medium Violet Red #CC017D
RGB
CMYK
RGB Variations
Color information
#CC017D (or 0xCC017D) is known color: Medium Violet Red. HEX triplet: CC, 01 and 7D. RGB value is (204,1,125). Sum of RGB (Red+Green+Blue) = 204+1+125=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC017D is #33FE82. Grayscale: #4B4B4B. Windows color (decimal): -3407491 or 8192460. OLE color: 8192460.
HSL color Cylindrical-coordinate representation of color #CC017D: hue angle of 323.35º 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 #CC017D is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.2 |
| HSL | 323.35º | 0.99% | 0.4% | - |
| HSV(B) | 323.35º | 1% | 0.8% | - |
| XYZ | 28.61 | 14.34 | 20.66 | - |
| YUV | 75.83 | 155.75 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 125 | 0 | 1.00 | 0.39 | 0.2 | 323.35 | 0.99 | 0.4 |
| Hex | CC | 1 | 7D | 0 | 64 | 27 | 14 | 143 | 63 | 28 |
| Octal | 314 | 1 | 175 | 0 | 144 | 47 | 24 | 503 | 143 | 50 |
| Binary | 11001100 | 1 | 1111101 | 0 | 1100100 | 100111 | 10100 | 101000011 | 1100011 | 101000 |
Color Harmonies of #CC017D
Complementary color
Monochromatic Colors of #CC017D
Black with #CC017D
Text Example
Text Example
White with #CC017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC017D; }
p { color: rgb(204,1,125); }
H1.HeaderClassName
{
color: #CC017D;
}
.AnyTagClassName
{
color: #CC017D;
}
</style>
background-color css
<style>
a { background-color: #CC017D; }
a { background-color: rgb(204,1,125); }
div.DivClassName
{
background-color: #CC017D;
}
.BgClassName
{
background-color: #CC017D;
}
</style>
border-color css
<style>
span { border-color: #CC017D; }
span { border-color: rgb(204,1,125); }
td.TdClassName
{
border-color: #CC017D;
}
.TagClassName
{
border-color: #CC017D;
}
</style>