Shades of Medium Violet Red #CC096E
Tints of Medium Violet Red #CC096E
RGB
CMYK
RGB Variations
Color information
#CC096E (or 0xCC096E) is known color: Medium Violet Red. HEX triplet: CC, 09 and 6E. RGB value is (204,9,110). Sum of RGB (Red+Green+Blue) = 204+9+110=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC096E is #33F691. Grayscale: #4E4E4E. Windows color (decimal): -3405458 or 7211468. OLE color: 7211468.
HSL color Cylindrical-coordinate representation of color #CC096E: hue angle of 328.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC096E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.2 |
| HSL | 328.92º | 0.92% | 0.42% | - |
| HSV(B) | 328.92º | 0.96% | 0.8% | - |
| XYZ | 27.81 | 14.16 | 16.02 | - |
| YUV | 78.82 | 145.6 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 110 | 0 | 0.96 | 0.46 | 0.2 | 328.92 | 0.92 | 0.42 |
| Hex | CC | 9 | 6E | 0 | 60 | 2E | 14 | 149 | 5C | 2A |
| Octal | 314 | 11 | 156 | 0 | 140 | 56 | 24 | 511 | 134 | 52 |
| Binary | 11001100 | 1001 | 1101110 | 0 | 1100000 | 101110 | 10100 | 101001001 | 1011100 | 101010 |
Color Harmonies of #CC096E
Complementary color
Monochromatic Colors of #CC096E
Black with #CC096E
Text Example
Text Example
White with #CC096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC096E; }
p { color: rgb(204,9,110); }
H1.HeaderClassName
{
color: #CC096E;
}
.AnyTagClassName
{
color: #CC096E;
}
</style>
background-color css
<style>
a { background-color: #CC096E; }
a { background-color: rgb(204,9,110); }
div.DivClassName
{
background-color: #CC096E;
}
.BgClassName
{
background-color: #CC096E;
}
</style>
border-color css
<style>
span { border-color: #CC096E; }
span { border-color: rgb(204,9,110); }
td.TdClassName
{
border-color: #CC096E;
}
.TagClassName
{
border-color: #CC096E;
}
</style>