Shades of Razzmatazz #C70353
Tints of Razzmatazz #C70353
RGB
CMYK
RGB Variations
Color information
#C70353 (or 0xC70353) is known color: Razzmatazz. HEX triplet: C7, 03 and 53. RGB value is (199,3,83). Sum of RGB (Red+Green+Blue) = 199+3+83=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C70353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70353 is #38FCAC. Grayscale: #464646. Windows color (decimal): -3734701 or 5440455. OLE color: 5440455.
HSL color Cylindrical-coordinate representation of color #C70353: hue angle of 335.51º degrees, saturation: 0.97, 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 #C70353 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.22 |
| HSL | 335.51º | 0.97% | 0.4% | - |
| HSV(B) | 335.51º | 0.98% | 0.78% | - |
| XYZ | 25.15 | 12.83 | 9.33 | - |
| YUV | 70.72 | 134.93 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 83 | 0 | 0.98 | 0.58 | 0.22 | 335.51 | 0.97 | 0.4 |
| Hex | C7 | 3 | 53 | 0 | 62 | 3A | 16 | 150 | 61 | 28 |
| Octal | 307 | 3 | 123 | 0 | 142 | 72 | 26 | 520 | 141 | 50 |
| Binary | 11000111 | 11 | 1010011 | 0 | 1100010 | 111010 | 10110 | 101010000 | 1100001 | 101000 |
Color Harmonies of #C70353
Complementary color
Monochromatic Colors of #C70353
Black with #C70353
Text Example
Text Example
White with #C70353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70353; }
p { color: rgb(199,3,83); }
H1.HeaderClassName
{
color: #C70353;
}
.AnyTagClassName
{
color: #C70353;
}
</style>
background-color css
<style>
a { background-color: #C70353; }
a { background-color: rgb(199,3,83); }
div.DivClassName
{
background-color: #C70353;
}
.BgClassName
{
background-color: #C70353;
}
</style>
border-color css
<style>
span { border-color: #C70353; }
span { border-color: rgb(199,3,83); }
td.TdClassName
{
border-color: #C70353;
}
.TagClassName
{
border-color: #C70353;
}
</style>