Shades of Razzmatazz #C60354
Tints of Razzmatazz #C60354
RGB
CMYK
RGB Variations
Color information
#C60354 (or 0xC60354) is known color: Razzmatazz. HEX triplet: C6, 03 and 54. RGB value is (198,3,84). Sum of RGB (Red+Green+Blue) = 198+3+84=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C60354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60354 is #39FCAB. Grayscale: #464646. Windows color (decimal): -3800236 or 5505990. OLE color: 5505990.
HSL color Cylindrical-coordinate representation of color #C60354: hue angle of 335.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60354 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.22 |
| HSL | 335.08º | 0.97% | 0.39% | - |
| HSV(B) | 335.08º | 0.98% | 0.78% | - |
| XYZ | 24.92 | 12.71 | 9.53 | - |
| YUV | 70.54 | 135.6 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 84 | 0 | 0.98 | 0.58 | 0.22 | 335.08 | 0.97 | 0.39 |
| Hex | C6 | 3 | 54 | 0 | 62 | 3A | 16 | 14F | 61 | 27 |
| Octal | 306 | 3 | 124 | 0 | 142 | 72 | 26 | 517 | 141 | 47 |
| Binary | 11000110 | 11 | 1010100 | 0 | 1100010 | 111010 | 10110 | 101001111 | 1100001 | 100111 |
Color Harmonies of #C60354
Complementary color
Monochromatic Colors of #C60354
Black with #C60354
Text Example
Text Example
White with #C60354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60354; }
p { color: rgb(198,3,84); }
H1.HeaderClassName
{
color: #C60354;
}
.AnyTagClassName
{
color: #C60354;
}
</style>
background-color css
<style>
a { background-color: #C60354; }
a { background-color: rgb(198,3,84); }
div.DivClassName
{
background-color: #C60354;
}
.BgClassName
{
background-color: #C60354;
}
</style>
border-color css
<style>
span { border-color: #C60354; }
span { border-color: rgb(198,3,84); }
td.TdClassName
{
border-color: #C60354;
}
.TagClassName
{
border-color: #C60354;
}
</style>