#CC1C59 (or 0xCC1C59) is unknown color: approx Ruby. HEX triplet: CC, 1C and 59. RGB value is (204,28,89). Sum of RGB (Red+Green+Blue) = 204+28+89=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C59 is #33E3A6. Grayscale: #575757. Windows color (decimal): -3400615 or 5840076. OLE color: 5840076.
HSL color Cylindrical-coordinate representation of color #CC1C59: hue angle of 339.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C59 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.2.
<style> p { color: #CC1C59; } p { color: rgb(204,28,89); } H1.HeaderClassName { color: #CC1C59; } .AnyTagClassName { color: #CC1C59; } </style>
<style> a { background-color: #CC1C59; } a { background-color: rgb(204,28,89); } div.DivClassName { background-color: #CC1C59; } .BgClassName { background-color: #CC1C59; } </style>
<style> span { border-color: #CC1C59; } span { border-color: rgb(204,28,89); } td.TdClassName { border-color: #CC1C59; } .TagClassName { border-color: #CC1C59; } </style>