Shades of Medium Violet Red #CC1FA1
Tints of Medium Violet Red #CC1FA1
RGB
CMYK
RGB Variations
Color information
#CC1FA1 (or 0xCC1FA1) is known color: Medium Violet Red. HEX triplet: CC, 1F and A1. RGB value is (204,31,161). Sum of RGB (Red+Green+Blue) = 204+31+161=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1FA1 is #33E05E. Grayscale: #616161. Windows color (decimal): -3399775 or 10559436. OLE color: 10559436.
HSL color Cylindrical-coordinate representation of color #CC1FA1: hue angle of 314.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1FA1 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 161 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.2 |
| HSL | 314.91º | 0.74% | 0.46% | - |
| HSV(B) | 314.91º | 0.85% | 0.8% | - |
| XYZ | 31.82 | 16.39 | 35.2 | - |
| YUV | 97.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 161 | 0 | 0.85 | 0.21 | 0.2 | 314.91 | 0.74 | 0.46 |
| Hex | CC | 1F | A1 | 0 | 55 | 15 | 14 | 13B | 4A | 2E |
| Octal | 314 | 37 | 241 | 0 | 125 | 25 | 24 | 473 | 112 | 56 |
| Binary | 11001100 | 11111 | 10100001 | 0 | 1010101 | 10101 | 10100 | 100111011 | 1001010 | 101110 |
Color Harmonies of #CC1FA1
Complementary color
Monochromatic Colors of #CC1FA1
Black with #CC1FA1
Text Example
Text Example
White with #CC1FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FA1; }
p { color: rgb(204,31,161); }
H1.HeaderClassName
{
color: #CC1FA1;
}
.AnyTagClassName
{
color: #CC1FA1;
}
</style>
background-color css
<style>
a { background-color: #CC1FA1; }
a { background-color: rgb(204,31,161); }
div.DivClassName
{
background-color: #CC1FA1;
}
.BgClassName
{
background-color: #CC1FA1;
}
</style>
border-color css
<style>
span { border-color: #CC1FA1; }
span { border-color: rgb(204,31,161); }
td.TdClassName
{
border-color: #CC1FA1;
}
.TagClassName
{
border-color: #CC1FA1;
}
</style>