Shades of Medium Violet Red #CC029C
Tints of Medium Violet Red #CC029C
RGB
CMYK
RGB Variations
Color information
#CC029C (or 0xCC029C) is known color: Medium Violet Red. HEX triplet: CC, 02 and 9C. RGB value is (204,2,156). Sum of RGB (Red+Green+Blue) = 204+2+156=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC029C is #33FD63. Grayscale: #4F4F4F. Windows color (decimal): -3407204 or 10224332. OLE color: 10224332.
HSL color Cylindrical-coordinate representation of color #CC029C: hue angle of 314.26º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC029C is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.2 |
| HSL | 314.26º | 0.98% | 0.4% | - |
| HSV(B) | 314.26º | 0.99% | 0.8% | - |
| XYZ | 30.92 | 15.28 | 32.77 | - |
| YUV | 79.95 | 170.92 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 156 | 0 | 0.99 | 0.24 | 0.2 | 314.26 | 0.98 | 0.4 |
| Hex | CC | 2 | 9C | 0 | 63 | 18 | 14 | 13A | 62 | 28 |
| Octal | 314 | 2 | 234 | 0 | 143 | 30 | 24 | 472 | 142 | 50 |
| Binary | 11001100 | 10 | 10011100 | 0 | 1100011 | 11000 | 10100 | 100111010 | 1100010 | 101000 |
Color Harmonies of #CC029C
Complementary color
Monochromatic Colors of #CC029C
Black with #CC029C
Text Example
Text Example
White with #CC029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC029C; }
p { color: rgb(204,2,156); }
H1.HeaderClassName
{
color: #CC029C;
}
.AnyTagClassName
{
color: #CC029C;
}
</style>
background-color css
<style>
a { background-color: #CC029C; }
a { background-color: rgb(204,2,156); }
div.DivClassName
{
background-color: #CC029C;
}
.BgClassName
{
background-color: #CC029C;
}
</style>
border-color css
<style>
span { border-color: #CC029C; }
span { border-color: rgb(204,2,156); }
td.TdClassName
{
border-color: #CC029C;
}
.TagClassName
{
border-color: #CC029C;
}
</style>