Shades of Razzmatazz #C60355
Tints of Razzmatazz #C60355
RGB
CMYK
RGB Variations
Color information
#C60355 (or 0xC60355) is known color: Razzmatazz. HEX triplet: C6, 03 and 55. RGB value is (198,3,85). Sum of RGB (Red+Green+Blue) = 198+3+85=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C60355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60355 is #39FCAA. Grayscale: #464646. Windows color (decimal): -3800235 or 5571526. OLE color: 5571526.
HSL color Cylindrical-coordinate representation of color #C60355: hue angle of 334.77º 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 #C60355 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.22 |
| HSL | 334.77º | 0.97% | 0.39% | - |
| HSV(B) | 334.77º | 0.98% | 0.78% | - |
| XYZ | 24.96 | 12.73 | 9.74 | - |
| YUV | 70.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 85 | 0 | 0.98 | 0.57 | 0.22 | 334.77 | 0.97 | 0.39 |
| Hex | C6 | 3 | 55 | 0 | 62 | 39 | 16 | 14F | 61 | 27 |
| Octal | 306 | 3 | 125 | 0 | 142 | 71 | 26 | 517 | 141 | 47 |
| Binary | 11000110 | 11 | 1010101 | 0 | 1100010 | 111001 | 10110 | 101001111 | 1100001 | 100111 |
Color Harmonies of #C60355
Complementary color
Monochromatic Colors of #C60355
Black with #C60355
Text Example
Text Example
White with #C60355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60355; }
p { color: rgb(198,3,85); }
H1.HeaderClassName
{
color: #C60355;
}
.AnyTagClassName
{
color: #C60355;
}
</style>
background-color css
<style>
a { background-color: #C60355; }
a { background-color: rgb(198,3,85); }
div.DivClassName
{
background-color: #C60355;
}
.BgClassName
{
background-color: #C60355;
}
</style>
border-color css
<style>
span { border-color: #C60355; }
span { border-color: rgb(198,3,85); }
td.TdClassName
{
border-color: #C60355;
}
.TagClassName
{
border-color: #C60355;
}
</style>