Shades of Medium Violet Red #CC1394
Tints of Medium Violet Red #CC1394
RGB
CMYK
RGB Variations
Color information
#CC1394 (or 0xCC1394) is known color: Medium Violet Red. HEX triplet: CC, 13 and 94. RGB value is (204,19,148). Sum of RGB (Red+Green+Blue) = 204+19+148=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1394 is #33EC6B. Grayscale: #585858. Windows color (decimal): -3402860 or 9704396. OLE color: 9704396.
HSL color Cylindrical-coordinate representation of color #CC1394: hue angle of 318.16º 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 #CC1394 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 148 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.2 |
| HSL | 318.16º | 0.83% | 0.44% | - |
| HSV(B) | 318.16º | 0.91% | 0.8% | - |
| XYZ | 30.48 | 15.44 | 29.39 | - |
| YUV | 89.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 148 | 0 | 0.91 | 0.27 | 0.2 | 318.16 | 0.83 | 0.44 |
| Hex | CC | 13 | 94 | 0 | 5B | 1B | 14 | 13E | 53 | 2C |
| Octal | 314 | 23 | 224 | 0 | 133 | 33 | 24 | 476 | 123 | 54 |
| Binary | 11001100 | 10011 | 10010100 | 0 | 1011011 | 11011 | 10100 | 100111110 | 1010011 | 101100 |
Color Harmonies of #CC1394
Complementary color
Monochromatic Colors of #CC1394
Black with #CC1394
Text Example
Text Example
White with #CC1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1394; }
p { color: rgb(204,19,148); }
H1.HeaderClassName
{
color: #CC1394;
}
.AnyTagClassName
{
color: #CC1394;
}
</style>
background-color css
<style>
a { background-color: #CC1394; }
a { background-color: rgb(204,19,148); }
div.DivClassName
{
background-color: #CC1394;
}
.BgClassName
{
background-color: #CC1394;
}
</style>
border-color css
<style>
span { border-color: #CC1394; }
span { border-color: rgb(204,19,148); }
td.TdClassName
{
border-color: #CC1394;
}
.TagClassName
{
border-color: #CC1394;
}
</style>