Shades of Medium Violet Red #CC0073
Tints of Medium Violet Red #CC0073
RGB
CMYK
RGB Variations
Color information
#CC0073 (or 0xCC0073) is known color: Medium Violet Red. HEX triplet: CC, 00 and 73. RGB value is (204,0,115). Sum of RGB (Red+Green+Blue) = 204+0+115=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0073 is #33FF8C. Grayscale: #494949. Windows color (decimal): -3407757 or 7536844. OLE color: 7536844.
HSL color Cylindrical-coordinate representation of color #CC0073: hue angle of 326.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0073 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.44 | 0.2 |
| HSL | 326.18º | 1% | 0.4% | - |
| HSV(B) | 326.18º | 1% | 0.8% | - |
| XYZ | 28 | 14.08 | 17.46 | - |
| YUV | 74.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 115 | 0 | 1 | 0.44 | 0.2 | 326.18 | 1 | 0.4 |
| Hex | CC | 0 | 73 | 0 | 64 | 2C | 14 | 146 | 64 | 28 |
| Octal | 314 | 0 | 163 | 0 | 144 | 54 | 24 | 506 | 144 | 50 |
| Binary | 11001100 | 0 | 1110011 | 0 | 1100100 | 101100 | 10100 | 101000110 | 1100100 | 101000 |
Color Harmonies of #CC0073
Complementary color
Monochromatic Colors of #CC0073
Black with #CC0073
Text Example
Text Example
White with #CC0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0073; }
p { color: rgb(204,0,115); }
H1.HeaderClassName
{
color: #CC0073;
}
.AnyTagClassName
{
color: #CC0073;
}
</style>
background-color css
<style>
a { background-color: #CC0073; }
a { background-color: rgb(204,0,115); }
div.DivClassName
{
background-color: #CC0073;
}
.BgClassName
{
background-color: #CC0073;
}
</style>
border-color css
<style>
span { border-color: #CC0073; }
span { border-color: rgb(204,0,115); }
td.TdClassName
{
border-color: #CC0073;
}
.TagClassName
{
border-color: #CC0073;
}
</style>