Shades of Razzmatazz #C80453
Tints of Razzmatazz #C80453
RGB
CMYK
RGB Variations
Color information
#C80453 (or 0xC80453) is known color: Razzmatazz. HEX triplet: C8, 04 and 53. RGB value is (200,4,83). Sum of RGB (Red+Green+Blue) = 200+4+83=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80453 is #37FBAC. Grayscale: #474747. Windows color (decimal): -3668909 or 5440712. OLE color: 5440712.
HSL color Cylindrical-coordinate representation of color #C80453: hue angle of 335.82º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80453 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.22 |
| HSL | 335.82º | 0.96% | 0.4% | - |
| HSV(B) | 335.82º | 0.98% | 0.78% | - |
| XYZ | 25.42 | 12.99 | 9.35 | - |
| YUV | 71.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 83 | 0 | 0.98 | 0.58 | 0.22 | 335.82 | 0.96 | 0.4 |
| Hex | C8 | 4 | 53 | 0 | 62 | 3A | 16 | 150 | 60 | 28 |
| Octal | 310 | 4 | 123 | 0 | 142 | 72 | 26 | 520 | 140 | 50 |
| Binary | 11001000 | 100 | 1010011 | 0 | 1100010 | 111010 | 10110 | 101010000 | 1100000 | 101000 |
Color Harmonies of #C80453
Complementary color
Monochromatic Colors of #C80453
Black with #C80453
Text Example
Text Example
White with #C80453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80453; }
p { color: rgb(200,4,83); }
H1.HeaderClassName
{
color: #C80453;
}
.AnyTagClassName
{
color: #C80453;
}
</style>
background-color css
<style>
a { background-color: #C80453; }
a { background-color: rgb(200,4,83); }
div.DivClassName
{
background-color: #C80453;
}
.BgClassName
{
background-color: #C80453;
}
</style>
border-color css
<style>
span { border-color: #C80453; }
span { border-color: rgb(200,4,83); }
td.TdClassName
{
border-color: #C80453;
}
.TagClassName
{
border-color: #C80453;
}
</style>