Shades of Medium Violet Red #CC1F82
Tints of Medium Violet Red #CC1F82
RGB
CMYK
RGB Variations
Color information
#CC1F82 (or 0xCC1F82) is known color: Medium Violet Red. HEX triplet: CC, 1F and 82. RGB value is (204,31,130). Sum of RGB (Red+Green+Blue) = 204+31+130=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1F82 is #33E07D. Grayscale: #5D5D5D. Windows color (decimal): -3399806 or 8527820. OLE color: 8527820.
HSL color Cylindrical-coordinate representation of color #CC1F82: hue angle of 325.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F82 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 130 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.2 |
| HSL | 325.66º | 0.74% | 0.46% | - |
| HSV(B) | 325.66º | 0.85% | 0.8% | - |
| XYZ | 29.42 | 15.43 | 22.55 | - |
| YUV | 94.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 130 | 0 | 0.85 | 0.36 | 0.2 | 325.66 | 0.74 | 0.46 |
| Hex | CC | 1F | 82 | 0 | 55 | 24 | 14 | 146 | 4A | 2E |
| Octal | 314 | 37 | 202 | 0 | 125 | 44 | 24 | 506 | 112 | 56 |
| Binary | 11001100 | 11111 | 10000010 | 0 | 1010101 | 100100 | 10100 | 101000110 | 1001010 | 101110 |
Color Harmonies of #CC1F82
Complementary color
Monochromatic Colors of #CC1F82
Black with #CC1F82
Text Example
Text Example
White with #CC1F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F82; }
p { color: rgb(204,31,130); }
H1.HeaderClassName
{
color: #CC1F82;
}
.AnyTagClassName
{
color: #CC1F82;
}
</style>
background-color css
<style>
a { background-color: #CC1F82; }
a { background-color: rgb(204,31,130); }
div.DivClassName
{
background-color: #CC1F82;
}
.BgClassName
{
background-color: #CC1F82;
}
</style>
border-color css
<style>
span { border-color: #CC1F82; }
span { border-color: rgb(204,31,130); }
td.TdClassName
{
border-color: #CC1F82;
}
.TagClassName
{
border-color: #CC1F82;
}
</style>