Shades of Razzmatazz #C8014C
Tints of Razzmatazz #C8014C
RGB
CMYK
RGB Variations
Color information
#C8014C (or 0xC8014C) is known color: Razzmatazz. HEX triplet: C8, 01 and 4C. RGB value is (200,1,76). Sum of RGB (Red+Green+Blue) = 200+1+76=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8014C is #37FEB3. Grayscale: #444444. Windows color (decimal): -3669684 or 4981192. OLE color: 4981192.
HSL color Cylindrical-coordinate representation of color #C8014C: hue angle of 337.39º 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 #C8014C is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.22 |
| HSL | 337.39º | 0.99% | 0.39% | - |
| HSV(B) | 337.39º | 1% | 0.78% | - |
| XYZ | 25.13 | 12.82 | 7.99 | - |
| YUV | 69.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 76 | 0 | 1.00 | 0.62 | 0.22 | 337.39 | 0.99 | 0.39 |
| Hex | C8 | 1 | 4C | 0 | 64 | 3E | 16 | 151 | 63 | 27 |
| Octal | 310 | 1 | 114 | 0 | 144 | 76 | 26 | 521 | 143 | 47 |
| Binary | 11001000 | 1 | 1001100 | 0 | 1100100 | 111110 | 10110 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C8014C
Complementary color
Monochromatic Colors of #C8014C
Black with #C8014C
Text Example
Text Example
White with #C8014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8014C; }
p { color: rgb(200,1,76); }
H1.HeaderClassName
{
color: #C8014C;
}
.AnyTagClassName
{
color: #C8014C;
}
</style>
background-color css
<style>
a { background-color: #C8014C; }
a { background-color: rgb(200,1,76); }
div.DivClassName
{
background-color: #C8014C;
}
.BgClassName
{
background-color: #C8014C;
}
</style>
border-color css
<style>
span { border-color: #C8014C; }
span { border-color: rgb(200,1,76); }
td.TdClassName
{
border-color: #C8014C;
}
.TagClassName
{
border-color: #C8014C;
}
</style>