Shades of Medium Violet Red #CC0A6E
Tints of Medium Violet Red #CC0A6E
RGB
CMYK
RGB Variations
Color information
#CC0A6E (or 0xCC0A6E) is known color: Medium Violet Red. HEX triplet: CC, 0A and 6E. RGB value is (204,10,110). Sum of RGB (Red+Green+Blue) = 204+10+110=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A6E is #33F591. Grayscale: #4F4F4F. Windows color (decimal): -3405202 or 7211724. OLE color: 7211724.
HSL color Cylindrical-coordinate representation of color #CC0A6E: hue angle of 329.07º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A6E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 110 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.2 |
| HSL | 329.07º | 0.91% | 0.42% | - |
| HSV(B) | 329.07º | 0.95% | 0.8% | - |
| XYZ | 27.82 | 14.18 | 16.02 | - |
| YUV | 79.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 110 | 0 | 0.95 | 0.46 | 0.2 | 329.07 | 0.91 | 0.42 |
| Hex | CC | A | 6E | 0 | 5F | 2E | 14 | 149 | 5B | 2A |
| Octal | 314 | 12 | 156 | 0 | 137 | 56 | 24 | 511 | 133 | 52 |
| Binary | 11001100 | 1010 | 1101110 | 0 | 1011111 | 101110 | 10100 | 101001001 | 1011011 | 101010 |
Color Harmonies of #CC0A6E
Complementary color
Monochromatic Colors of #CC0A6E
Black with #CC0A6E
Text Example
Text Example
White with #CC0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A6E; }
p { color: rgb(204,10,110); }
H1.HeaderClassName
{
color: #CC0A6E;
}
.AnyTagClassName
{
color: #CC0A6E;
}
</style>
background-color css
<style>
a { background-color: #CC0A6E; }
a { background-color: rgb(204,10,110); }
div.DivClassName
{
background-color: #CC0A6E;
}
.BgClassName
{
background-color: #CC0A6E;
}
</style>
border-color css
<style>
span { border-color: #CC0A6E; }
span { border-color: rgb(204,10,110); }
td.TdClassName
{
border-color: #CC0A6E;
}
.TagClassName
{
border-color: #CC0A6E;
}
</style>