Shades of Razzmatazz #C7024C
Tints of Razzmatazz #C7024C
RGB
CMYK
RGB Variations
Color information
#C7024C (or 0xC7024C) is known color: Razzmatazz. HEX triplet: C7, 02 and 4C. RGB value is (199,2,76). Sum of RGB (Red+Green+Blue) = 199+2+76=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7024C is #38FDB3. Grayscale: #454545. Windows color (decimal): -3734964 or 4981447. OLE color: 4981447.
HSL color Cylindrical-coordinate representation of color #C7024C: hue angle of 337.46º degrees, saturation: 0.98, 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 #C7024C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.22 |
| HSL | 337.46º | 0.98% | 0.39% | - |
| HSV(B) | 337.46º | 0.99% | 0.78% | - |
| XYZ | 24.88 | 12.71 | 7.98 | - |
| YUV | 69.34 | 131.77 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 76 | 0 | 0.99 | 0.62 | 0.22 | 337.46 | 0.98 | 0.39 |
| Hex | C7 | 2 | 4C | 0 | 63 | 3E | 16 | 151 | 62 | 27 |
| Octal | 307 | 2 | 114 | 0 | 143 | 76 | 26 | 521 | 142 | 47 |
| Binary | 11000111 | 10 | 1001100 | 0 | 1100011 | 111110 | 10110 | 101010001 | 1100010 | 100111 |
Color Harmonies of #C7024C
Complementary color
Monochromatic Colors of #C7024C
Black with #C7024C
Text Example
Text Example
White with #C7024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7024C; }
p { color: rgb(199,2,76); }
H1.HeaderClassName
{
color: #C7024C;
}
.AnyTagClassName
{
color: #C7024C;
}
</style>
background-color css
<style>
a { background-color: #C7024C; }
a { background-color: rgb(199,2,76); }
div.DivClassName
{
background-color: #C7024C;
}
.BgClassName
{
background-color: #C7024C;
}
</style>
border-color css
<style>
span { border-color: #C7024C; }
span { border-color: rgb(199,2,76); }
td.TdClassName
{
border-color: #C7024C;
}
.TagClassName
{
border-color: #C7024C;
}
</style>