Shades of Medium Violet Red #CC097A
Tints of Medium Violet Red #CC097A
RGB
CMYK
RGB Variations
Color information
#CC097A (or 0xCC097A) is known color: Medium Violet Red. HEX triplet: CC, 09 and 7A. RGB value is (204,9,122). Sum of RGB (Red+Green+Blue) = 204+9+122=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC097A is #33F685. Grayscale: #4F4F4F. Windows color (decimal): -3405446 or 7997900. OLE color: 7997900.
HSL color Cylindrical-coordinate representation of color #CC097A: hue angle of 325.23º 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 #CC097A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.2 |
| HSL | 325.23º | 0.92% | 0.42% | - |
| HSV(B) | 325.23º | 0.96% | 0.8% | - |
| XYZ | 28.51 | 14.44 | 19.7 | - |
| YUV | 80.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 122 | 0 | 0.96 | 0.40 | 0.2 | 325.23 | 0.92 | 0.42 |
| Hex | CC | 9 | 7A | 0 | 60 | 28 | 14 | 145 | 5C | 2A |
| Octal | 314 | 11 | 172 | 0 | 140 | 50 | 24 | 505 | 134 | 52 |
| Binary | 11001100 | 1001 | 1111010 | 0 | 1100000 | 101000 | 10100 | 101000101 | 1011100 | 101010 |
Color Harmonies of #CC097A
Complementary color
Monochromatic Colors of #CC097A
Black with #CC097A
Text Example
Text Example
White with #CC097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC097A; }
p { color: rgb(204,9,122); }
H1.HeaderClassName
{
color: #CC097A;
}
.AnyTagClassName
{
color: #CC097A;
}
</style>
background-color css
<style>
a { background-color: #CC097A; }
a { background-color: rgb(204,9,122); }
div.DivClassName
{
background-color: #CC097A;
}
.BgClassName
{
background-color: #CC097A;
}
</style>
border-color css
<style>
span { border-color: #CC097A; }
span { border-color: rgb(204,9,122); }
td.TdClassName
{
border-color: #CC097A;
}
.TagClassName
{
border-color: #CC097A;
}
</style>