Shades of Medium Red Violet #CC2FAC
Tints of Medium Red Violet #CC2FAC
RGB
CMYK
RGB Variations
Color information
#CC2FAC (or 0xCC2FAC) is known color: Medium Red Violet. HEX triplet: CC, 2F and AC. RGB value is (204,47,172). Sum of RGB (Red+Green+Blue) = 204+47+172=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FAC is #33D053. Grayscale: #6B6B6B. Windows color (decimal): -3395668 or 11284428. OLE color: 11284428.
HSL color Cylindrical-coordinate representation of color #CC2FAC: hue angle of 312.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2FAC is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 172 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.2 |
| HSL | 312.23º | 0.63% | 0.49% | - |
| HSV(B) | 312.23º | 0.77% | 0.8% | - |
| XYZ | 33.36 | 17.85 | 40.72 | - |
| YUV | 108.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 172 | 0 | 0.77 | 0.16 | 0.2 | 312.23 | 0.63 | 0.49 |
| Hex | CC | 2F | AC | 0 | 4D | 10 | 14 | 138 | 3F | 31 |
| Octal | 314 | 57 | 254 | 0 | 115 | 20 | 24 | 470 | 77 | 61 |
| Binary | 11001100 | 101111 | 10101100 | 0 | 1001101 | 10000 | 10100 | 100111000 | 111111 | 110001 |
Color Harmonies of #CC2FAC
Complementary color
Monochromatic Colors of #CC2FAC
Black with #CC2FAC
Text Example
Text Example
White with #CC2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FAC; }
p { color: rgb(204,47,172); }
H1.HeaderClassName
{
color: #CC2FAC;
}
.AnyTagClassName
{
color: #CC2FAC;
}
</style>
background-color css
<style>
a { background-color: #CC2FAC; }
a { background-color: rgb(204,47,172); }
div.DivClassName
{
background-color: #CC2FAC;
}
.BgClassName
{
background-color: #CC2FAC;
}
</style>
border-color css
<style>
span { border-color: #CC2FAC; }
span { border-color: rgb(204,47,172); }
td.TdClassName
{
border-color: #CC2FAC;
}
.TagClassName
{
border-color: #CC2FAC;
}
</style>