Shades of Medium Violet Red #CC0679
Tints of Medium Violet Red #CC0679
RGB
CMYK
RGB Variations
Color information
#CC0679 (or 0xCC0679) is known color: Medium Violet Red. HEX triplet: CC, 06 and 79. RGB value is (204,6,121). Sum of RGB (Red+Green+Blue) = 204+6+121=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0679 is #33F986. Grayscale: #4E4E4E. Windows color (decimal): -3406215 or 7931596. OLE color: 7931596.
HSL color Cylindrical-coordinate representation of color #CC0679: hue angle of 325.15º 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 #CC0679 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.2 |
| HSL | 325.15º | 0.94% | 0.41% | - |
| HSV(B) | 325.15º | 0.97% | 0.8% | - |
| XYZ | 28.42 | 14.35 | 19.36 | - |
| YUV | 78.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 121 | 0 | 0.97 | 0.41 | 0.2 | 325.15 | 0.94 | 0.41 |
| Hex | CC | 6 | 79 | 0 | 61 | 29 | 14 | 145 | 5E | 29 |
| Octal | 314 | 6 | 171 | 0 | 141 | 51 | 24 | 505 | 136 | 51 |
| Binary | 11001100 | 110 | 1111001 | 0 | 1100001 | 101001 | 10100 | 101000101 | 1011110 | 101001 |
Color Harmonies of #CC0679
Complementary color
Monochromatic Colors of #CC0679
Black with #CC0679
Text Example
Text Example
White with #CC0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0679; }
p { color: rgb(204,6,121); }
H1.HeaderClassName
{
color: #CC0679;
}
.AnyTagClassName
{
color: #CC0679;
}
</style>
background-color css
<style>
a { background-color: #CC0679; }
a { background-color: rgb(204,6,121); }
div.DivClassName
{
background-color: #CC0679;
}
.BgClassName
{
background-color: #CC0679;
}
</style>
border-color css
<style>
span { border-color: #CC0679; }
span { border-color: rgb(204,6,121); }
td.TdClassName
{
border-color: #CC0679;
}
.TagClassName
{
border-color: #CC0679;
}
</style>