Shades of Medium Red Violet #CC2BA5
Tints of Medium Red Violet #CC2BA5
RGB
CMYK
RGB Variations
Color information
#CC2BA5 (or 0xCC2BA5) is known color: Medium Red Violet. HEX triplet: CC, 2B and A5. RGB value is (204,43,165). Sum of RGB (Red+Green+Blue) = 204+43+165=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2BA5 is #33D45A. Grayscale: #686868. Windows color (decimal): -3396699 or 10824652. OLE color: 10824652.
HSL color Cylindrical-coordinate representation of color #CC2BA5: hue angle of 314.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2BA5 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 165 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.2 |
| HSL | 314.53º | 0.65% | 0.48% | - |
| HSV(B) | 314.53º | 0.79% | 0.8% | - |
| XYZ | 32.56 | 17.28 | 37.22 | - |
| YUV | 105.05 | 161.84 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 165 | 0 | 0.79 | 0.19 | 0.2 | 314.53 | 0.65 | 0.48 |
| Hex | CC | 2B | A5 | 0 | 4F | 13 | 14 | 13B | 41 | 30 |
| Octal | 314 | 53 | 245 | 0 | 117 | 23 | 24 | 473 | 101 | 60 |
| Binary | 11001100 | 101011 | 10100101 | 0 | 1001111 | 10011 | 10100 | 100111011 | 1000001 | 110000 |
Color Harmonies of #CC2BA5
Complementary color
Monochromatic Colors of #CC2BA5
Black with #CC2BA5
Text Example
Text Example
White with #CC2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BA5; }
p { color: rgb(204,43,165); }
H1.HeaderClassName
{
color: #CC2BA5;
}
.AnyTagClassName
{
color: #CC2BA5;
}
</style>
background-color css
<style>
a { background-color: #CC2BA5; }
a { background-color: rgb(204,43,165); }
div.DivClassName
{
background-color: #CC2BA5;
}
.BgClassName
{
background-color: #CC2BA5;
}
</style>
border-color css
<style>
span { border-color: #CC2BA5; }
span { border-color: rgb(204,43,165); }
td.TdClassName
{
border-color: #CC2BA5;
}
.TagClassName
{
border-color: #CC2BA5;
}
</style>