Shades of Medium Violet Red #CC0C7A
Tints of Medium Violet Red #CC0C7A
RGB
CMYK
RGB Variations
Color information
#CC0C7A (or 0xCC0C7A) is known color: Medium Violet Red. HEX triplet: CC, 0C and 7A. RGB value is (204,12,122). Sum of RGB (Red+Green+Blue) = 204+12+122=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C7A is #33F385. Grayscale: #515151. Windows color (decimal): -3404678 or 7998668. OLE color: 7998668.
HSL color Cylindrical-coordinate representation of color #CC0C7A: hue angle of 325.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C7A is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 122 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.2 |
| HSL | 325.63º | 0.89% | 0.42% | - |
| HSV(B) | 325.63º | 0.94% | 0.8% | - |
| XYZ | 28.55 | 14.51 | 19.71 | - |
| YUV | 81.95 | 150.61 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 122 | 0 | 0.94 | 0.40 | 0.2 | 325.63 | 0.89 | 0.42 |
| Hex | CC | C | 7A | 0 | 5E | 28 | 14 | 146 | 59 | 2A |
| Octal | 314 | 14 | 172 | 0 | 136 | 50 | 24 | 506 | 131 | 52 |
| Binary | 11001100 | 1100 | 1111010 | 0 | 1011110 | 101000 | 10100 | 101000110 | 1011001 | 101010 |
Color Harmonies of #CC0C7A
Complementary color
Monochromatic Colors of #CC0C7A
Black with #CC0C7A
Text Example
Text Example
White with #CC0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C7A; }
p { color: rgb(204,12,122); }
H1.HeaderClassName
{
color: #CC0C7A;
}
.AnyTagClassName
{
color: #CC0C7A;
}
</style>
background-color css
<style>
a { background-color: #CC0C7A; }
a { background-color: rgb(204,12,122); }
div.DivClassName
{
background-color: #CC0C7A;
}
.BgClassName
{
background-color: #CC0C7A;
}
</style>
border-color css
<style>
span { border-color: #CC0C7A; }
span { border-color: rgb(204,12,122); }
td.TdClassName
{
border-color: #CC0C7A;
}
.TagClassName
{
border-color: #CC0C7A;
}
</style>