Shades of Medium Violet Red #CC097E
Tints of Medium Violet Red #CC097E
RGB
CMYK
RGB Variations
Color information
#CC097E (or 0xCC097E) is known color: Medium Violet Red. HEX triplet: CC, 09 and 7E. RGB value is (204,9,126). Sum of RGB (Red+Green+Blue) = 204+9+126=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC097E is #33F681. Grayscale: #505050. Windows color (decimal): -3405442 or 8260044. OLE color: 8260044.
HSL color Cylindrical-coordinate representation of color #CC097E: hue angle of 324º 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 #CC097E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.2 |
| HSL | 324º | 0.92% | 0.42% | - |
| HSV(B) | 324º | 0.96% | 0.8% | - |
| XYZ | 28.77 | 14.54 | 21.03 | - |
| YUV | 80.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 126 | 0 | 0.96 | 0.38 | 0.2 | 324 | 0.92 | 0.42 |
| Hex | CC | 9 | 7E | 0 | 60 | 26 | 14 | 144 | 5C | 2A |
| Octal | 314 | 11 | 176 | 0 | 140 | 46 | 24 | 504 | 134 | 52 |
| Binary | 11001100 | 1001 | 1111110 | 0 | 1100000 | 100110 | 10100 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CC097E
Complementary color
Monochromatic Colors of #CC097E
Black with #CC097E
Text Example
Text Example
White with #CC097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC097E; }
p { color: rgb(204,9,126); }
H1.HeaderClassName
{
color: #CC097E;
}
.AnyTagClassName
{
color: #CC097E;
}
</style>
background-color css
<style>
a { background-color: #CC097E; }
a { background-color: rgb(204,9,126); }
div.DivClassName
{
background-color: #CC097E;
}
.BgClassName
{
background-color: #CC097E;
}
</style>
border-color css
<style>
span { border-color: #CC097E; }
span { border-color: rgb(204,9,126); }
td.TdClassName
{
border-color: #CC097E;
}
.TagClassName
{
border-color: #CC097E;
}
</style>