Shades of Medium Violet Red #CC1392
Tints of Medium Violet Red #CC1392
RGB
CMYK
RGB Variations
Color information
#CC1392 (or 0xCC1392) is known color: Medium Violet Red. HEX triplet: CC, 13 and 92. RGB value is (204,19,146). Sum of RGB (Red+Green+Blue) = 204+19+146=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1392 is #33EC6D. Grayscale: #585858. Windows color (decimal): -3402862 or 9573324. OLE color: 9573324.
HSL color Cylindrical-coordinate representation of color #CC1392: hue angle of 318.81º 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 #CC1392 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 146 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.2 |
| HSL | 318.81º | 0.83% | 0.44% | - |
| HSV(B) | 318.81º | 0.91% | 0.8% | - |
| XYZ | 30.32 | 15.38 | 28.56 | - |
| YUV | 88.79 | 160.29 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 146 | 0 | 0.91 | 0.28 | 0.2 | 318.81 | 0.83 | 0.44 |
| Hex | CC | 13 | 92 | 0 | 5B | 1C | 14 | 13F | 53 | 2C |
| Octal | 314 | 23 | 222 | 0 | 133 | 34 | 24 | 477 | 123 | 54 |
| Binary | 11001100 | 10011 | 10010010 | 0 | 1011011 | 11100 | 10100 | 100111111 | 1010011 | 101100 |
Color Harmonies of #CC1392
Complementary color
Monochromatic Colors of #CC1392
Black with #CC1392
Text Example
Text Example
White with #CC1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1392; }
p { color: rgb(204,19,146); }
H1.HeaderClassName
{
color: #CC1392;
}
.AnyTagClassName
{
color: #CC1392;
}
</style>
background-color css
<style>
a { background-color: #CC1392; }
a { background-color: rgb(204,19,146); }
div.DivClassName
{
background-color: #CC1392;
}
.BgClassName
{
background-color: #CC1392;
}
</style>
border-color css
<style>
span { border-color: #CC1392; }
span { border-color: rgb(204,19,146); }
td.TdClassName
{
border-color: #CC1392;
}
.TagClassName
{
border-color: #CC1392;
}
</style>