Shades of Medium Violet Red #CC1872
Tints of Medium Violet Red #CC1872
RGB
CMYK
RGB Variations
Color information
#CC1872 (or 0xCC1872) is known color: Medium Violet Red. HEX triplet: CC, 18 and 72. RGB value is (204,24,114). Sum of RGB (Red+Green+Blue) = 204+24+114=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1872 is #33E78D. Grayscale: #575757. Windows color (decimal): -3401614 or 7477452. OLE color: 7477452.
HSL color Cylindrical-coordinate representation of color #CC1872: hue angle of 330º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1872 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 114 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.2 |
| HSL | 330º | 0.79% | 0.45% | - |
| HSV(B) | 330º | 0.88% | 0.8% | - |
| XYZ | 28.27 | 14.71 | 17.27 | - |
| YUV | 88.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 114 | 0 | 0.88 | 0.44 | 0.2 | 330 | 0.79 | 0.45 |
| Hex | CC | 18 | 72 | 0 | 58 | 2C | 14 | 14A | 4F | 2D |
| Octal | 314 | 30 | 162 | 0 | 130 | 54 | 24 | 512 | 117 | 55 |
| Binary | 11001100 | 11000 | 1110010 | 0 | 1011000 | 101100 | 10100 | 101001010 | 1001111 | 101101 |
Color Harmonies of #CC1872
Complementary color
Monochromatic Colors of #CC1872
Black with #CC1872
Text Example
Text Example
White with #CC1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1872; }
p { color: rgb(204,24,114); }
H1.HeaderClassName
{
color: #CC1872;
}
.AnyTagClassName
{
color: #CC1872;
}
</style>
background-color css
<style>
a { background-color: #CC1872; }
a { background-color: rgb(204,24,114); }
div.DivClassName
{
background-color: #CC1872;
}
.BgClassName
{
background-color: #CC1872;
}
</style>
border-color css
<style>
span { border-color: #CC1872; }
span { border-color: rgb(204,24,114); }
td.TdClassName
{
border-color: #CC1872;
}
.TagClassName
{
border-color: #CC1872;
}
</style>