Shades of Medium Violet Red #CC1395
Tints of Medium Violet Red #CC1395
RGB
CMYK
RGB Variations
Color information
#CC1395 (or 0xCC1395) is known color: Medium Violet Red. HEX triplet: CC, 13 and 95. RGB value is (204,19,149). Sum of RGB (Red+Green+Blue) = 204+19+149=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1395 is #33EC6A. Grayscale: #585858. Windows color (decimal): -3402859 or 9769932. OLE color: 9769932.
HSL color Cylindrical-coordinate representation of color #CC1395: hue angle of 317.84º 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 #CC1395 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 149 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.2 |
| HSL | 317.84º | 0.83% | 0.44% | - |
| HSV(B) | 317.84º | 0.91% | 0.8% | - |
| XYZ | 30.56 | 15.47 | 29.81 | - |
| YUV | 89.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 149 | 0 | 0.91 | 0.27 | 0.2 | 317.84 | 0.83 | 0.44 |
| Hex | CC | 13 | 95 | 0 | 5B | 1B | 14 | 13E | 53 | 2C |
| Octal | 314 | 23 | 225 | 0 | 133 | 33 | 24 | 476 | 123 | 54 |
| Binary | 11001100 | 10011 | 10010101 | 0 | 1011011 | 11011 | 10100 | 100111110 | 1010011 | 101100 |
Color Harmonies of #CC1395
Complementary color
Monochromatic Colors of #CC1395
Black with #CC1395
Text Example
Text Example
White with #CC1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1395; }
p { color: rgb(204,19,149); }
H1.HeaderClassName
{
color: #CC1395;
}
.AnyTagClassName
{
color: #CC1395;
}
</style>
background-color css
<style>
a { background-color: #CC1395; }
a { background-color: rgb(204,19,149); }
div.DivClassName
{
background-color: #CC1395;
}
.BgClassName
{
background-color: #CC1395;
}
</style>
border-color css
<style>
span { border-color: #CC1395; }
span { border-color: rgb(204,19,149); }
td.TdClassName
{
border-color: #CC1395;
}
.TagClassName
{
border-color: #CC1395;
}
</style>