Shades of Medium Violet Red #CC199D
Tints of Medium Violet Red #CC199D
RGB
CMYK
RGB Variations
Color information
#CC199D (or 0xCC199D) is known color: Medium Violet Red. HEX triplet: CC, 19 and 9D. RGB value is (204,25,157). Sum of RGB (Red+Green+Blue) = 204+25+157=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC199D is #33E662. Grayscale: #5D5D5D. Windows color (decimal): -3401315 or 10295756. OLE color: 10295756.
HSL color Cylindrical-coordinate representation of color #CC199D: hue angle of 315.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC199D is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 157 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.2 |
| HSL | 315.75º | 0.78% | 0.45% | - |
| HSV(B) | 315.75º | 0.88% | 0.8% | - |
| XYZ | 31.34 | 15.97 | 33.33 | - |
| YUV | 93.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 157 | 0 | 0.88 | 0.23 | 0.2 | 315.75 | 0.78 | 0.45 |
| Hex | CC | 19 | 9D | 0 | 58 | 17 | 14 | 13C | 4E | 2D |
| Octal | 314 | 31 | 235 | 0 | 130 | 27 | 24 | 474 | 116 | 55 |
| Binary | 11001100 | 11001 | 10011101 | 0 | 1011000 | 10111 | 10100 | 100111100 | 1001110 | 101101 |
Color Harmonies of #CC199D
Complementary color
Monochromatic Colors of #CC199D
Black with #CC199D
Text Example
Text Example
White with #CC199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC199D; }
p { color: rgb(204,25,157); }
H1.HeaderClassName
{
color: #CC199D;
}
.AnyTagClassName
{
color: #CC199D;
}
</style>
background-color css
<style>
a { background-color: #CC199D; }
a { background-color: rgb(204,25,157); }
div.DivClassName
{
background-color: #CC199D;
}
.BgClassName
{
background-color: #CC199D;
}
</style>
border-color css
<style>
span { border-color: #CC199D; }
span { border-color: rgb(204,25,157); }
td.TdClassName
{
border-color: #CC199D;
}
.TagClassName
{
border-color: #CC199D;
}
</style>