#CC1B5F (or 0xCC1B5F) is unknown color: approx Ruby. HEX triplet: CC, 1B and 5F. RGB value is (204,27,95). Sum of RGB (Red+Green+Blue) = 204+27+95=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B5F is #33E4A0. Grayscale: #575757. Windows color (decimal): -3400865 or 6233036. OLE color: 6233036.
HSL color Cylindrical-coordinate representation of color #CC1B5F: hue angle of 336.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B5F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.2.
<style> p { color: #CC1B5F; } p { color: rgb(204,27,95); } H1.HeaderClassName { color: #CC1B5F; } .AnyTagClassName { color: #CC1B5F; } </style>
<style> a { background-color: #CC1B5F; } a { background-color: rgb(204,27,95); } div.DivClassName { background-color: #CC1B5F; } .BgClassName { background-color: #CC1B5F; } </style>
<style> span { border-color: #CC1B5F; } span { border-color: rgb(204,27,95); } td.TdClassName { border-color: #CC1B5F; } .TagClassName { border-color: #CC1B5F; } </style>