Shades of Medium Red Violet #CC33A3
Tints of Medium Red Violet #CC33A3
RGB
CMYK
RGB Variations
Color information
#CC33A3 (or 0xCC33A3) is known color: Medium Red Violet. HEX triplet: CC, 33 and A3. RGB value is (204,51,163). Sum of RGB (Red+Green+Blue) = 204+51+163=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33A3 is #33CC5C. Grayscale: #6D6D6D. Windows color (decimal): -3394653 or 10695628. OLE color: 10695628.
HSL color Cylindrical-coordinate representation of color #CC33A3: hue angle of 316.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33A3 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 163 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.2 |
| HSL | 316.08º | 0.6% | 0.5% | - |
| HSV(B) | 316.08º | 0.75% | 0.8% | - |
| XYZ | 32.7 | 17.85 | 36.37 | - |
| YUV | 109.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 163 | 0 | 0.75 | 0.20 | 0.2 | 316.08 | 0.6 | 0.5 |
| Hex | CC | 33 | A3 | 0 | 4B | 14 | 14 | 13C | 3C | 32 |
| Octal | 314 | 63 | 243 | 0 | 113 | 24 | 24 | 474 | 74 | 62 |
| Binary | 11001100 | 110011 | 10100011 | 0 | 1001011 | 10100 | 10100 | 100111100 | 111100 | 110010 |
Color Harmonies of #CC33A3
Complementary color
Monochromatic Colors of #CC33A3
Black with #CC33A3
Text Example
Text Example
White with #CC33A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33A3; }
p { color: rgb(204,51,163); }
H1.HeaderClassName
{
color: #CC33A3;
}
.AnyTagClassName
{
color: #CC33A3;
}
</style>
background-color css
<style>
a { background-color: #CC33A3; }
a { background-color: rgb(204,51,163); }
div.DivClassName
{
background-color: #CC33A3;
}
.BgClassName
{
background-color: #CC33A3;
}
</style>
border-color css
<style>
span { border-color: #CC33A3; }
span { border-color: rgb(204,51,163); }
td.TdClassName
{
border-color: #CC33A3;
}
.TagClassName
{
border-color: #CC33A3;
}
</style>