Shades of Medium Violet Red #CC0C6E
Tints of Medium Violet Red #CC0C6E
RGB
CMYK
RGB Variations
Color information
#CC0C6E (or 0xCC0C6E) is known color: Medium Violet Red. HEX triplet: CC, 0C and 6E. RGB value is (204,12,110). Sum of RGB (Red+Green+Blue) = 204+12+110=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C6E is #33F391. Grayscale: #505050. Windows color (decimal): -3404690 or 7212236. OLE color: 7212236.
HSL color Cylindrical-coordinate representation of color #CC0C6E: hue angle of 329.38º 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 #CC0C6E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 110 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.2 |
| HSL | 329.38º | 0.89% | 0.42% | - |
| HSV(B) | 329.38º | 0.94% | 0.8% | - |
| XYZ | 27.85 | 14.23 | 16.03 | - |
| YUV | 80.58 | 144.61 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 110 | 0 | 0.94 | 0.46 | 0.2 | 329.38 | 0.89 | 0.42 |
| Hex | CC | C | 6E | 0 | 5E | 2E | 14 | 149 | 59 | 2A |
| Octal | 314 | 14 | 156 | 0 | 136 | 56 | 24 | 511 | 131 | 52 |
| Binary | 11001100 | 1100 | 1101110 | 0 | 1011110 | 101110 | 10100 | 101001001 | 1011001 | 101010 |
Color Harmonies of #CC0C6E
Complementary color
Monochromatic Colors of #CC0C6E
Black with #CC0C6E
Text Example
Text Example
White with #CC0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C6E; }
p { color: rgb(204,12,110); }
H1.HeaderClassName
{
color: #CC0C6E;
}
.AnyTagClassName
{
color: #CC0C6E;
}
</style>
background-color css
<style>
a { background-color: #CC0C6E; }
a { background-color: rgb(204,12,110); }
div.DivClassName
{
background-color: #CC0C6E;
}
.BgClassName
{
background-color: #CC0C6E;
}
</style>
border-color css
<style>
span { border-color: #CC0C6E; }
span { border-color: rgb(204,12,110); }
td.TdClassName
{
border-color: #CC0C6E;
}
.TagClassName
{
border-color: #CC0C6E;
}
</style>