Shades of Medium Violet Red #CC2483
Tints of Medium Violet Red #CC2483
RGB
CMYK
RGB Variations
Color information
#CC2483 (or 0xCC2483) is known color: Medium Violet Red. HEX triplet: CC, 24 and 83. RGB value is (204,36,131). Sum of RGB (Red+Green+Blue) = 204+36+131=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2483 is #33DB7C. Grayscale: #606060. Windows color (decimal): -3398525 or 8594636. OLE color: 8594636.
HSL color Cylindrical-coordinate representation of color #CC2483: hue angle of 326.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2483 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 131 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.2 |
| HSL | 326.07º | 0.7% | 0.47% | - |
| HSV(B) | 326.07º | 0.82% | 0.8% | - |
| XYZ | 29.63 | 15.74 | 22.95 | - |
| YUV | 97.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 131 | 0 | 0.82 | 0.36 | 0.2 | 326.07 | 0.7 | 0.47 |
| Hex | CC | 24 | 83 | 0 | 52 | 24 | 14 | 146 | 46 | 2F |
| Octal | 314 | 44 | 203 | 0 | 122 | 44 | 24 | 506 | 106 | 57 |
| Binary | 11001100 | 100100 | 10000011 | 0 | 1010010 | 100100 | 10100 | 101000110 | 1000110 | 101111 |
Color Harmonies of #CC2483
Complementary color
Monochromatic Colors of #CC2483
Black with #CC2483
Text Example
Text Example
White with #CC2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2483; }
p { color: rgb(204,36,131); }
H1.HeaderClassName
{
color: #CC2483;
}
.AnyTagClassName
{
color: #CC2483;
}
</style>
background-color css
<style>
a { background-color: #CC2483; }
a { background-color: rgb(204,36,131); }
div.DivClassName
{
background-color: #CC2483;
}
.BgClassName
{
background-color: #CC2483;
}
</style>
border-color css
<style>
span { border-color: #CC2483; }
span { border-color: rgb(204,36,131); }
td.TdClassName
{
border-color: #CC2483;
}
.TagClassName
{
border-color: #CC2483;
}
</style>