Shades of Medium Violet Red #CC2282
Tints of Medium Violet Red #CC2282
RGB
CMYK
RGB Variations
Color information
#CC2282 (or 0xCC2282) is known color: Medium Violet Red. HEX triplet: CC, 22 and 82. RGB value is (204,34,130). Sum of RGB (Red+Green+Blue) = 204+34+130=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2282 is #33DD7D. Grayscale: #5F5F5F. Windows color (decimal): -3399038 or 8528588. OLE color: 8528588.
HSL color Cylindrical-coordinate representation of color #CC2282: hue angle of 326.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2282 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 130 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.2 |
| HSL | 326.12º | 0.71% | 0.47% | - |
| HSV(B) | 326.12º | 0.83% | 0.8% | - |
| XYZ | 29.5 | 15.59 | 22.57 | - |
| YUV | 95.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 130 | 0 | 0.83 | 0.36 | 0.2 | 326.12 | 0.71 | 0.47 |
| Hex | CC | 22 | 82 | 0 | 53 | 24 | 14 | 146 | 47 | 2F |
| Octal | 314 | 42 | 202 | 0 | 123 | 44 | 24 | 506 | 107 | 57 |
| Binary | 11001100 | 100010 | 10000010 | 0 | 1010011 | 100100 | 10100 | 101000110 | 1000111 | 101111 |
Color Harmonies of #CC2282
Complementary color
Monochromatic Colors of #CC2282
Black with #CC2282
Text Example
Text Example
White with #CC2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2282; }
p { color: rgb(204,34,130); }
H1.HeaderClassName
{
color: #CC2282;
}
.AnyTagClassName
{
color: #CC2282;
}
</style>
background-color css
<style>
a { background-color: #CC2282; }
a { background-color: rgb(204,34,130); }
div.DivClassName
{
background-color: #CC2282;
}
.BgClassName
{
background-color: #CC2282;
}
</style>
border-color css
<style>
span { border-color: #CC2282; }
span { border-color: rgb(204,34,130); }
td.TdClassName
{
border-color: #CC2282;
}
.TagClassName
{
border-color: #CC2282;
}
</style>