Shades of Medium Violet Red #CC098A
Tints of Medium Violet Red #CC098A
RGB
CMYK
RGB Variations
Color information
#CC098A (or 0xCC098A) is known color: Medium Violet Red. HEX triplet: CC, 09 and 8A. RGB value is (204,9,138). Sum of RGB (Red+Green+Blue) = 204+9+138=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC098A is #33F675. Grayscale: #515151. Windows color (decimal): -3405430 or 9046476. OLE color: 9046476.
HSL color Cylindrical-coordinate representation of color #CC098A: hue angle of 320.31º 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 #CC098A is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.2 |
| HSL | 320.31º | 0.92% | 0.42% | - |
| HSV(B) | 320.31º | 0.96% | 0.8% | - |
| XYZ | 29.59 | 14.87 | 25.36 | - |
| YUV | 82.01 | 159.6 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 138 | 0 | 0.96 | 0.32 | 0.2 | 320.31 | 0.92 | 0.42 |
| Hex | CC | 9 | 8A | 0 | 60 | 20 | 14 | 140 | 5C | 2A |
| Octal | 314 | 11 | 212 | 0 | 140 | 40 | 24 | 500 | 134 | 52 |
| Binary | 11001100 | 1001 | 10001010 | 0 | 1100000 | 100000 | 10100 | 101000000 | 1011100 | 101010 |
Color Harmonies of #CC098A
Complementary color
Monochromatic Colors of #CC098A
Black with #CC098A
Text Example
Text Example
White with #CC098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC098A; }
p { color: rgb(204,9,138); }
H1.HeaderClassName
{
color: #CC098A;
}
.AnyTagClassName
{
color: #CC098A;
}
</style>
background-color css
<style>
a { background-color: #CC098A; }
a { background-color: rgb(204,9,138); }
div.DivClassName
{
background-color: #CC098A;
}
.BgClassName
{
background-color: #CC098A;
}
</style>
border-color css
<style>
span { border-color: #CC098A; }
span { border-color: rgb(204,9,138); }
td.TdClassName
{
border-color: #CC098A;
}
.TagClassName
{
border-color: #CC098A;
}
</style>