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