Shades of Razzmatazz #C6015B
Tints of Razzmatazz #C6015B
RGB
CMYK
RGB Variations
Color information
#C6015B (or 0xC6015B) is known color: Razzmatazz. HEX triplet: C6, 01 and 5B. RGB value is (198,1,91). Sum of RGB (Red+Green+Blue) = 198+1+91=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6015B is #39FEA4. Grayscale: #464646. Windows color (decimal): -3800741 or 5964230. OLE color: 5964230.
HSL color Cylindrical-coordinate representation of color #C6015B: hue angle of 332.59º 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 #C6015B is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.22 |
| HSL | 332.59º | 0.99% | 0.39% | - |
| HSV(B) | 332.59º | 0.99% | 0.78% | - |
| XYZ | 25.19 | 12.78 | 11.04 | - |
| YUV | 70.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 91 | 0 | 0.99 | 0.54 | 0.22 | 332.59 | 0.99 | 0.39 |
| Hex | C6 | 1 | 5B | 0 | 63 | 36 | 16 | 14D | 63 | 27 |
| Octal | 306 | 1 | 133 | 0 | 143 | 66 | 26 | 515 | 143 | 47 |
| Binary | 11000110 | 1 | 1011011 | 0 | 1100011 | 110110 | 10110 | 101001101 | 1100011 | 100111 |
Color Harmonies of #C6015B
Complementary color
Monochromatic Colors of #C6015B
Black with #C6015B
Text Example
Text Example
White with #C6015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6015B; }
p { color: rgb(198,1,91); }
H1.HeaderClassName
{
color: #C6015B;
}
.AnyTagClassName
{
color: #C6015B;
}
</style>
background-color css
<style>
a { background-color: #C6015B; }
a { background-color: rgb(198,1,91); }
div.DivClassName
{
background-color: #C6015B;
}
.BgClassName
{
background-color: #C6015B;
}
</style>
border-color css
<style>
span { border-color: #C6015B; }
span { border-color: rgb(198,1,91); }
td.TdClassName
{
border-color: #C6015B;
}
.TagClassName
{
border-color: #C6015B;
}
</style>