Shades of Medium Violet Red #CC199A
Tints of Medium Violet Red #CC199A
RGB
CMYK
RGB Variations
Color information
#CC199A (or 0xCC199A) is known color: Medium Violet Red. HEX triplet: CC, 19 and 9A. RGB value is (204,25,154). Sum of RGB (Red+Green+Blue) = 204+25+154=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC199A is #33E665. Grayscale: #5C5C5C. Windows color (decimal): -3401318 or 10099148. OLE color: 10099148.
HSL color Cylindrical-coordinate representation of color #CC199A: hue angle of 316.76º 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 #CC199A is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 154 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.2 |
| HSL | 316.76º | 0.78% | 0.45% | - |
| HSV(B) | 316.76º | 0.88% | 0.8% | - |
| XYZ | 31.08 | 15.87 | 32 | - |
| YUV | 93.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 154 | 0 | 0.88 | 0.25 | 0.2 | 316.76 | 0.78 | 0.45 |
| Hex | CC | 19 | 9A | 0 | 58 | 19 | 14 | 13D | 4E | 2D |
| Octal | 314 | 31 | 232 | 0 | 130 | 31 | 24 | 475 | 116 | 55 |
| Binary | 11001100 | 11001 | 10011010 | 0 | 1011000 | 11001 | 10100 | 100111101 | 1001110 | 101101 |
Color Harmonies of #CC199A
Complementary color
Monochromatic Colors of #CC199A
Black with #CC199A
Text Example
Text Example
White with #CC199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC199A; }
p { color: rgb(204,25,154); }
H1.HeaderClassName
{
color: #CC199A;
}
.AnyTagClassName
{
color: #CC199A;
}
</style>
background-color css
<style>
a { background-color: #CC199A; }
a { background-color: rgb(204,25,154); }
div.DivClassName
{
background-color: #CC199A;
}
.BgClassName
{
background-color: #CC199A;
}
</style>
border-color css
<style>
span { border-color: #CC199A; }
span { border-color: rgb(204,25,154); }
td.TdClassName
{
border-color: #CC199A;
}
.TagClassName
{
border-color: #CC199A;
}
</style>