Shades of Razzmatazz #CB0651
Tints of Razzmatazz #CB0651
RGB
CMYK
RGB Variations
Color information
#CB0651 (or 0xCB0651) is known color: Razzmatazz. HEX triplet: CB, 06 and 51. RGB value is (203,6,81). Sum of RGB (Red+Green+Blue) = 203+6+81=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0651 is #34F9AE. Grayscale: #494949. Windows color (decimal): -3471791 or 5310155. OLE color: 5310155.
HSL color Cylindrical-coordinate representation of color #CB0651: hue angle of 337.16º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0651 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.20 |
| HSL | 337.16º | 0.94% | 0.41% | - |
| HSV(B) | 337.16º | 0.97% | 0.8% | - |
| XYZ | 26.18 | 13.42 | 9 | - |
| YUV | 73.45 | 132.27 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 81 | 0 | 0.97 | 0.60 | 0.20 | 337.16 | 0.94 | 0.41 |
| Hex | CB | 6 | 51 | 0 | 61 | 3C | 14 | 151 | 5E | 29 |
| Octal | 313 | 6 | 121 | 0 | 141 | 74 | 24 | 521 | 136 | 51 |
| Binary | 11001011 | 110 | 1010001 | 0 | 1100001 | 111100 | 10100 | 101010001 | 1011110 | 101001 |
Color Harmonies of #CB0651
Complementary color
Monochromatic Colors of #CB0651
Black with #CB0651
Text Example
Text Example
White with #CB0651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0651; }
p { color: rgb(203,6,81); }
H1.HeaderClassName
{
color: #CB0651;
}
.AnyTagClassName
{
color: #CB0651;
}
</style>
background-color css
<style>
a { background-color: #CB0651; }
a { background-color: rgb(203,6,81); }
div.DivClassName
{
background-color: #CB0651;
}
.BgClassName
{
background-color: #CB0651;
}
</style>
border-color css
<style>
span { border-color: #CB0651; }
span { border-color: rgb(203,6,81); }
td.TdClassName
{
border-color: #CB0651;
}
.TagClassName
{
border-color: #CB0651;
}
</style>