Shades of Medium Violet Red #CC0674
Tints of Medium Violet Red #CC0674
RGB
CMYK
RGB Variations
Color information
#CC0674 (or 0xCC0674) is known color: Medium Violet Red. HEX triplet: CC, 06 and 74. RGB value is (204,6,116). Sum of RGB (Red+Green+Blue) = 204+6+116=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0674 is #33F98B. Grayscale: #4D4D4D. Windows color (decimal): -3406220 or 7603916. OLE color: 7603916.
HSL color Cylindrical-coordinate representation of color #CC0674: hue angle of 326.67º 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 #CC0674 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 116 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.2 |
| HSL | 326.67º | 0.94% | 0.41% | - |
| HSV(B) | 326.67º | 0.97% | 0.8% | - |
| XYZ | 28.12 | 14.23 | 17.79 | - |
| YUV | 77.74 | 149.6 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 116 | 0 | 0.97 | 0.43 | 0.2 | 326.67 | 0.94 | 0.41 |
| Hex | CC | 6 | 74 | 0 | 61 | 2B | 14 | 147 | 5E | 29 |
| Octal | 314 | 6 | 164 | 0 | 141 | 53 | 24 | 507 | 136 | 51 |
| Binary | 11001100 | 110 | 1110100 | 0 | 1100001 | 101011 | 10100 | 101000111 | 1011110 | 101001 |
Color Harmonies of #CC0674
Complementary color
Monochromatic Colors of #CC0674
Black with #CC0674
Text Example
Text Example
White with #CC0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0674; }
p { color: rgb(204,6,116); }
H1.HeaderClassName
{
color: #CC0674;
}
.AnyTagClassName
{
color: #CC0674;
}
</style>
background-color css
<style>
a { background-color: #CC0674; }
a { background-color: rgb(204,6,116); }
div.DivClassName
{
background-color: #CC0674;
}
.BgClassName
{
background-color: #CC0674;
}
</style>
border-color css
<style>
span { border-color: #CC0674; }
span { border-color: rgb(204,6,116); }
td.TdClassName
{
border-color: #CC0674;
}
.TagClassName
{
border-color: #CC0674;
}
</style>