Shades of Razzmatazz #CC0557
Tints of Razzmatazz #CC0557
RGB
CMYK
RGB Variations
Color information
#CC0557 (or 0xCC0557) is known color: Razzmatazz. HEX triplet: CC, 05 and 57. RGB value is (204,5,87). Sum of RGB (Red+Green+Blue) = 204+5+87=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0557 is #33FAA8. Grayscale: #494949. Windows color (decimal): -3406505 or 5703116. OLE color: 5703116.
HSL color Cylindrical-coordinate representation of color #CC0557: hue angle of 335.28º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0557 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.2 |
| HSL | 335.28º | 0.95% | 0.41% | - |
| HSV(B) | 335.28º | 0.98% | 0.8% | - |
| XYZ | 26.68 | 13.63 | 10.24 | - |
| YUV | 73.85 | 135.43 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 87 | 0 | 0.98 | 0.57 | 0.2 | 335.28 | 0.95 | 0.41 |
| Hex | CC | 5 | 57 | 0 | 62 | 39 | 14 | 14F | 5F | 29 |
| Octal | 314 | 5 | 127 | 0 | 142 | 71 | 24 | 517 | 137 | 51 |
| Binary | 11001100 | 101 | 1010111 | 0 | 1100010 | 111001 | 10100 | 101001111 | 1011111 | 101001 |
Color Harmonies of #CC0557
Complementary color
Monochromatic Colors of #CC0557
Black with #CC0557
Text Example
Text Example
White with #CC0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0557; }
p { color: rgb(204,5,87); }
H1.HeaderClassName
{
color: #CC0557;
}
.AnyTagClassName
{
color: #CC0557;
}
</style>
background-color css
<style>
a { background-color: #CC0557; }
a { background-color: rgb(204,5,87); }
div.DivClassName
{
background-color: #CC0557;
}
.BgClassName
{
background-color: #CC0557;
}
</style>
border-color css
<style>
span { border-color: #CC0557; }
span { border-color: rgb(204,5,87); }
td.TdClassName
{
border-color: #CC0557;
}
.TagClassName
{
border-color: #CC0557;
}
</style>