Shades of Razzmatazz #C8025B
Tints of Razzmatazz #C8025B
RGB
CMYK
RGB Variations
Color information
#C8025B (or 0xC8025B) is known color: Razzmatazz. HEX triplet: C8, 02 and 5B. RGB value is (200,2,91). Sum of RGB (Red+Green+Blue) = 200+2+91=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8025B is #37FDA4. Grayscale: #474747. Windows color (decimal): -3669413 or 5964488. OLE color: 5964488.
HSL color Cylindrical-coordinate representation of color #C8025B: hue angle of 333.03º 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 #C8025B is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.22 |
| HSL | 333.03º | 0.98% | 0.4% | - |
| HSV(B) | 333.03º | 0.99% | 0.78% | - |
| XYZ | 25.73 | 13.08 | 11.07 | - |
| YUV | 71.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 91 | 0 | 0.99 | 0.54 | 0.22 | 333.03 | 0.98 | 0.4 |
| Hex | C8 | 2 | 5B | 0 | 63 | 36 | 16 | 14D | 62 | 28 |
| Octal | 310 | 2 | 133 | 0 | 143 | 66 | 26 | 515 | 142 | 50 |
| Binary | 11001000 | 10 | 1011011 | 0 | 1100011 | 110110 | 10110 | 101001101 | 1100010 | 101000 |
Color Harmonies of #C8025B
Complementary color
Monochromatic Colors of #C8025B
Black with #C8025B
Text Example
Text Example
White with #C8025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8025B; }
p { color: rgb(200,2,91); }
H1.HeaderClassName
{
color: #C8025B;
}
.AnyTagClassName
{
color: #C8025B;
}
</style>
background-color css
<style>
a { background-color: #C8025B; }
a { background-color: rgb(200,2,91); }
div.DivClassName
{
background-color: #C8025B;
}
.BgClassName
{
background-color: #C8025B;
}
</style>
border-color css
<style>
span { border-color: #C8025B; }
span { border-color: rgb(200,2,91); }
td.TdClassName
{
border-color: #C8025B;
}
.TagClassName
{
border-color: #C8025B;
}
</style>