Shades of Medium Violet Red #CC09A4
Tints of Medium Violet Red #CC09A4
RGB
CMYK
RGB Variations
Color information
#CC09A4 (or 0xCC09A4) is known color: Medium Violet Red. HEX triplet: CC, 09 and A4. RGB value is (204,9,164). Sum of RGB (Red+Green+Blue) = 204+9+164=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09A4 is #33F65B. Grayscale: #545454. Windows color (decimal): -3405404 or 10750412. OLE color: 10750412.
HSL color Cylindrical-coordinate representation of color #CC09A4: hue angle of 312.31º 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 #CC09A4 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 164 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.2 |
| HSL | 312.31º | 0.92% | 0.42% | - |
| HSV(B) | 312.31º | 0.96% | 0.8% | - |
| XYZ | 31.7 | 15.71 | 36.48 | - |
| YUV | 84.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 164 | 0 | 0.96 | 0.20 | 0.2 | 312.31 | 0.92 | 0.42 |
| Hex | CC | 9 | A4 | 0 | 60 | 14 | 14 | 138 | 5C | 2A |
| Octal | 314 | 11 | 244 | 0 | 140 | 24 | 24 | 470 | 134 | 52 |
| Binary | 11001100 | 1001 | 10100100 | 0 | 1100000 | 10100 | 10100 | 100111000 | 1011100 | 101010 |
Color Harmonies of #CC09A4
Complementary color
Monochromatic Colors of #CC09A4
Black with #CC09A4
Text Example
Text Example
White with #CC09A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09A4; }
p { color: rgb(204,9,164); }
H1.HeaderClassName
{
color: #CC09A4;
}
.AnyTagClassName
{
color: #CC09A4;
}
</style>
background-color css
<style>
a { background-color: #CC09A4; }
a { background-color: rgb(204,9,164); }
div.DivClassName
{
background-color: #CC09A4;
}
.BgClassName
{
background-color: #CC09A4;
}
</style>
border-color css
<style>
span { border-color: #CC09A4; }
span { border-color: rgb(204,9,164); }
td.TdClassName
{
border-color: #CC09A4;
}
.TagClassName
{
border-color: #CC09A4;
}
</style>