Shades of Razzmatazz #CB025D
Tints of Razzmatazz #CB025D
RGB
CMYK
RGB Variations
Color information
#CB025D (or 0xCB025D) is known color: Razzmatazz. HEX triplet: CB, 02 and 5D. RGB value is (203,2,93). Sum of RGB (Red+Green+Blue) = 203+2+93=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB025D is #34FDA2. Grayscale: #484848. Windows color (decimal): -3472803 or 6095563. OLE color: 6095563.
HSL color Cylindrical-coordinate representation of color #CB025D: hue angle of 332.84º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB025D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.20 |
| HSL | 332.84º | 0.98% | 0.4% | - |
| HSV(B) | 332.84º | 0.99% | 0.8% | - |
| XYZ | 26.63 | 13.53 | 11.56 | - |
| YUV | 72.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 93 | 0 | 0.99 | 0.54 | 0.20 | 332.84 | 0.98 | 0.4 |
| Hex | CB | 2 | 5D | 0 | 63 | 36 | 14 | 14D | 62 | 28 |
| Octal | 313 | 2 | 135 | 0 | 143 | 66 | 24 | 515 | 142 | 50 |
| Binary | 11001011 | 10 | 1011101 | 0 | 1100011 | 110110 | 10100 | 101001101 | 1100010 | 101000 |
Color Harmonies of #CB025D
Complementary color
Monochromatic Colors of #CB025D
Black with #CB025D
Text Example
Text Example
White with #CB025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB025D; }
p { color: rgb(203,2,93); }
H1.HeaderClassName
{
color: #CB025D;
}
.AnyTagClassName
{
color: #CB025D;
}
</style>
background-color css
<style>
a { background-color: #CB025D; }
a { background-color: rgb(203,2,93); }
div.DivClassName
{
background-color: #CB025D;
}
.BgClassName
{
background-color: #CB025D;
}
</style>
border-color css
<style>
span { border-color: #CB025D; }
span { border-color: rgb(203,2,93); }
td.TdClassName
{
border-color: #CB025D;
}
.TagClassName
{
border-color: #CB025D;
}
</style>