Shades of Medium Violet Red #CC0372
Tints of Medium Violet Red #CC0372
RGB
CMYK
RGB Variations
Color information
#CC0372 (or 0xCC0372) is known color: Medium Violet Red. HEX triplet: CC, 03 and 72. RGB value is (204,3,114). Sum of RGB (Red+Green+Blue) = 204+3+114=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0372 is #33FC8D. Grayscale: #4B4B4B. Windows color (decimal): -3406990 or 7472076. OLE color: 7472076.
HSL color Cylindrical-coordinate representation of color #CC0372: hue angle of 326.87º 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 #CC0372 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.2 |
| HSL | 326.87º | 0.97% | 0.41% | - |
| HSV(B) | 326.87º | 0.99% | 0.8% | - |
| XYZ | 27.97 | 14.12 | 17.17 | - |
| YUV | 75.75 | 149.59 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 114 | 0 | 0.99 | 0.44 | 0.2 | 326.87 | 0.97 | 0.41 |
| Hex | CC | 3 | 72 | 0 | 63 | 2C | 14 | 147 | 61 | 29 |
| Octal | 314 | 3 | 162 | 0 | 143 | 54 | 24 | 507 | 141 | 51 |
| Binary | 11001100 | 11 | 1110010 | 0 | 1100011 | 101100 | 10100 | 101000111 | 1100001 | 101001 |
Color Harmonies of #CC0372
Complementary color
Monochromatic Colors of #CC0372
Black with #CC0372
Text Example
Text Example
White with #CC0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0372; }
p { color: rgb(204,3,114); }
H1.HeaderClassName
{
color: #CC0372;
}
.AnyTagClassName
{
color: #CC0372;
}
</style>
background-color css
<style>
a { background-color: #CC0372; }
a { background-color: rgb(204,3,114); }
div.DivClassName
{
background-color: #CC0372;
}
.BgClassName
{
background-color: #CC0372;
}
</style>
border-color css
<style>
span { border-color: #CC0372; }
span { border-color: rgb(204,3,114); }
td.TdClassName
{
border-color: #CC0372;
}
.TagClassName
{
border-color: #CC0372;
}
</style>