Shades of Medium Violet Red #CC1283
Tints of Medium Violet Red #CC1283
RGB
CMYK
RGB Variations
Color information
#CC1283 (or 0xCC1283) is known color: Medium Violet Red. HEX triplet: CC, 12 and 83. RGB value is (204,18,131). Sum of RGB (Red+Green+Blue) = 204+18+131=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1283 is #33ED7C. Grayscale: #565656. Windows color (decimal): -3403133 or 8590028. OLE color: 8590028.
HSL color Cylindrical-coordinate representation of color #CC1283: hue angle of 323.55º degrees, saturation: 0.84, 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 #CC1283 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 131 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.2 |
| HSL | 323.55º | 0.84% | 0.44% | - |
| HSV(B) | 323.55º | 0.91% | 0.8% | - |
| XYZ | 29.21 | 14.91 | 22.81 | - |
| YUV | 86.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 131 | 0 | 0.91 | 0.36 | 0.2 | 323.55 | 0.84 | 0.44 |
| Hex | CC | 12 | 83 | 0 | 5B | 24 | 14 | 144 | 54 | 2C |
| Octal | 314 | 22 | 203 | 0 | 133 | 44 | 24 | 504 | 124 | 54 |
| Binary | 11001100 | 10010 | 10000011 | 0 | 1011011 | 100100 | 10100 | 101000100 | 1010100 | 101100 |
Color Harmonies of #CC1283
Complementary color
Monochromatic Colors of #CC1283
Black with #CC1283
Text Example
Text Example
White with #CC1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1283; }
p { color: rgb(204,18,131); }
H1.HeaderClassName
{
color: #CC1283;
}
.AnyTagClassName
{
color: #CC1283;
}
</style>
background-color css
<style>
a { background-color: #CC1283; }
a { background-color: rgb(204,18,131); }
div.DivClassName
{
background-color: #CC1283;
}
.BgClassName
{
background-color: #CC1283;
}
</style>
border-color css
<style>
span { border-color: #CC1283; }
span { border-color: rgb(204,18,131); }
td.TdClassName
{
border-color: #CC1283;
}
.TagClassName
{
border-color: #CC1283;
}
</style>