Shades of Medium Violet Red #CC09A7
Tints of Medium Violet Red #CC09A7
RGB
CMYK
RGB Variations
Color information
#CC09A7 (or 0xCC09A7) is known color: Medium Violet Red. HEX triplet: CC, 09 and A7. RGB value is (204,9,167). Sum of RGB (Red+Green+Blue) = 204+9+167=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09A7 is #33F658. Grayscale: #545454. Windows color (decimal): -3405401 or 10947020. OLE color: 10947020.
HSL color Cylindrical-coordinate representation of color #CC09A7: hue angle of 311.38º 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 #CC09A7 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 167 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.2 |
| HSL | 311.38º | 0.92% | 0.42% | - |
| HSV(B) | 311.38º | 0.96% | 0.8% | - |
| XYZ | 31.97 | 15.82 | 37.93 | - |
| YUV | 85.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 167 | 0 | 0.96 | 0.18 | 0.2 | 311.38 | 0.92 | 0.42 |
| Hex | CC | 9 | A7 | 0 | 60 | 12 | 14 | 137 | 5C | 2A |
| Octal | 314 | 11 | 247 | 0 | 140 | 22 | 24 | 467 | 134 | 52 |
| Binary | 11001100 | 1001 | 10100111 | 0 | 1100000 | 10010 | 10100 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CC09A7
Complementary color
Monochromatic Colors of #CC09A7
Black with #CC09A7
Text Example
Text Example
White with #CC09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09A7; }
p { color: rgb(204,9,167); }
H1.HeaderClassName
{
color: #CC09A7;
}
.AnyTagClassName
{
color: #CC09A7;
}
</style>
background-color css
<style>
a { background-color: #CC09A7; }
a { background-color: rgb(204,9,167); }
div.DivClassName
{
background-color: #CC09A7;
}
.BgClassName
{
background-color: #CC09A7;
}
</style>
border-color css
<style>
span { border-color: #CC09A7; }
span { border-color: rgb(204,9,167); }
td.TdClassName
{
border-color: #CC09A7;
}
.TagClassName
{
border-color: #CC09A7;
}
</style>