Shades of Medium Violet Red #CC217A
Tints of Medium Violet Red #CC217A
RGB
CMYK
RGB Variations
Color information
#CC217A (or 0xCC217A) is known color: Medium Violet Red. HEX triplet: CC, 21 and 7A. RGB value is (204,33,122). Sum of RGB (Red+Green+Blue) = 204+33+122=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC217A is #33DE85. Grayscale: #5E5E5E. Windows color (decimal): -3399302 or 8004044. OLE color: 8004044.
HSL color Cylindrical-coordinate representation of color #CC217A: hue angle of 328.77º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC217A is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 122 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.2 |
| HSL | 328.77º | 0.72% | 0.46% | - |
| HSV(B) | 328.77º | 0.84% | 0.8% | - |
| XYZ | 28.96 | 15.33 | 19.85 | - |
| YUV | 94.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 122 | 0 | 0.84 | 0.40 | 0.2 | 328.77 | 0.72 | 0.46 |
| Hex | CC | 21 | 7A | 0 | 54 | 28 | 14 | 149 | 48 | 2E |
| Octal | 314 | 41 | 172 | 0 | 124 | 50 | 24 | 511 | 110 | 56 |
| Binary | 11001100 | 100001 | 1111010 | 0 | 1010100 | 101000 | 10100 | 101001001 | 1001000 | 101110 |
Color Harmonies of #CC217A
Complementary color
Monochromatic Colors of #CC217A
Black with #CC217A
Text Example
Text Example
White with #CC217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC217A; }
p { color: rgb(204,33,122); }
H1.HeaderClassName
{
color: #CC217A;
}
.AnyTagClassName
{
color: #CC217A;
}
</style>
background-color css
<style>
a { background-color: #CC217A; }
a { background-color: rgb(204,33,122); }
div.DivClassName
{
background-color: #CC217A;
}
.BgClassName
{
background-color: #CC217A;
}
</style>
border-color css
<style>
span { border-color: #CC217A; }
span { border-color: rgb(204,33,122); }
td.TdClassName
{
border-color: #CC217A;
}
.TagClassName
{
border-color: #CC217A;
}
</style>