Shades of Medium Red Violet #CC36A0
Tints of Medium Red Violet #CC36A0
RGB
CMYK
RGB Variations
Color information
#CC36A0 (or 0xCC36A0) is known color: Medium Red Violet. HEX triplet: CC, 36 and A0. RGB value is (204,54,160). Sum of RGB (Red+Green+Blue) = 204+54+160=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36A0 is #33C95F. Grayscale: #6E6E6E. Windows color (decimal): -3393888 or 10499788. OLE color: 10499788.
HSL color Cylindrical-coordinate representation of color #CC36A0: hue angle of 317.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC36A0 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 160 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.2 |
| HSL | 317.6º | 0.6% | 0.51% | - |
| HSV(B) | 317.6º | 0.74% | 0.8% | - |
| XYZ | 32.57 | 18.01 | 35.02 | - |
| YUV | 110.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 160 | 0 | 0.74 | 0.22 | 0.2 | 317.6 | 0.6 | 0.51 |
| Hex | CC | 36 | A0 | 0 | 4A | 16 | 14 | 13E | 3C | 33 |
| Octal | 314 | 66 | 240 | 0 | 112 | 26 | 24 | 476 | 74 | 63 |
| Binary | 11001100 | 110110 | 10100000 | 0 | 1001010 | 10110 | 10100 | 100111110 | 111100 | 110011 |
Color Harmonies of #CC36A0
Complementary color
Monochromatic Colors of #CC36A0
Black with #CC36A0
Text Example
Text Example
White with #CC36A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36A0; }
p { color: rgb(204,54,160); }
H1.HeaderClassName
{
color: #CC36A0;
}
.AnyTagClassName
{
color: #CC36A0;
}
</style>
background-color css
<style>
a { background-color: #CC36A0; }
a { background-color: rgb(204,54,160); }
div.DivClassName
{
background-color: #CC36A0;
}
.BgClassName
{
background-color: #CC36A0;
}
</style>
border-color css
<style>
span { border-color: #CC36A0; }
span { border-color: rgb(204,54,160); }
td.TdClassName
{
border-color: #CC36A0;
}
.TagClassName
{
border-color: #CC36A0;
}
</style>