Shades of Medium Violet Red #CC1293
Tints of Medium Violet Red #CC1293
RGB
CMYK
RGB Variations
Color information
#CC1293 (or 0xCC1293) is known color: Medium Violet Red. HEX triplet: CC, 12 and 93. RGB value is (204,18,147). Sum of RGB (Red+Green+Blue) = 204+18+147=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1293 is #33ED6C. Grayscale: #575757. Windows color (decimal): -3403117 or 9638604. OLE color: 9638604.
HSL color Cylindrical-coordinate representation of color #CC1293: hue angle of 318.39º 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 #CC1293 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 147 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.2 |
| HSL | 318.39º | 0.84% | 0.44% | - |
| HSV(B) | 318.39º | 0.91% | 0.8% | - |
| XYZ | 30.38 | 15.38 | 28.97 | - |
| YUV | 88.32 | 161.12 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 147 | 0 | 0.91 | 0.28 | 0.2 | 318.39 | 0.84 | 0.44 |
| Hex | CC | 12 | 93 | 0 | 5B | 1C | 14 | 13E | 54 | 2C |
| Octal | 314 | 22 | 223 | 0 | 133 | 34 | 24 | 476 | 124 | 54 |
| Binary | 11001100 | 10010 | 10010011 | 0 | 1011011 | 11100 | 10100 | 100111110 | 1010100 | 101100 |
Color Harmonies of #CC1293
Complementary color
Monochromatic Colors of #CC1293
Black with #CC1293
Text Example
Text Example
White with #CC1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1293; }
p { color: rgb(204,18,147); }
H1.HeaderClassName
{
color: #CC1293;
}
.AnyTagClassName
{
color: #CC1293;
}
</style>
background-color css
<style>
a { background-color: #CC1293; }
a { background-color: rgb(204,18,147); }
div.DivClassName
{
background-color: #CC1293;
}
.BgClassName
{
background-color: #CC1293;
}
</style>
border-color css
<style>
span { border-color: #CC1293; }
span { border-color: rgb(204,18,147); }
td.TdClassName
{
border-color: #CC1293;
}
.TagClassName
{
border-color: #CC1293;
}
</style>