Shades of Razzmatazz #C80255
Tints of Razzmatazz #C80255
RGB
CMYK
RGB Variations
Color information
#C80255 (or 0xC80255) is known color: Razzmatazz. HEX triplet: C8, 02 and 55. RGB value is (200,2,85). Sum of RGB (Red+Green+Blue) = 200+2+85=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80255 is #37FDAA. Grayscale: #464646. Windows color (decimal): -3669419 or 5571272. OLE color: 5571272.
HSL color Cylindrical-coordinate representation of color #C80255: hue angle of 334.85º 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 #C80255 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.22 |
| HSL | 334.85º | 0.98% | 0.4% | - |
| HSV(B) | 334.85º | 0.99% | 0.78% | - |
| XYZ | 25.48 | 12.98 | 9.76 | - |
| YUV | 70.66 | 136.1 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 85 | 0 | 0.99 | 0.58 | 0.22 | 334.85 | 0.98 | 0.4 |
| Hex | C8 | 2 | 55 | 0 | 63 | 3A | 16 | 14F | 62 | 28 |
| Octal | 310 | 2 | 125 | 0 | 143 | 72 | 26 | 517 | 142 | 50 |
| Binary | 11001000 | 10 | 1010101 | 0 | 1100011 | 111010 | 10110 | 101001111 | 1100010 | 101000 |
Color Harmonies of #C80255
Complementary color
Monochromatic Colors of #C80255
Black with #C80255
Text Example
Text Example
White with #C80255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80255; }
p { color: rgb(200,2,85); }
H1.HeaderClassName
{
color: #C80255;
}
.AnyTagClassName
{
color: #C80255;
}
</style>
background-color css
<style>
a { background-color: #C80255; }
a { background-color: rgb(200,2,85); }
div.DivClassName
{
background-color: #C80255;
}
.BgClassName
{
background-color: #C80255;
}
</style>
border-color css
<style>
span { border-color: #C80255; }
span { border-color: rgb(200,2,85); }
td.TdClassName
{
border-color: #C80255;
}
.TagClassName
{
border-color: #C80255;
}
</style>