Shades of Medium Violet Red #CC1083
Tints of Medium Violet Red #CC1083
RGB
CMYK
RGB Variations
Color information
#CC1083 (or 0xCC1083) is known color: Medium Violet Red. HEX triplet: CC, 10 and 83. RGB value is (204,16,131). Sum of RGB (Red+Green+Blue) = 204+16+131=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1083 is #33EF7C. Grayscale: #555555. Windows color (decimal): -3403645 or 8589516. OLE color: 8589516.
HSL color Cylindrical-coordinate representation of color #CC1083: hue angle of 323.3º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1083 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.2 |
| HSL | 323.3º | 0.85% | 0.43% | - |
| HSV(B) | 323.3º | 0.92% | 0.8% | - |
| XYZ | 29.18 | 14.85 | 22.8 | - |
| YUV | 85.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 131 | 0 | 0.92 | 0.36 | 0.2 | 323.3 | 0.85 | 0.43 |
| Hex | CC | 10 | 83 | 0 | 5C | 24 | 14 | 143 | 55 | 2B |
| Octal | 314 | 20 | 203 | 0 | 134 | 44 | 24 | 503 | 125 | 53 |
| Binary | 11001100 | 10000 | 10000011 | 0 | 1011100 | 100100 | 10100 | 101000011 | 1010101 | 101011 |
Color Harmonies of #CC1083
Complementary color
Monochromatic Colors of #CC1083
Black with #CC1083
Text Example
Text Example
White with #CC1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1083; }
p { color: rgb(204,16,131); }
H1.HeaderClassName
{
color: #CC1083;
}
.AnyTagClassName
{
color: #CC1083;
}
</style>
background-color css
<style>
a { background-color: #CC1083; }
a { background-color: rgb(204,16,131); }
div.DivClassName
{
background-color: #CC1083;
}
.BgClassName
{
background-color: #CC1083;
}
</style>
border-color css
<style>
span { border-color: #CC1083; }
span { border-color: rgb(204,16,131); }
td.TdClassName
{
border-color: #CC1083;
}
.TagClassName
{
border-color: #CC1083;
}
</style>