Shades of Medium Violet Red #CC029B
Tints of Medium Violet Red #CC029B
RGB
CMYK
RGB Variations
Color information
#CC029B (or 0xCC029B) is known color: Medium Violet Red. HEX triplet: CC, 02 and 9B. RGB value is (204,2,155). Sum of RGB (Red+Green+Blue) = 204+2+155=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC029B is #33FD64. Grayscale: #4F4F4F. Windows color (decimal): -3407205 or 10158796. OLE color: 10158796.
HSL color Cylindrical-coordinate representation of color #CC029B: hue angle of 314.55º 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 #CC029B is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.2 |
| HSL | 314.55º | 0.98% | 0.4% | - |
| HSV(B) | 314.55º | 0.99% | 0.8% | - |
| XYZ | 30.84 | 15.25 | 32.33 | - |
| YUV | 79.84 | 170.42 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 155 | 0 | 0.99 | 0.24 | 0.2 | 314.55 | 0.98 | 0.4 |
| Hex | CC | 2 | 9B | 0 | 63 | 18 | 14 | 13B | 62 | 28 |
| Octal | 314 | 2 | 233 | 0 | 143 | 30 | 24 | 473 | 142 | 50 |
| Binary | 11001100 | 10 | 10011011 | 0 | 1100011 | 11000 | 10100 | 100111011 | 1100010 | 101000 |
Color Harmonies of #CC029B
Complementary color
Monochromatic Colors of #CC029B
Black with #CC029B
Text Example
Text Example
White with #CC029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC029B; }
p { color: rgb(204,2,155); }
H1.HeaderClassName
{
color: #CC029B;
}
.AnyTagClassName
{
color: #CC029B;
}
</style>
background-color css
<style>
a { background-color: #CC029B; }
a { background-color: rgb(204,2,155); }
div.DivClassName
{
background-color: #CC029B;
}
.BgClassName
{
background-color: #CC029B;
}
</style>
border-color css
<style>
span { border-color: #CC029B; }
span { border-color: rgb(204,2,155); }
td.TdClassName
{
border-color: #CC029B;
}
.TagClassName
{
border-color: #CC029B;
}
</style>