Shades of Medium Red Violet #CC299C
Tints of Medium Red Violet #CC299C
RGB
CMYK
RGB Variations
Color information
#CC299C (or 0xCC299C) is known color: Medium Red Violet. HEX triplet: CC, 29 and 9C. RGB value is (204,41,156). Sum of RGB (Red+Green+Blue) = 204+41+156=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC299C is #33D663. Grayscale: #666666. Windows color (decimal): -3397220 or 10234316. OLE color: 10234316.
HSL color Cylindrical-coordinate representation of color #CC299C: hue angle of 317.67º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC299C is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 156 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.2 |
| HSL | 317.67º | 0.67% | 0.48% | - |
| HSV(B) | 317.67º | 0.8% | 0.8% | - |
| XYZ | 31.7 | 16.82 | 33.03 | - |
| YUV | 102.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 156 | 0 | 0.80 | 0.24 | 0.2 | 317.67 | 0.67 | 0.48 |
| Hex | CC | 29 | 9C | 0 | 50 | 18 | 14 | 13E | 43 | 30 |
| Octal | 314 | 51 | 234 | 0 | 120 | 30 | 24 | 476 | 103 | 60 |
| Binary | 11001100 | 101001 | 10011100 | 0 | 1010000 | 11000 | 10100 | 100111110 | 1000011 | 110000 |
Color Harmonies of #CC299C
Complementary color
Monochromatic Colors of #CC299C
Black with #CC299C
Text Example
Text Example
White with #CC299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC299C; }
p { color: rgb(204,41,156); }
H1.HeaderClassName
{
color: #CC299C;
}
.AnyTagClassName
{
color: #CC299C;
}
</style>
background-color css
<style>
a { background-color: #CC299C; }
a { background-color: rgb(204,41,156); }
div.DivClassName
{
background-color: #CC299C;
}
.BgClassName
{
background-color: #CC299C;
}
</style>
border-color css
<style>
span { border-color: #CC299C; }
span { border-color: rgb(204,41,156); }
td.TdClassName
{
border-color: #CC299C;
}
.TagClassName
{
border-color: #CC299C;
}
</style>