Shades of Medium Violet Red #CC0672
Tints of Medium Violet Red #CC0672
RGB
CMYK
RGB Variations
Color information
#CC0672 (or 0xCC0672) is known color: Medium Violet Red. HEX triplet: CC, 06 and 72. RGB value is (204,6,114). Sum of RGB (Red+Green+Blue) = 204+6+114=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0672 is #33F98D. Grayscale: #4D4D4D. Windows color (decimal): -3406222 or 7472844. OLE color: 7472844.
HSL color Cylindrical-coordinate representation of color #CC0672: hue angle of 327.27º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0672 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.2 |
| HSL | 327.27º | 0.94% | 0.41% | - |
| HSV(B) | 327.27º | 0.97% | 0.8% | - |
| XYZ | 28 | 14.18 | 17.18 | - |
| YUV | 77.51 | 148.6 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 114 | 0 | 0.97 | 0.44 | 0.2 | 327.27 | 0.94 | 0.41 |
| Hex | CC | 6 | 72 | 0 | 61 | 2C | 14 | 147 | 5E | 29 |
| Octal | 314 | 6 | 162 | 0 | 141 | 54 | 24 | 507 | 136 | 51 |
| Binary | 11001100 | 110 | 1110010 | 0 | 1100001 | 101100 | 10100 | 101000111 | 1011110 | 101001 |
Color Harmonies of #CC0672
Complementary color
Monochromatic Colors of #CC0672
Black with #CC0672
Text Example
Text Example
White with #CC0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0672; }
p { color: rgb(204,6,114); }
H1.HeaderClassName
{
color: #CC0672;
}
.AnyTagClassName
{
color: #CC0672;
}
</style>
background-color css
<style>
a { background-color: #CC0672; }
a { background-color: rgb(204,6,114); }
div.DivClassName
{
background-color: #CC0672;
}
.BgClassName
{
background-color: #CC0672;
}
</style>
border-color css
<style>
span { border-color: #CC0672; }
span { border-color: rgb(204,6,114); }
td.TdClassName
{
border-color: #CC0672;
}
.TagClassName
{
border-color: #CC0672;
}
</style>