Shades of Medium Violet Red #CC0898
Tints of Medium Violet Red #CC0898
RGB
CMYK
RGB Variations
Color information
#CC0898 (or 0xCC0898) is known color: Medium Violet Red. HEX triplet: CC, 08 and 98. RGB value is (204,8,152). Sum of RGB (Red+Green+Blue) = 204+8+152=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0898 is #33F767. Grayscale: #525252. Windows color (decimal): -3405672 or 9963724. OLE color: 9963724.
HSL color Cylindrical-coordinate representation of color #CC0898: hue angle of 315.92º 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 #CC0898 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.2 |
| HSL | 315.92º | 0.92% | 0.42% | - |
| HSV(B) | 315.92º | 0.96% | 0.8% | - |
| XYZ | 30.66 | 15.28 | 31.04 | - |
| YUV | 83.02 | 166.93 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 152 | 0 | 0.96 | 0.25 | 0.2 | 315.92 | 0.92 | 0.42 |
| Hex | CC | 8 | 98 | 0 | 60 | 19 | 14 | 13C | 5C | 2A |
| Octal | 314 | 10 | 230 | 0 | 140 | 31 | 24 | 474 | 134 | 52 |
| Binary | 11001100 | 1000 | 10011000 | 0 | 1100000 | 11001 | 10100 | 100111100 | 1011100 | 101010 |
Color Harmonies of #CC0898
Complementary color
Monochromatic Colors of #CC0898
Black with #CC0898
Text Example
Text Example
White with #CC0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0898; }
p { color: rgb(204,8,152); }
H1.HeaderClassName
{
color: #CC0898;
}
.AnyTagClassName
{
color: #CC0898;
}
</style>
background-color css
<style>
a { background-color: #CC0898; }
a { background-color: rgb(204,8,152); }
div.DivClassName
{
background-color: #CC0898;
}
.BgClassName
{
background-color: #CC0898;
}
</style>
border-color css
<style>
span { border-color: #CC0898; }
span { border-color: rgb(204,8,152); }
td.TdClassName
{
border-color: #CC0898;
}
.TagClassName
{
border-color: #CC0898;
}
</style>