Shades of Medium Red Violet #CC2CA3
Tints of Medium Red Violet #CC2CA3
RGB
CMYK
RGB Variations
Color information
#CC2CA3 (or 0xCC2CA3) is known color: Medium Red Violet. HEX triplet: CC, 2C and A3. RGB value is (204,44,163). Sum of RGB (Red+Green+Blue) = 204+44+163=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CA3 is #33D35C. Grayscale: #696969. Windows color (decimal): -3396445 or 10693836. OLE color: 10693836.
HSL color Cylindrical-coordinate representation of color #CC2CA3: hue angle of 315.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CA3 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 163 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.2 |
| HSL | 315.38º | 0.65% | 0.49% | - |
| HSV(B) | 315.38º | 0.78% | 0.8% | - |
| XYZ | 32.41 | 17.28 | 36.28 | - |
| YUV | 105.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 163 | 0 | 0.78 | 0.20 | 0.2 | 315.38 | 0.65 | 0.49 |
| Hex | CC | 2C | A3 | 0 | 4E | 14 | 14 | 13B | 41 | 31 |
| Octal | 314 | 54 | 243 | 0 | 116 | 24 | 24 | 473 | 101 | 61 |
| Binary | 11001100 | 101100 | 10100011 | 0 | 1001110 | 10100 | 10100 | 100111011 | 1000001 | 110001 |
Color Harmonies of #CC2CA3
Complementary color
Monochromatic Colors of #CC2CA3
Black with #CC2CA3
Text Example
Text Example
White with #CC2CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2CA3; }
p { color: rgb(204,44,163); }
H1.HeaderClassName
{
color: #CC2CA3;
}
.AnyTagClassName
{
color: #CC2CA3;
}
</style>
background-color css
<style>
a { background-color: #CC2CA3; }
a { background-color: rgb(204,44,163); }
div.DivClassName
{
background-color: #CC2CA3;
}
.BgClassName
{
background-color: #CC2CA3;
}
</style>
border-color css
<style>
span { border-color: #CC2CA3; }
span { border-color: rgb(204,44,163); }
td.TdClassName
{
border-color: #CC2CA3;
}
.TagClassName
{
border-color: #CC2CA3;
}
</style>