Shades of Razzmatazz #C6014C
Tints of Razzmatazz #C6014C
RGB
CMYK
RGB Variations
Color information
#C6014C (or 0xC6014C) is known color: Razzmatazz. HEX triplet: C6, 01 and 4C. RGB value is (198,1,76). Sum of RGB (Red+Green+Blue) = 198+1+76=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6014C is #39FEB3. Grayscale: #444444. Windows color (decimal): -3800756 or 4981190. OLE color: 4981190.
HSL color Cylindrical-coordinate representation of color #C6014C: hue angle of 337.16º 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 #C6014C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.22 |
| HSL | 337.16º | 0.99% | 0.39% | - |
| HSV(B) | 337.16º | 0.99% | 0.78% | - |
| XYZ | 24.6 | 12.55 | 7.96 | - |
| YUV | 68.45 | 132.27 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 76 | 0 | 0.99 | 0.62 | 0.22 | 337.16 | 0.99 | 0.39 |
| Hex | C6 | 1 | 4C | 0 | 63 | 3E | 16 | 151 | 63 | 27 |
| Octal | 306 | 1 | 114 | 0 | 143 | 76 | 26 | 521 | 143 | 47 |
| Binary | 11000110 | 1 | 1001100 | 0 | 1100011 | 111110 | 10110 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C6014C
Complementary color
Monochromatic Colors of #C6014C
Black with #C6014C
Text Example
Text Example
White with #C6014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6014C; }
p { color: rgb(198,1,76); }
H1.HeaderClassName
{
color: #C6014C;
}
.AnyTagClassName
{
color: #C6014C;
}
</style>
background-color css
<style>
a { background-color: #C6014C; }
a { background-color: rgb(198,1,76); }
div.DivClassName
{
background-color: #C6014C;
}
.BgClassName
{
background-color: #C6014C;
}
</style>
border-color css
<style>
span { border-color: #C6014C; }
span { border-color: rgb(198,1,76); }
td.TdClassName
{
border-color: #C6014C;
}
.TagClassName
{
border-color: #C6014C;
}
</style>