Shades of Razzmatazz #C8024B
Tints of Razzmatazz #C8024B
RGB
CMYK
RGB Variations
Color information
#C8024B (or 0xC8024B) is known color: Razzmatazz. HEX triplet: C8, 02 and 4B. RGB value is (200,2,75). Sum of RGB (Red+Green+Blue) = 200+2+75=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8024B is #37FDB4. Grayscale: #454545. Windows color (decimal): -3669429 or 4915912. OLE color: 4915912.
HSL color Cylindrical-coordinate representation of color #C8024B: hue angle of 337.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8024B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.22 |
| HSL | 337.88º | 0.98% | 0.4% | - |
| HSV(B) | 337.88º | 0.99% | 0.78% | - |
| XYZ | 25.11 | 12.83 | 7.81 | - |
| YUV | 69.52 | 131.1 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 75 | 0 | 0.99 | 0.62 | 0.22 | 337.88 | 0.98 | 0.4 |
| Hex | C8 | 2 | 4B | 0 | 63 | 3E | 16 | 152 | 62 | 28 |
| Octal | 310 | 2 | 113 | 0 | 143 | 76 | 26 | 522 | 142 | 50 |
| Binary | 11001000 | 10 | 1001011 | 0 | 1100011 | 111110 | 10110 | 101010010 | 1100010 | 101000 |
Color Harmonies of #C8024B
Complementary color
Monochromatic Colors of #C8024B
Black with #C8024B
Text Example
Text Example
White with #C8024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8024B; }
p { color: rgb(200,2,75); }
H1.HeaderClassName
{
color: #C8024B;
}
.AnyTagClassName
{
color: #C8024B;
}
</style>
background-color css
<style>
a { background-color: #C8024B; }
a { background-color: rgb(200,2,75); }
div.DivClassName
{
background-color: #C8024B;
}
.BgClassName
{
background-color: #C8024B;
}
</style>
border-color css
<style>
span { border-color: #C8024B; }
span { border-color: rgb(200,2,75); }
td.TdClassName
{
border-color: #C8024B;
}
.TagClassName
{
border-color: #C8024B;
}
</style>