Shades of Razzmatazz #C7014E
Tints of Razzmatazz #C7014E
RGB
CMYK
RGB Variations
Color information
#C7014E (or 0xC7014E) is known color: Razzmatazz. HEX triplet: C7, 01 and 4E. RGB value is (199,1,78). Sum of RGB (Red+Green+Blue) = 199+1+78=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7014E is #38FEB1. Grayscale: #444444. Windows color (decimal): -3735218 or 5112263. OLE color: 5112263.
HSL color Cylindrical-coordinate representation of color #C7014E: hue angle of 336.67º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7014E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.22 |
| HSL | 336.67º | 0.99% | 0.39% | - |
| HSV(B) | 336.67º | 0.99% | 0.78% | - |
| XYZ | 24.94 | 12.71 | 8.35 | - |
| YUV | 68.98 | 133.1 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 78 | 0 | 0.99 | 0.61 | 0.22 | 336.67 | 0.99 | 0.39 |
| Hex | C7 | 1 | 4E | 0 | 63 | 3D | 16 | 151 | 63 | 27 |
| Octal | 307 | 1 | 116 | 0 | 143 | 75 | 26 | 521 | 143 | 47 |
| Binary | 11000111 | 1 | 1001110 | 0 | 1100011 | 111101 | 10110 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C7014E
Complementary color
Monochromatic Colors of #C7014E
Black with #C7014E
Text Example
Text Example
White with #C7014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7014E; }
p { color: rgb(199,1,78); }
H1.HeaderClassName
{
color: #C7014E;
}
.AnyTagClassName
{
color: #C7014E;
}
</style>
background-color css
<style>
a { background-color: #C7014E; }
a { background-color: rgb(199,1,78); }
div.DivClassName
{
background-color: #C7014E;
}
.BgClassName
{
background-color: #C7014E;
}
</style>
border-color css
<style>
span { border-color: #C7014E; }
span { border-color: rgb(199,1,78); }
td.TdClassName
{
border-color: #C7014E;
}
.TagClassName
{
border-color: #C7014E;
}
</style>