Shades of Medium Violet Red #CC217B
Tints of Medium Violet Red #CC217B
RGB
CMYK
RGB Variations
Color information
#CC217B (or 0xCC217B) is known color: Medium Violet Red. HEX triplet: CC, 21 and 7B. RGB value is (204,33,123). Sum of RGB (Red+Green+Blue) = 204+33+123=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC217B is #33DE84. Grayscale: #5E5E5E. Windows color (decimal): -3399301 or 8069580. OLE color: 8069580.
HSL color Cylindrical-coordinate representation of color #CC217B: hue angle of 328.42º 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 #CC217B is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 123 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.2 |
| HSL | 328.42º | 0.72% | 0.46% | - |
| HSV(B) | 328.42º | 0.84% | 0.8% | - |
| XYZ | 29.02 | 15.36 | 20.17 | - |
| YUV | 94.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 123 | 0 | 0.84 | 0.40 | 0.2 | 328.42 | 0.72 | 0.46 |
| Hex | CC | 21 | 7B | 0 | 54 | 28 | 14 | 148 | 48 | 2E |
| Octal | 314 | 41 | 173 | 0 | 124 | 50 | 24 | 510 | 110 | 56 |
| Binary | 11001100 | 100001 | 1111011 | 0 | 1010100 | 101000 | 10100 | 101001000 | 1001000 | 101110 |
Color Harmonies of #CC217B
Complementary color
Monochromatic Colors of #CC217B
Black with #CC217B
Text Example
Text Example
White with #CC217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC217B; }
p { color: rgb(204,33,123); }
H1.HeaderClassName
{
color: #CC217B;
}
.AnyTagClassName
{
color: #CC217B;
}
</style>
background-color css
<style>
a { background-color: #CC217B; }
a { background-color: rgb(204,33,123); }
div.DivClassName
{
background-color: #CC217B;
}
.BgClassName
{
background-color: #CC217B;
}
</style>
border-color css
<style>
span { border-color: #CC217B; }
span { border-color: rgb(204,33,123); }
td.TdClassName
{
border-color: #CC217B;
}
.TagClassName
{
border-color: #CC217B;
}
</style>