Shades of Razzmatazz #CC0550
Tints of Razzmatazz #CC0550
RGB
CMYK
RGB Variations
Color information
#CC0550 (or 0xCC0550) is known color: Razzmatazz. HEX triplet: CC, 05 and 50. RGB value is (204,5,80). Sum of RGB (Red+Green+Blue) = 204+5+80=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0550 is #33FAAF. Grayscale: #484848. Windows color (decimal): -3406512 or 5244364. OLE color: 5244364.
HSL color Cylindrical-coordinate representation of color #CC0550: hue angle of 337.39º 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 #CC0550 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.2 |
| HSL | 337.39º | 0.95% | 0.41% | - |
| HSV(B) | 337.39º | 0.98% | 0.8% | - |
| XYZ | 26.4 | 13.53 | 8.81 | - |
| YUV | 73.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 80 | 0 | 0.98 | 0.61 | 0.2 | 337.39 | 0.95 | 0.41 |
| Hex | CC | 5 | 50 | 0 | 62 | 3D | 14 | 151 | 5F | 29 |
| Octal | 314 | 5 | 120 | 0 | 142 | 75 | 24 | 521 | 137 | 51 |
| Binary | 11001100 | 101 | 1010000 | 0 | 1100010 | 111101 | 10100 | 101010001 | 1011111 | 101001 |
Color Harmonies of #CC0550
Complementary color
Monochromatic Colors of #CC0550
Black with #CC0550
Text Example
Text Example
White with #CC0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0550; }
p { color: rgb(204,5,80); }
H1.HeaderClassName
{
color: #CC0550;
}
.AnyTagClassName
{
color: #CC0550;
}
</style>
background-color css
<style>
a { background-color: #CC0550; }
a { background-color: rgb(204,5,80); }
div.DivClassName
{
background-color: #CC0550;
}
.BgClassName
{
background-color: #CC0550;
}
</style>
border-color css
<style>
span { border-color: #CC0550; }
span { border-color: rgb(204,5,80); }
td.TdClassName
{
border-color: #CC0550;
}
.TagClassName
{
border-color: #CC0550;
}
</style>