Shades of Medium Violet Red #CC1898
Tints of Medium Violet Red #CC1898
RGB
CMYK
RGB Variations
Color information
#CC1898 (or 0xCC1898) is known color: Medium Violet Red. HEX triplet: CC, 18 and 98. RGB value is (204,24,152). Sum of RGB (Red+Green+Blue) = 204+24+152=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1898 is #33E767. Grayscale: #5C5C5C. Windows color (decimal): -3401576 or 9967820. OLE color: 9967820.
HSL color Cylindrical-coordinate representation of color #CC1898: hue angle of 317.33º 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 #CC1898 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 152 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.2 |
| HSL | 317.33º | 0.79% | 0.45% | - |
| HSV(B) | 317.33º | 0.88% | 0.8% | - |
| XYZ | 30.9 | 15.76 | 31.12 | - |
| YUV | 92.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 152 | 0 | 0.88 | 0.25 | 0.2 | 317.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 98 | 0 | 58 | 19 | 14 | 13D | 4F | 2D |
| Octal | 314 | 30 | 230 | 0 | 130 | 31 | 24 | 475 | 117 | 55 |
| Binary | 11001100 | 11000 | 10011000 | 0 | 1011000 | 11001 | 10100 | 100111101 | 1001111 | 101101 |
Color Harmonies of #CC1898
Complementary color
Monochromatic Colors of #CC1898
Black with #CC1898
Text Example
Text Example
White with #CC1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1898; }
p { color: rgb(204,24,152); }
H1.HeaderClassName
{
color: #CC1898;
}
.AnyTagClassName
{
color: #CC1898;
}
</style>
background-color css
<style>
a { background-color: #CC1898; }
a { background-color: rgb(204,24,152); }
div.DivClassName
{
background-color: #CC1898;
}
.BgClassName
{
background-color: #CC1898;
}
</style>
border-color css
<style>
span { border-color: #CC1898; }
span { border-color: rgb(204,24,152); }
td.TdClassName
{
border-color: #CC1898;
}
.TagClassName
{
border-color: #CC1898;
}
</style>