Shades of Razzmatazz #C8005C
Tints of Razzmatazz #C8005C
RGB
CMYK
RGB Variations
Color information
#C8005C (or 0xC8005C) is known color: Razzmatazz. HEX triplet: C8, 00 and 5C. RGB value is (200,0,92). Sum of RGB (Red+Green+Blue) = 200+0+92=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C8005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8005C is #37FFA3. Grayscale: #464646. Windows color (decimal): -3669924 or 6029512. OLE color: 6029512.
HSL color Cylindrical-coordinate representation of color #C8005C: hue angle of 332.4º 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 #C8005C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.54 | 0.22 |
| HSL | 332.4º | 1% | 0.39% | - |
| HSV(B) | 332.4º | 1% | 0.78% | - |
| XYZ | 25.75 | 13.05 | 11.29 | - |
| YUV | 70.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 92 | 0 | 1 | 0.54 | 0.22 | 332.4 | 1 | 0.39 |
| Hex | C8 | 0 | 5C | 0 | 64 | 36 | 16 | 14C | 64 | 27 |
| Octal | 310 | 0 | 134 | 0 | 144 | 66 | 26 | 514 | 144 | 47 |
| Binary | 11001000 | 0 | 1011100 | 0 | 1100100 | 110110 | 10110 | 101001100 | 1100100 | 100111 |
Color Harmonies of #C8005C
Complementary color
Monochromatic Colors of #C8005C
Black with #C8005C
Text Example
Text Example
White with #C8005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8005C; }
p { color: rgb(200,0,92); }
H1.HeaderClassName
{
color: #C8005C;
}
.AnyTagClassName
{
color: #C8005C;
}
</style>
background-color css
<style>
a { background-color: #C8005C; }
a { background-color: rgb(200,0,92); }
div.DivClassName
{
background-color: #C8005C;
}
.BgClassName
{
background-color: #C8005C;
}
</style>
border-color css
<style>
span { border-color: #C8005C; }
span { border-color: rgb(200,0,92); }
td.TdClassName
{
border-color: #C8005C;
}
.TagClassName
{
border-color: #C8005C;
}
</style>