Shades of Medium Violet Red #CC009F
Tints of Medium Violet Red #CC009F
RGB
CMYK
RGB Variations
Color information
#CC009F (or 0xCC009F) is known color: Medium Violet Red. HEX triplet: CC, 00 and 9F. RGB value is (204,0,159). Sum of RGB (Red+Green+Blue) = 204+0+159=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC009F is #33FF60. Grayscale: #4E4E4E. Windows color (decimal): -3407713 or 10420428. OLE color: 10420428.
HSL color Cylindrical-coordinate representation of color #CC009F: hue angle of 313.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC009F is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.22 | 0.2 |
| HSL | 313.24º | 1% | 0.4% | - |
| HSV(B) | 313.24º | 1% | 0.8% | - |
| XYZ | 31.16 | 15.34 | 34.12 | - |
| YUV | 79.12 | 173.09 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 159 | 0 | 1 | 0.22 | 0.2 | 313.24 | 1 | 0.4 |
| Hex | CC | 0 | 9F | 0 | 64 | 16 | 14 | 139 | 64 | 28 |
| Octal | 314 | 0 | 237 | 0 | 144 | 26 | 24 | 471 | 144 | 50 |
| Binary | 11001100 | 0 | 10011111 | 0 | 1100100 | 10110 | 10100 | 100111001 | 1100100 | 101000 |
Color Harmonies of #CC009F
Complementary color
Monochromatic Colors of #CC009F
Black with #CC009F
Text Example
Text Example
White with #CC009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC009F; }
p { color: rgb(204,0,159); }
H1.HeaderClassName
{
color: #CC009F;
}
.AnyTagClassName
{
color: #CC009F;
}
</style>
background-color css
<style>
a { background-color: #CC009F; }
a { background-color: rgb(204,0,159); }
div.DivClassName
{
background-color: #CC009F;
}
.BgClassName
{
background-color: #CC009F;
}
</style>
border-color css
<style>
span { border-color: #CC009F; }
span { border-color: rgb(204,0,159); }
td.TdClassName
{
border-color: #CC009F;
}
.TagClassName
{
border-color: #CC009F;
}
</style>