Shades of Razzmatazz #C80356
Tints of Razzmatazz #C80356
RGB
CMYK
RGB Variations
Color information
#C80356 (or 0xC80356) is known color: Razzmatazz. HEX triplet: C8, 03 and 56. RGB value is (200,3,86). Sum of RGB (Red+Green+Blue) = 200+3+86=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C80356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80356 is #37FCA9. Grayscale: #474747. Windows color (decimal): -3669162 or 5637064. OLE color: 5637064.
HSL color Cylindrical-coordinate representation of color #C80356: hue angle of 334.72º 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 #C80356 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.22 |
| HSL | 334.72º | 0.97% | 0.4% | - |
| HSV(B) | 334.72º | 0.99% | 0.78% | - |
| XYZ | 25.53 | 13.02 | 9.97 | - |
| YUV | 71.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 86 | 0 | 0.98 | 0.57 | 0.22 | 334.72 | 0.97 | 0.4 |
| Hex | C8 | 3 | 56 | 0 | 62 | 39 | 16 | 14F | 61 | 28 |
| Octal | 310 | 3 | 126 | 0 | 142 | 71 | 26 | 517 | 141 | 50 |
| Binary | 11001000 | 11 | 1010110 | 0 | 1100010 | 111001 | 10110 | 101001111 | 1100001 | 101000 |
Color Harmonies of #C80356
Complementary color
Monochromatic Colors of #C80356
Black with #C80356
Text Example
Text Example
White with #C80356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80356; }
p { color: rgb(200,3,86); }
H1.HeaderClassName
{
color: #C80356;
}
.AnyTagClassName
{
color: #C80356;
}
</style>
background-color css
<style>
a { background-color: #C80356; }
a { background-color: rgb(200,3,86); }
div.DivClassName
{
background-color: #C80356;
}
.BgClassName
{
background-color: #C80356;
}
</style>
border-color css
<style>
span { border-color: #C80356; }
span { border-color: rgb(200,3,86); }
td.TdClassName
{
border-color: #C80356;
}
.TagClassName
{
border-color: #C80356;
}
</style>