Shades of Medium Violet Red #CC096F
Tints of Medium Violet Red #CC096F
RGB
CMYK
RGB Variations
Color information
#CC096F (or 0xCC096F) is known color: Medium Violet Red. HEX triplet: CC, 09 and 6F. RGB value is (204,9,111). Sum of RGB (Red+Green+Blue) = 204+9+111=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC096F is #33F690. Grayscale: #4E4E4E. Windows color (decimal): -3405457 or 7277004. OLE color: 7277004.
HSL color Cylindrical-coordinate representation of color #CC096F: hue angle of 328.62º 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 #CC096F is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.2 |
| HSL | 328.62º | 0.92% | 0.42% | - |
| HSV(B) | 328.62º | 0.96% | 0.8% | - |
| XYZ | 27.87 | 14.18 | 16.31 | - |
| YUV | 78.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 111 | 0 | 0.96 | 0.46 | 0.2 | 328.62 | 0.92 | 0.42 |
| Hex | CC | 9 | 6F | 0 | 60 | 2E | 14 | 149 | 5C | 2A |
| Octal | 314 | 11 | 157 | 0 | 140 | 56 | 24 | 511 | 134 | 52 |
| Binary | 11001100 | 1001 | 1101111 | 0 | 1100000 | 101110 | 10100 | 101001001 | 1011100 | 101010 |
Color Harmonies of #CC096F
Complementary color
Monochromatic Colors of #CC096F
Black with #CC096F
Text Example
Text Example
White with #CC096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC096F; }
p { color: rgb(204,9,111); }
H1.HeaderClassName
{
color: #CC096F;
}
.AnyTagClassName
{
color: #CC096F;
}
</style>
background-color css
<style>
a { background-color: #CC096F; }
a { background-color: rgb(204,9,111); }
div.DivClassName
{
background-color: #CC096F;
}
.BgClassName
{
background-color: #CC096F;
}
</style>
border-color css
<style>
span { border-color: #CC096F; }
span { border-color: rgb(204,9,111); }
td.TdClassName
{
border-color: #CC096F;
}
.TagClassName
{
border-color: #CC096F;
}
</style>