Shades of Medium Violet Red #CC099D
Tints of Medium Violet Red #CC099D
RGB
CMYK
RGB Variations
Color information
#CC099D (or 0xCC099D) is known color: Medium Violet Red. HEX triplet: CC, 09 and 9D. RGB value is (204,9,157). Sum of RGB (Red+Green+Blue) = 204+9+157=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC099D is #33F662. Grayscale: #535353. Windows color (decimal): -3405411 or 10291660. OLE color: 10291660.
HSL color Cylindrical-coordinate representation of color #CC099D: hue angle of 314.46º 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 #CC099D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.2 |
| HSL | 314.46º | 0.92% | 0.42% | - |
| HSV(B) | 314.46º | 0.96% | 0.8% | - |
| XYZ | 31.09 | 15.47 | 33.25 | - |
| YUV | 84.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 157 | 0 | 0.96 | 0.23 | 0.2 | 314.46 | 0.92 | 0.42 |
| Hex | CC | 9 | 9D | 0 | 60 | 17 | 14 | 13A | 5C | 2A |
| Octal | 314 | 11 | 235 | 0 | 140 | 27 | 24 | 472 | 134 | 52 |
| Binary | 11001100 | 1001 | 10011101 | 0 | 1100000 | 10111 | 10100 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CC099D
Complementary color
Monochromatic Colors of #CC099D
Black with #CC099D
Text Example
Text Example
White with #CC099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC099D; }
p { color: rgb(204,9,157); }
H1.HeaderClassName
{
color: #CC099D;
}
.AnyTagClassName
{
color: #CC099D;
}
</style>
background-color css
<style>
a { background-color: #CC099D; }
a { background-color: rgb(204,9,157); }
div.DivClassName
{
background-color: #CC099D;
}
.BgClassName
{
background-color: #CC099D;
}
</style>
border-color css
<style>
span { border-color: #CC099D; }
span { border-color: rgb(204,9,157); }
td.TdClassName
{
border-color: #CC099D;
}
.TagClassName
{
border-color: #CC099D;
}
</style>