Shades of Razzmatazz #CB015D
Tints of Razzmatazz #CB015D
RGB
CMYK
RGB Variations
Color information
#CB015D (or 0xCB015D) is known color: Razzmatazz. HEX triplet: CB, 01 and 5D. RGB value is (203,1,93). Sum of RGB (Red+Green+Blue) = 203+1+93=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB015D is #34FEA2. Grayscale: #474747. Windows color (decimal): -3473059 or 6095307. OLE color: 6095307.
HSL color Cylindrical-coordinate representation of color #CB015D: hue angle of 332.67º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB015D is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.20 |
| HSL | 332.67º | 0.99% | 0.4% | - |
| HSV(B) | 332.67º | 1% | 0.8% | - |
| XYZ | 26.62 | 13.51 | 11.56 | - |
| YUV | 71.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 93 | 0 | 1.00 | 0.54 | 0.20 | 332.67 | 0.99 | 0.4 |
| Hex | CB | 1 | 5D | 0 | 64 | 36 | 14 | 14D | 63 | 28 |
| Octal | 313 | 1 | 135 | 0 | 144 | 66 | 24 | 515 | 143 | 50 |
| Binary | 11001011 | 1 | 1011101 | 0 | 1100100 | 110110 | 10100 | 101001101 | 1100011 | 101000 |
Color Harmonies of #CB015D
Complementary color
Monochromatic Colors of #CB015D
Black with #CB015D
Text Example
Text Example
White with #CB015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB015D; }
p { color: rgb(203,1,93); }
H1.HeaderClassName
{
color: #CB015D;
}
.AnyTagClassName
{
color: #CB015D;
}
</style>
background-color css
<style>
a { background-color: #CB015D; }
a { background-color: rgb(203,1,93); }
div.DivClassName
{
background-color: #CB015D;
}
.BgClassName
{
background-color: #CB015D;
}
</style>
border-color css
<style>
span { border-color: #CB015D; }
span { border-color: rgb(203,1,93); }
td.TdClassName
{
border-color: #CB015D;
}
.TagClassName
{
border-color: #CB015D;
}
</style>