Shades of Razzmatazz #C6005D
Tints of Razzmatazz #C6005D
RGB
CMYK
RGB Variations
Color information
#C6005D (or 0xC6005D) is known color: Razzmatazz. HEX triplet: C6, 00 and 5D. RGB value is (198,0,93). Sum of RGB (Red+Green+Blue) = 198+0+93=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C6005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6005D is #39FFA2. Grayscale: #454545. Windows color (decimal): -3800995 or 6095046. OLE color: 6095046.
HSL color Cylindrical-coordinate representation of color #C6005D: hue angle of 331.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6005D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.53 | 0.22 |
| HSL | 331.82º | 1% | 0.39% | - |
| HSV(B) | 331.82º | 1% | 0.78% | - |
| XYZ | 25.26 | 12.8 | 11.49 | - |
| YUV | 69.8 | 141.1 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 93 | 0 | 1 | 0.53 | 0.22 | 331.82 | 1 | 0.39 |
| Hex | C6 | 0 | 5D | 0 | 64 | 35 | 16 | 14C | 64 | 27 |
| Octal | 306 | 0 | 135 | 0 | 144 | 65 | 26 | 514 | 144 | 47 |
| Binary | 11000110 | 0 | 1011101 | 0 | 1100100 | 110101 | 10110 | 101001100 | 1100100 | 100111 |
Color Harmonies of #C6005D
Complementary color
Monochromatic Colors of #C6005D
Black with #C6005D
Text Example
Text Example
White with #C6005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6005D; }
p { color: rgb(198,0,93); }
H1.HeaderClassName
{
color: #C6005D;
}
.AnyTagClassName
{
color: #C6005D;
}
</style>
background-color css
<style>
a { background-color: #C6005D; }
a { background-color: rgb(198,0,93); }
div.DivClassName
{
background-color: #C6005D;
}
.BgClassName
{
background-color: #C6005D;
}
</style>
border-color css
<style>
span { border-color: #C6005D; }
span { border-color: rgb(198,0,93); }
td.TdClassName
{
border-color: #C6005D;
}
.TagClassName
{
border-color: #C6005D;
}
</style>