Shades of Razzmatazz #C60158
Tints of Razzmatazz #C60158
RGB
CMYK
RGB Variations
Color information
#C60158 (or 0xC60158) is known color: Razzmatazz. HEX triplet: C6, 01 and 58. RGB value is (198,1,88). Sum of RGB (Red+Green+Blue) = 198+1+88=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60158 is #39FEA7. Grayscale: #454545. Windows color (decimal): -3800744 or 5767622. OLE color: 5767622.
HSL color Cylindrical-coordinate representation of color #C60158: hue angle of 333.5º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60158 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.22 |
| HSL | 333.5º | 0.99% | 0.39% | - |
| HSV(B) | 333.5º | 0.99% | 0.78% | - |
| XYZ | 25.06 | 12.73 | 10.37 | - |
| YUV | 69.82 | 138.27 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 88 | 0 | 0.99 | 0.56 | 0.22 | 333.5 | 0.99 | 0.39 |
| Hex | C6 | 1 | 58 | 0 | 63 | 38 | 16 | 14E | 63 | 27 |
| Octal | 306 | 1 | 130 | 0 | 143 | 70 | 26 | 516 | 143 | 47 |
| Binary | 11000110 | 1 | 1011000 | 0 | 1100011 | 111000 | 10110 | 101001110 | 1100011 | 100111 |
Color Harmonies of #C60158
Complementary color
Monochromatic Colors of #C60158
Black with #C60158
Text Example
Text Example
White with #C60158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60158; }
p { color: rgb(198,1,88); }
H1.HeaderClassName
{
color: #C60158;
}
.AnyTagClassName
{
color: #C60158;
}
</style>
background-color css
<style>
a { background-color: #C60158; }
a { background-color: rgb(198,1,88); }
div.DivClassName
{
background-color: #C60158;
}
.BgClassName
{
background-color: #C60158;
}
</style>
border-color css
<style>
span { border-color: #C60158; }
span { border-color: rgb(198,1,88); }
td.TdClassName
{
border-color: #C60158;
}
.TagClassName
{
border-color: #C60158;
}
</style>