Shades of Razzmatazz #C8015D
Tints of Razzmatazz #C8015D
RGB
CMYK
RGB Variations
Color information
#C8015D (or 0xC8015D) is known color: Razzmatazz. HEX triplet: C8, 01 and 5D. RGB value is (200,1,93). Sum of RGB (Red+Green+Blue) = 200+1+93=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8015D is #37FEA2. Grayscale: #464646. Windows color (decimal): -3669667 or 6095304. OLE color: 6095304.
HSL color Cylindrical-coordinate representation of color #C8015D: hue angle of 332.26º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8015D is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.22 |
| HSL | 332.26º | 0.99% | 0.39% | - |
| HSV(B) | 332.26º | 1% | 0.78% | - |
| XYZ | 25.81 | 13.09 | 11.52 | - |
| YUV | 70.99 | 140.43 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 93 | 0 | 1.00 | 0.54 | 0.22 | 332.26 | 0.99 | 0.39 |
| Hex | C8 | 1 | 5D | 0 | 64 | 36 | 16 | 14C | 63 | 27 |
| Octal | 310 | 1 | 135 | 0 | 144 | 66 | 26 | 514 | 143 | 47 |
| Binary | 11001000 | 1 | 1011101 | 0 | 1100100 | 110110 | 10110 | 101001100 | 1100011 | 100111 |
Color Harmonies of #C8015D
Complementary color
Monochromatic Colors of #C8015D
Black with #C8015D
Text Example
Text Example
White with #C8015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8015D; }
p { color: rgb(200,1,93); }
H1.HeaderClassName
{
color: #C8015D;
}
.AnyTagClassName
{
color: #C8015D;
}
</style>
background-color css
<style>
a { background-color: #C8015D; }
a { background-color: rgb(200,1,93); }
div.DivClassName
{
background-color: #C8015D;
}
.BgClassName
{
background-color: #C8015D;
}
</style>
border-color css
<style>
span { border-color: #C8015D; }
span { border-color: rgb(200,1,93); }
td.TdClassName
{
border-color: #C8015D;
}
.TagClassName
{
border-color: #C8015D;
}
</style>