Shades of Medium Red Violet #CC2DAC
Tints of Medium Red Violet #CC2DAC
RGB
CMYK
RGB Variations
Color information
#CC2DAC (or 0xCC2DAC) is known color: Medium Red Violet. HEX triplet: CC, 2D and AC. RGB value is (204,45,172). Sum of RGB (Red+Green+Blue) = 204+45+172=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2DAC is #33D253. Grayscale: #6A6A6A. Windows color (decimal): -3396180 or 11283916. OLE color: 11283916.
HSL color Cylindrical-coordinate representation of color #CC2DAC: hue angle of 312.08º degrees, saturation: 0.64, 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 #CC2DAC is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 172 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.2 |
| HSL | 312.08º | 0.64% | 0.49% | - |
| HSV(B) | 312.08º | 0.78% | 0.8% | - |
| XYZ | 33.29 | 17.69 | 40.69 | - |
| YUV | 107.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 172 | 0 | 0.78 | 0.16 | 0.2 | 312.08 | 0.64 | 0.49 |
| Hex | CC | 2D | AC | 0 | 4E | 10 | 14 | 138 | 40 | 31 |
| Octal | 314 | 55 | 254 | 0 | 116 | 20 | 24 | 470 | 100 | 61 |
| Binary | 11001100 | 101101 | 10101100 | 0 | 1001110 | 10000 | 10100 | 100111000 | 1000000 | 110001 |
Color Harmonies of #CC2DAC
Complementary color
Monochromatic Colors of #CC2DAC
Black with #CC2DAC
Text Example
Text Example
White with #CC2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DAC; }
p { color: rgb(204,45,172); }
H1.HeaderClassName
{
color: #CC2DAC;
}
.AnyTagClassName
{
color: #CC2DAC;
}
</style>
background-color css
<style>
a { background-color: #CC2DAC; }
a { background-color: rgb(204,45,172); }
div.DivClassName
{
background-color: #CC2DAC;
}
.BgClassName
{
background-color: #CC2DAC;
}
</style>
border-color css
<style>
span { border-color: #CC2DAC; }
span { border-color: rgb(204,45,172); }
td.TdClassName
{
border-color: #CC2DAC;
}
.TagClassName
{
border-color: #CC2DAC;
}
</style>