Shades of Razzmatazz #C60357
Tints of Razzmatazz #C60357
RGB
CMYK
RGB Variations
Color information
#C60357 (or 0xC60357) is known color: Razzmatazz. HEX triplet: C6, 03 and 57. RGB value is (198,3,87). Sum of RGB (Red+Green+Blue) = 198+3+87=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C60357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60357 is #39FCA8. Grayscale: #464646. Windows color (decimal): -3800233 or 5702598. OLE color: 5702598.
HSL color Cylindrical-coordinate representation of color #C60357: hue angle of 334.15º 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 #C60357 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.22 |
| HSL | 334.15º | 0.97% | 0.39% | - |
| HSV(B) | 334.15º | 0.98% | 0.78% | - |
| XYZ | 25.04 | 12.76 | 10.16 | - |
| YUV | 70.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 87 | 0 | 0.98 | 0.56 | 0.22 | 334.15 | 0.97 | 0.39 |
| Hex | C6 | 3 | 57 | 0 | 62 | 38 | 16 | 14E | 61 | 27 |
| Octal | 306 | 3 | 127 | 0 | 142 | 70 | 26 | 516 | 141 | 47 |
| Binary | 11000110 | 11 | 1010111 | 0 | 1100010 | 111000 | 10110 | 101001110 | 1100001 | 100111 |
Color Harmonies of #C60357
Complementary color
Monochromatic Colors of #C60357
Black with #C60357
Text Example
Text Example
White with #C60357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60357; }
p { color: rgb(198,3,87); }
H1.HeaderClassName
{
color: #C60357;
}
.AnyTagClassName
{
color: #C60357;
}
</style>
background-color css
<style>
a { background-color: #C60357; }
a { background-color: rgb(198,3,87); }
div.DivClassName
{
background-color: #C60357;
}
.BgClassName
{
background-color: #C60357;
}
</style>
border-color css
<style>
span { border-color: #C60357; }
span { border-color: rgb(198,3,87); }
td.TdClassName
{
border-color: #C60357;
}
.TagClassName
{
border-color: #C60357;
}
</style>