Shades of Medium Violet Red #CC1398
Tints of Medium Violet Red #CC1398
RGB
CMYK
RGB Variations
Color information
#CC1398 (or 0xCC1398) is known color: Medium Violet Red. HEX triplet: CC, 13 and 98. RGB value is (204,19,152). Sum of RGB (Red+Green+Blue) = 204+19+152=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1398 is #33EC67. Grayscale: #595959. Windows color (decimal): -3402856 or 9966540. OLE color: 9966540.
HSL color Cylindrical-coordinate representation of color #CC1398: hue angle of 316.86º 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 #CC1398 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 152 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.2 |
| HSL | 316.86º | 0.83% | 0.44% | - |
| HSV(B) | 316.86º | 0.91% | 0.8% | - |
| XYZ | 30.8 | 15.57 | 31.09 | - |
| YUV | 89.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 152 | 0 | 0.91 | 0.25 | 0.2 | 316.86 | 0.83 | 0.44 |
| Hex | CC | 13 | 98 | 0 | 5B | 19 | 14 | 13D | 53 | 2C |
| Octal | 314 | 23 | 230 | 0 | 133 | 31 | 24 | 475 | 123 | 54 |
| Binary | 11001100 | 10011 | 10011000 | 0 | 1011011 | 11001 | 10100 | 100111101 | 1010011 | 101100 |
Color Harmonies of #CC1398
Complementary color
Monochromatic Colors of #CC1398
Black with #CC1398
Text Example
Text Example
White with #CC1398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1398; }
p { color: rgb(204,19,152); }
H1.HeaderClassName
{
color: #CC1398;
}
.AnyTagClassName
{
color: #CC1398;
}
</style>
background-color css
<style>
a { background-color: #CC1398; }
a { background-color: rgb(204,19,152); }
div.DivClassName
{
background-color: #CC1398;
}
.BgClassName
{
background-color: #CC1398;
}
</style>
border-color css
<style>
span { border-color: #CC1398; }
span { border-color: rgb(204,19,152); }
td.TdClassName
{
border-color: #CC1398;
}
.TagClassName
{
border-color: #CC1398;
}
</style>