Shades of Razzmatazz #C80355
Tints of Razzmatazz #C80355
RGB
CMYK
RGB Variations
Color information
#C80355 (or 0xC80355) is known color: Razzmatazz. HEX triplet: C8, 03 and 55. RGB value is (200,3,85). Sum of RGB (Red+Green+Blue) = 200+3+85=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C80355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80355 is #37FCAA. Grayscale: #474747. Windows color (decimal): -3669163 or 5571528. OLE color: 5571528.
HSL color Cylindrical-coordinate representation of color #C80355: hue angle of 335.03º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80355 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.22 |
| HSL | 335.03º | 0.97% | 0.4% | - |
| HSV(B) | 335.03º | 0.99% | 0.78% | - |
| XYZ | 25.49 | 13 | 9.76 | - |
| YUV | 71.25 | 135.77 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 85 | 0 | 0.98 | 0.58 | 0.22 | 335.03 | 0.97 | 0.4 |
| Hex | C8 | 3 | 55 | 0 | 62 | 3A | 16 | 14F | 61 | 28 |
| Octal | 310 | 3 | 125 | 0 | 142 | 72 | 26 | 517 | 141 | 50 |
| Binary | 11001000 | 11 | 1010101 | 0 | 1100010 | 111010 | 10110 | 101001111 | 1100001 | 101000 |
Color Harmonies of #C80355
Complementary color
Monochromatic Colors of #C80355
Black with #C80355
Text Example
Text Example
White with #C80355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80355; }
p { color: rgb(200,3,85); }
H1.HeaderClassName
{
color: #C80355;
}
.AnyTagClassName
{
color: #C80355;
}
</style>
background-color css
<style>
a { background-color: #C80355; }
a { background-color: rgb(200,3,85); }
div.DivClassName
{
background-color: #C80355;
}
.BgClassName
{
background-color: #C80355;
}
</style>
border-color css
<style>
span { border-color: #C80355; }
span { border-color: rgb(200,3,85); }
td.TdClassName
{
border-color: #C80355;
}
.TagClassName
{
border-color: #C80355;
}
</style>