Shades of Razzmatazz #CC0553
Tints of Razzmatazz #CC0553
RGB
CMYK
RGB Variations
Color information
#CC0553 (or 0xCC0553) is known color: Razzmatazz. HEX triplet: CC, 05 and 53. RGB value is (204,5,83). Sum of RGB (Red+Green+Blue) = 204+5+83=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0553 is #33FAAC. Grayscale: #494949. Windows color (decimal): -3406509 or 5440972. OLE color: 5440972.
HSL color Cylindrical-coordinate representation of color #CC0553: hue angle of 336.48º 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 #CC0553 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.2 |
| HSL | 336.48º | 0.95% | 0.41% | - |
| HSV(B) | 336.48º | 0.98% | 0.8% | - |
| XYZ | 26.52 | 13.57 | 9.41 | - |
| YUV | 73.39 | 133.43 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 83 | 0 | 0.98 | 0.59 | 0.2 | 336.48 | 0.95 | 0.41 |
| Hex | CC | 5 | 53 | 0 | 62 | 3B | 14 | 150 | 5F | 29 |
| Octal | 314 | 5 | 123 | 0 | 142 | 73 | 24 | 520 | 137 | 51 |
| Binary | 11001100 | 101 | 1010011 | 0 | 1100010 | 111011 | 10100 | 101010000 | 1011111 | 101001 |
Color Harmonies of #CC0553
Complementary color
Monochromatic Colors of #CC0553
Black with #CC0553
Text Example
Text Example
White with #CC0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0553; }
p { color: rgb(204,5,83); }
H1.HeaderClassName
{
color: #CC0553;
}
.AnyTagClassName
{
color: #CC0553;
}
</style>
background-color css
<style>
a { background-color: #CC0553; }
a { background-color: rgb(204,5,83); }
div.DivClassName
{
background-color: #CC0553;
}
.BgClassName
{
background-color: #CC0553;
}
</style>
border-color css
<style>
span { border-color: #CC0553; }
span { border-color: rgb(204,5,83); }
td.TdClassName
{
border-color: #CC0553;
}
.TagClassName
{
border-color: #CC0553;
}
</style>