Shades of Medium Violet Red #CC1397
Tints of Medium Violet Red #CC1397
RGB
CMYK
RGB Variations
Color information
#CC1397 (or 0xCC1397) is known color: Medium Violet Red. HEX triplet: CC, 13 and 97. RGB value is (204,19,151). Sum of RGB (Red+Green+Blue) = 204+19+151=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1397 is #33EC68. Grayscale: #595959. Windows color (decimal): -3402857 or 9901004. OLE color: 9901004.
HSL color Cylindrical-coordinate representation of color #CC1397: hue angle of 317.19º 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 #CC1397 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.2 |
| HSL | 317.19º | 0.83% | 0.44% | - |
| HSV(B) | 317.19º | 0.91% | 0.8% | - |
| XYZ | 30.72 | 15.54 | 30.66 | - |
| YUV | 89.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 151 | 0 | 0.91 | 0.26 | 0.2 | 317.19 | 0.83 | 0.44 |
| Hex | CC | 13 | 97 | 0 | 5B | 1A | 14 | 13D | 53 | 2C |
| Octal | 314 | 23 | 227 | 0 | 133 | 32 | 24 | 475 | 123 | 54 |
| Binary | 11001100 | 10011 | 10010111 | 0 | 1011011 | 11010 | 10100 | 100111101 | 1010011 | 101100 |
Color Harmonies of #CC1397
Complementary color
Monochromatic Colors of #CC1397
Black with #CC1397
Text Example
Text Example
White with #CC1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1397; }
p { color: rgb(204,19,151); }
H1.HeaderClassName
{
color: #CC1397;
}
.AnyTagClassName
{
color: #CC1397;
}
</style>
background-color css
<style>
a { background-color: #CC1397; }
a { background-color: rgb(204,19,151); }
div.DivClassName
{
background-color: #CC1397;
}
.BgClassName
{
background-color: #CC1397;
}
</style>
border-color css
<style>
span { border-color: #CC1397; }
span { border-color: rgb(204,19,151); }
td.TdClassName
{
border-color: #CC1397;
}
.TagClassName
{
border-color: #CC1397;
}
</style>