Shades of Medium Violet Red #CC0F9F
Tints of Medium Violet Red #CC0F9F
RGB
CMYK
RGB Variations
Color information
#CC0F9F (or 0xCC0F9F) is known color: Medium Violet Red. HEX triplet: CC, 0F and 9F. RGB value is (204,15,159). Sum of RGB (Red+Green+Blue) = 204+15+159=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0F9F is #33F060. Grayscale: #575757. Windows color (decimal): -3403873 or 10424268. OLE color: 10424268.
HSL color Cylindrical-coordinate representation of color #CC0F9F: hue angle of 314.29º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0F9F is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 159 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.2 |
| HSL | 314.29º | 0.86% | 0.43% | - |
| HSV(B) | 314.29º | 0.93% | 0.8% | - |
| XYZ | 31.33 | 15.68 | 34.18 | - |
| YUV | 87.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 159 | 0 | 0.93 | 0.22 | 0.2 | 314.29 | 0.86 | 0.43 |
| Hex | CC | F | 9F | 0 | 5D | 16 | 14 | 13A | 56 | 2B |
| Octal | 314 | 17 | 237 | 0 | 135 | 26 | 24 | 472 | 126 | 53 |
| Binary | 11001100 | 1111 | 10011111 | 0 | 1011101 | 10110 | 10100 | 100111010 | 1010110 | 101011 |
Color Harmonies of #CC0F9F
Complementary color
Monochromatic Colors of #CC0F9F
Black with #CC0F9F
Text Example
Text Example
White with #CC0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F9F; }
p { color: rgb(204,15,159); }
H1.HeaderClassName
{
color: #CC0F9F;
}
.AnyTagClassName
{
color: #CC0F9F;
}
</style>
background-color css
<style>
a { background-color: #CC0F9F; }
a { background-color: rgb(204,15,159); }
div.DivClassName
{
background-color: #CC0F9F;
}
.BgClassName
{
background-color: #CC0F9F;
}
</style>
border-color css
<style>
span { border-color: #CC0F9F; }
span { border-color: rgb(204,15,159); }
td.TdClassName
{
border-color: #CC0F9F;
}
.TagClassName
{
border-color: #CC0F9F;
}
</style>