Shades of Razzmatazz #C8014D
Tints of Razzmatazz #C8014D
RGB
CMYK
RGB Variations
Color information
#C8014D (or 0xC8014D) is known color: Razzmatazz. HEX triplet: C8, 01 and 4D. RGB value is (200,1,77). Sum of RGB (Red+Green+Blue) = 200+1+77=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8014D is #37FEB2. Grayscale: #454545. Windows color (decimal): -3669683 or 5046728. OLE color: 5046728.
HSL color Cylindrical-coordinate representation of color #C8014D: hue angle of 337.09º 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 #C8014D is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.22 |
| HSL | 337.09º | 0.99% | 0.39% | - |
| HSV(B) | 337.09º | 1% | 0.78% | - |
| XYZ | 25.17 | 12.84 | 8.17 | - |
| YUV | 69.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 77 | 0 | 1.00 | 0.62 | 0.22 | 337.09 | 0.99 | 0.39 |
| Hex | C8 | 1 | 4D | 0 | 64 | 3E | 16 | 151 | 63 | 27 |
| Octal | 310 | 1 | 115 | 0 | 144 | 76 | 26 | 521 | 143 | 47 |
| Binary | 11001000 | 1 | 1001101 | 0 | 1100100 | 111110 | 10110 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C8014D
Complementary color
Monochromatic Colors of #C8014D
Black with #C8014D
Text Example
Text Example
White with #C8014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8014D; }
p { color: rgb(200,1,77); }
H1.HeaderClassName
{
color: #C8014D;
}
.AnyTagClassName
{
color: #C8014D;
}
</style>
background-color css
<style>
a { background-color: #C8014D; }
a { background-color: rgb(200,1,77); }
div.DivClassName
{
background-color: #C8014D;
}
.BgClassName
{
background-color: #C8014D;
}
</style>
border-color css
<style>
span { border-color: #C8014D; }
span { border-color: rgb(200,1,77); }
td.TdClassName
{
border-color: #C8014D;
}
.TagClassName
{
border-color: #C8014D;
}
</style>