Shades of Medium Red Violet #CC2FA6
Tints of Medium Red Violet #CC2FA6
RGB
CMYK
RGB Variations
Color information
#CC2FA6 (or 0xCC2FA6) is known color: Medium Red Violet. HEX triplet: CC, 2F and A6. RGB value is (204,47,166). Sum of RGB (Red+Green+Blue) = 204+47+166=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FA6 is #33D059. Grayscale: #6B6B6B. Windows color (decimal): -3395674 or 10891212. OLE color: 10891212.
HSL color Cylindrical-coordinate representation of color #CC2FA6: hue angle of 314.52º 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 #CC2FA6 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 166 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.2 |
| HSL | 314.52º | 0.63% | 0.49% | - |
| HSV(B) | 314.52º | 0.77% | 0.8% | - |
| XYZ | 32.8 | 17.62 | 37.75 | - |
| YUV | 107.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 166 | 0 | 0.77 | 0.19 | 0.2 | 314.52 | 0.63 | 0.49 |
| Hex | CC | 2F | A6 | 0 | 4D | 13 | 14 | 13B | 3F | 31 |
| Octal | 314 | 57 | 246 | 0 | 115 | 23 | 24 | 473 | 77 | 61 |
| Binary | 11001100 | 101111 | 10100110 | 0 | 1001101 | 10011 | 10100 | 100111011 | 111111 | 110001 |
Color Harmonies of #CC2FA6
Complementary color
Monochromatic Colors of #CC2FA6
Black with #CC2FA6
Text Example
Text Example
White with #CC2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FA6; }
p { color: rgb(204,47,166); }
H1.HeaderClassName
{
color: #CC2FA6;
}
.AnyTagClassName
{
color: #CC2FA6;
}
</style>
background-color css
<style>
a { background-color: #CC2FA6; }
a { background-color: rgb(204,47,166); }
div.DivClassName
{
background-color: #CC2FA6;
}
.BgClassName
{
background-color: #CC2FA6;
}
</style>
border-color css
<style>
span { border-color: #CC2FA6; }
span { border-color: rgb(204,47,166); }
td.TdClassName
{
border-color: #CC2FA6;
}
.TagClassName
{
border-color: #CC2FA6;
}
</style>