Shades of Medium Violet Red #CC1482
Tints of Medium Violet Red #CC1482
RGB
CMYK
RGB Variations
Color information
#CC1482 (or 0xCC1482) is known color: Medium Violet Red. HEX triplet: CC, 14 and 82. RGB value is (204,20,130). Sum of RGB (Red+Green+Blue) = 204+20+130=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1482 is #33EB7D. Grayscale: #575757. Windows color (decimal): -3402622 or 8525004. OLE color: 8525004.
HSL color Cylindrical-coordinate representation of color #CC1482: hue angle of 324.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1482 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 130 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.2 |
| HSL | 324.13º | 0.82% | 0.44% | - |
| HSV(B) | 324.13º | 0.9% | 0.8% | - |
| XYZ | 29.18 | 14.95 | 22.47 | - |
| YUV | 87.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 130 | 0 | 0.90 | 0.36 | 0.2 | 324.13 | 0.82 | 0.44 |
| Hex | CC | 14 | 82 | 0 | 5A | 24 | 14 | 144 | 52 | 2C |
| Octal | 314 | 24 | 202 | 0 | 132 | 44 | 24 | 504 | 122 | 54 |
| Binary | 11001100 | 10100 | 10000010 | 0 | 1011010 | 100100 | 10100 | 101000100 | 1010010 | 101100 |
Color Harmonies of #CC1482
Complementary color
Monochromatic Colors of #CC1482
Black with #CC1482
Text Example
Text Example
White with #CC1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1482; }
p { color: rgb(204,20,130); }
H1.HeaderClassName
{
color: #CC1482;
}
.AnyTagClassName
{
color: #CC1482;
}
</style>
background-color css
<style>
a { background-color: #CC1482; }
a { background-color: rgb(204,20,130); }
div.DivClassName
{
background-color: #CC1482;
}
.BgClassName
{
background-color: #CC1482;
}
</style>
border-color css
<style>
span { border-color: #CC1482; }
span { border-color: rgb(204,20,130); }
td.TdClassName
{
border-color: #CC1482;
}
.TagClassName
{
border-color: #CC1482;
}
</style>