Shades of Medium Violet Red #CC098C
Tints of Medium Violet Red #CC098C
RGB
CMYK
RGB Variations
Color information
#CC098C (or 0xCC098C) is known color: Medium Violet Red. HEX triplet: CC, 09 and 8C. RGB value is (204,9,140). Sum of RGB (Red+Green+Blue) = 204+9+140=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC098C is #33F673. Grayscale: #515151. Windows color (decimal): -3405428 or 9177548. OLE color: 9177548.
HSL color Cylindrical-coordinate representation of color #CC098C: hue angle of 319.69º 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 #CC098C is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.2 |
| HSL | 319.69º | 0.92% | 0.42% | - |
| HSV(B) | 319.69º | 0.96% | 0.8% | - |
| XYZ | 29.73 | 14.93 | 26.12 | - |
| YUV | 82.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 140 | 0 | 0.96 | 0.31 | 0.2 | 319.69 | 0.92 | 0.42 |
| Hex | CC | 9 | 8C | 0 | 60 | 1F | 14 | 140 | 5C | 2A |
| Octal | 314 | 11 | 214 | 0 | 140 | 37 | 24 | 500 | 134 | 52 |
| Binary | 11001100 | 1001 | 10001100 | 0 | 1100000 | 11111 | 10100 | 101000000 | 1011100 | 101010 |
Color Harmonies of #CC098C
Complementary color
Monochromatic Colors of #CC098C
Black with #CC098C
Text Example
Text Example
White with #CC098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC098C; }
p { color: rgb(204,9,140); }
H1.HeaderClassName
{
color: #CC098C;
}
.AnyTagClassName
{
color: #CC098C;
}
</style>
background-color css
<style>
a { background-color: #CC098C; }
a { background-color: rgb(204,9,140); }
div.DivClassName
{
background-color: #CC098C;
}
.BgClassName
{
background-color: #CC098C;
}
</style>
border-color css
<style>
span { border-color: #CC098C; }
span { border-color: rgb(204,9,140); }
td.TdClassName
{
border-color: #CC098C;
}
.TagClassName
{
border-color: #CC098C;
}
</style>