Shades of Medium Violet Red #CC09A5
Tints of Medium Violet Red #CC09A5
RGB
CMYK
RGB Variations
Color information
#CC09A5 (or 0xCC09A5) is known color: Medium Violet Red. HEX triplet: CC, 09 and A5. RGB value is (204,9,165). Sum of RGB (Red+Green+Blue) = 204+9+165=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09A5 is #33F65A. Grayscale: #545454. Windows color (decimal): -3405403 or 10815948. OLE color: 10815948.
HSL color Cylindrical-coordinate representation of color #CC09A5: hue angle of 312º 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 #CC09A5 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 165 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.2 |
| HSL | 312º | 0.92% | 0.42% | - |
| HSV(B) | 312º | 0.96% | 0.8% | - |
| XYZ | 31.79 | 15.75 | 36.96 | - |
| YUV | 85.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 165 | 0 | 0.96 | 0.19 | 0.2 | 312 | 0.92 | 0.42 |
| Hex | CC | 9 | A5 | 0 | 60 | 13 | 14 | 138 | 5C | 2A |
| Octal | 314 | 11 | 245 | 0 | 140 | 23 | 24 | 470 | 134 | 52 |
| Binary | 11001100 | 1001 | 10100101 | 0 | 1100000 | 10011 | 10100 | 100111000 | 1011100 | 101010 |
Color Harmonies of #CC09A5
Complementary color
Monochromatic Colors of #CC09A5
Black with #CC09A5
Text Example
Text Example
White with #CC09A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09A5; }
p { color: rgb(204,9,165); }
H1.HeaderClassName
{
color: #CC09A5;
}
.AnyTagClassName
{
color: #CC09A5;
}
</style>
background-color css
<style>
a { background-color: #CC09A5; }
a { background-color: rgb(204,9,165); }
div.DivClassName
{
background-color: #CC09A5;
}
.BgClassName
{
background-color: #CC09A5;
}
</style>
border-color css
<style>
span { border-color: #CC09A5; }
span { border-color: rgb(204,9,165); }
td.TdClassName
{
border-color: #CC09A5;
}
.TagClassName
{
border-color: #CC09A5;
}
</style>