Shades of Medium Violet Red #CC0373
Tints of Medium Violet Red #CC0373
RGB
CMYK
RGB Variations
Color information
#CC0373 (or 0xCC0373) is known color: Medium Violet Red. HEX triplet: CC, 03 and 73. RGB value is (204,3,115). Sum of RGB (Red+Green+Blue) = 204+3+115=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0373 is #33FC8C. Grayscale: #4B4B4B. Windows color (decimal): -3406989 or 7537612. OLE color: 7537612.
HSL color Cylindrical-coordinate representation of color #CC0373: hue angle of 326.57º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0373 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.2 |
| HSL | 326.57º | 0.97% | 0.41% | - |
| HSV(B) | 326.57º | 0.99% | 0.8% | - |
| XYZ | 28.03 | 14.14 | 17.47 | - |
| YUV | 75.87 | 150.09 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 115 | 0 | 0.99 | 0.44 | 0.2 | 326.57 | 0.97 | 0.41 |
| Hex | CC | 3 | 73 | 0 | 63 | 2C | 14 | 147 | 61 | 29 |
| Octal | 314 | 3 | 163 | 0 | 143 | 54 | 24 | 507 | 141 | 51 |
| Binary | 11001100 | 11 | 1110011 | 0 | 1100011 | 101100 | 10100 | 101000111 | 1100001 | 101001 |
Color Harmonies of #CC0373
Complementary color
Monochromatic Colors of #CC0373
Black with #CC0373
Text Example
Text Example
White with #CC0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0373; }
p { color: rgb(204,3,115); }
H1.HeaderClassName
{
color: #CC0373;
}
.AnyTagClassName
{
color: #CC0373;
}
</style>
background-color css
<style>
a { background-color: #CC0373; }
a { background-color: rgb(204,3,115); }
div.DivClassName
{
background-color: #CC0373;
}
.BgClassName
{
background-color: #CC0373;
}
</style>
border-color css
<style>
span { border-color: #CC0373; }
span { border-color: rgb(204,3,115); }
td.TdClassName
{
border-color: #CC0373;
}
.TagClassName
{
border-color: #CC0373;
}
</style>