Shades of Medium Violet Red #CC099F
Tints of Medium Violet Red #CC099F
RGB
CMYK
RGB Variations
Color information
#CC099F (or 0xCC099F) is known color: Medium Violet Red. HEX triplet: CC, 09 and 9F. RGB value is (204,9,159). Sum of RGB (Red+Green+Blue) = 204+9+159=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC099F is #33F660. Grayscale: #535353. Windows color (decimal): -3405409 or 10422732. OLE color: 10422732.
HSL color Cylindrical-coordinate representation of color #CC099F: hue angle of 313.85º 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 #CC099F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.2 |
| HSL | 313.85º | 0.92% | 0.42% | - |
| HSV(B) | 313.85º | 0.96% | 0.8% | - |
| XYZ | 31.26 | 15.54 | 34.15 | - |
| YUV | 84.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 159 | 0 | 0.96 | 0.22 | 0.2 | 313.85 | 0.92 | 0.42 |
| Hex | CC | 9 | 9F | 0 | 60 | 16 | 14 | 13A | 5C | 2A |
| Octal | 314 | 11 | 237 | 0 | 140 | 26 | 24 | 472 | 134 | 52 |
| Binary | 11001100 | 1001 | 10011111 | 0 | 1100000 | 10110 | 10100 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CC099F
Complementary color
Monochromatic Colors of #CC099F
Black with #CC099F
Text Example
Text Example
White with #CC099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC099F; }
p { color: rgb(204,9,159); }
H1.HeaderClassName
{
color: #CC099F;
}
.AnyTagClassName
{
color: #CC099F;
}
</style>
background-color css
<style>
a { background-color: #CC099F; }
a { background-color: rgb(204,9,159); }
div.DivClassName
{
background-color: #CC099F;
}
.BgClassName
{
background-color: #CC099F;
}
</style>
border-color css
<style>
span { border-color: #CC099F; }
span { border-color: rgb(204,9,159); }
td.TdClassName
{
border-color: #CC099F;
}
.TagClassName
{
border-color: #CC099F;
}
</style>