Shades of Medium Violet Red #CC1382
Tints of Medium Violet Red #CC1382
RGB
CMYK
RGB Variations
Color information
#CC1382 (or 0xCC1382) is known color: Medium Violet Red. HEX triplet: CC, 13 and 82. RGB value is (204,19,130). Sum of RGB (Red+Green+Blue) = 204+19+130=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1382 is #33EC7D. Grayscale: #565656. Windows color (decimal): -3402878 or 8524748. OLE color: 8524748.
HSL color Cylindrical-coordinate representation of color #CC1382: hue angle of 324º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1382 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 130 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.2 |
| HSL | 324º | 0.83% | 0.44% | - |
| HSV(B) | 324º | 0.91% | 0.8% | - |
| XYZ | 29.16 | 14.91 | 22.46 | - |
| YUV | 86.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 130 | 0 | 0.91 | 0.36 | 0.2 | 324 | 0.83 | 0.44 |
| Hex | CC | 13 | 82 | 0 | 5B | 24 | 14 | 144 | 53 | 2C |
| Octal | 314 | 23 | 202 | 0 | 133 | 44 | 24 | 504 | 123 | 54 |
| Binary | 11001100 | 10011 | 10000010 | 0 | 1011011 | 100100 | 10100 | 101000100 | 1010011 | 101100 |
Color Harmonies of #CC1382
Complementary color
Monochromatic Colors of #CC1382
Black with #CC1382
Text Example
Text Example
White with #CC1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1382; }
p { color: rgb(204,19,130); }
H1.HeaderClassName
{
color: #CC1382;
}
.AnyTagClassName
{
color: #CC1382;
}
</style>
background-color css
<style>
a { background-color: #CC1382; }
a { background-color: rgb(204,19,130); }
div.DivClassName
{
background-color: #CC1382;
}
.BgClassName
{
background-color: #CC1382;
}
</style>
border-color css
<style>
span { border-color: #CC1382; }
span { border-color: rgb(204,19,130); }
td.TdClassName
{
border-color: #CC1382;
}
.TagClassName
{
border-color: #CC1382;
}
</style>