Shades of Medium Violet Red #CC097F
Tints of Medium Violet Red #CC097F
RGB
CMYK
RGB Variations
Color information
#CC097F (or 0xCC097F) is known color: Medium Violet Red. HEX triplet: CC, 09 and 7F. RGB value is (204,9,127). Sum of RGB (Red+Green+Blue) = 204+9+127=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC097F is #33F680. Grayscale: #505050. Windows color (decimal): -3405441 or 8325580. OLE color: 8325580.
HSL color Cylindrical-coordinate representation of color #CC097F: hue angle of 323.69º 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 #CC097F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.2 |
| HSL | 323.69º | 0.92% | 0.42% | - |
| HSV(B) | 323.69º | 0.96% | 0.8% | - |
| XYZ | 28.83 | 14.57 | 21.37 | - |
| YUV | 80.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 127 | 0 | 0.96 | 0.38 | 0.2 | 323.69 | 0.92 | 0.42 |
| Hex | CC | 9 | 7F | 0 | 60 | 26 | 14 | 144 | 5C | 2A |
| Octal | 314 | 11 | 177 | 0 | 140 | 46 | 24 | 504 | 134 | 52 |
| Binary | 11001100 | 1001 | 1111111 | 0 | 1100000 | 100110 | 10100 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CC097F
Complementary color
Monochromatic Colors of #CC097F
Black with #CC097F
Text Example
Text Example
White with #CC097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC097F; }
p { color: rgb(204,9,127); }
H1.HeaderClassName
{
color: #CC097F;
}
.AnyTagClassName
{
color: #CC097F;
}
</style>
background-color css
<style>
a { background-color: #CC097F; }
a { background-color: rgb(204,9,127); }
div.DivClassName
{
background-color: #CC097F;
}
.BgClassName
{
background-color: #CC097F;
}
</style>
border-color css
<style>
span { border-color: #CC097F; }
span { border-color: rgb(204,9,127); }
td.TdClassName
{
border-color: #CC097F;
}
.TagClassName
{
border-color: #CC097F;
}
</style>