Shades of Medium Violet Red #CC218B
Tints of Medium Violet Red #CC218B
RGB
CMYK
RGB Variations
Color information
#CC218B (or 0xCC218B) is known color: Medium Violet Red. HEX triplet: CC, 21 and 8B. RGB value is (204,33,139). Sum of RGB (Red+Green+Blue) = 204+33+139=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC218B is #33DE74. Grayscale: #5F5F5F. Windows color (decimal): -3399285 or 9118156. OLE color: 9118156.
HSL color Cylindrical-coordinate representation of color #CC218B: hue angle of 322.81º 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 #CC218B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 139 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.2 |
| HSL | 322.81º | 0.72% | 0.46% | - |
| HSV(B) | 322.81º | 0.84% | 0.8% | - |
| XYZ | 30.11 | 15.79 | 25.89 | - |
| YUV | 96.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 139 | 0 | 0.84 | 0.32 | 0.2 | 322.81 | 0.72 | 0.46 |
| Hex | CC | 21 | 8B | 0 | 54 | 20 | 14 | 143 | 48 | 2E |
| Octal | 314 | 41 | 213 | 0 | 124 | 40 | 24 | 503 | 110 | 56 |
| Binary | 11001100 | 100001 | 10001011 | 0 | 1010100 | 100000 | 10100 | 101000011 | 1001000 | 101110 |
Color Harmonies of #CC218B
Complementary color
Monochromatic Colors of #CC218B
Black with #CC218B
Text Example
Text Example
White with #CC218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC218B; }
p { color: rgb(204,33,139); }
H1.HeaderClassName
{
color: #CC218B;
}
.AnyTagClassName
{
color: #CC218B;
}
</style>
background-color css
<style>
a { background-color: #CC218B; }
a { background-color: rgb(204,33,139); }
div.DivClassName
{
background-color: #CC218B;
}
.BgClassName
{
background-color: #CC218B;
}
</style>
border-color css
<style>
span { border-color: #CC218B; }
span { border-color: rgb(204,33,139); }
td.TdClassName
{
border-color: #CC218B;
}
.TagClassName
{
border-color: #CC218B;
}
</style>