Shades of Razzmatazz #CB0750
Tints of Razzmatazz #CB0750
RGB
CMYK
RGB Variations
Color information
#CB0750 (or 0xCB0750) is known color: Razzmatazz. HEX triplet: CB, 07 and 50. RGB value is (203,7,80). Sum of RGB (Red+Green+Blue) = 203+7+80=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0750 is #34F8AF. Grayscale: #494949. Windows color (decimal): -3471536 or 5244875. OLE color: 5244875.
HSL color Cylindrical-coordinate representation of color #CB0750: hue angle of 337.65º degrees, saturation: 0.93, 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 #CB0750 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 80 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.20 |
| HSL | 337.65º | 0.93% | 0.41% | - |
| HSV(B) | 337.65º | 0.97% | 0.8% | - |
| XYZ | 26.15 | 13.43 | 8.8 | - |
| YUV | 73.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 80 | 0 | 0.97 | 0.61 | 0.20 | 337.65 | 0.93 | 0.41 |
| Hex | CB | 7 | 50 | 0 | 61 | 3D | 14 | 152 | 5D | 29 |
| Octal | 313 | 7 | 120 | 0 | 141 | 75 | 24 | 522 | 135 | 51 |
| Binary | 11001011 | 111 | 1010000 | 0 | 1100001 | 111101 | 10100 | 101010010 | 1011101 | 101001 |
Color Harmonies of #CB0750
Complementary color
Monochromatic Colors of #CB0750
Black with #CB0750
Text Example
Text Example
White with #CB0750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0750; }
p { color: rgb(203,7,80); }
H1.HeaderClassName
{
color: #CB0750;
}
.AnyTagClassName
{
color: #CB0750;
}
</style>
background-color css
<style>
a { background-color: #CB0750; }
a { background-color: rgb(203,7,80); }
div.DivClassName
{
background-color: #CB0750;
}
.BgClassName
{
background-color: #CB0750;
}
</style>
border-color css
<style>
span { border-color: #CB0750; }
span { border-color: rgb(203,7,80); }
td.TdClassName
{
border-color: #CB0750;
}
.TagClassName
{
border-color: #CB0750;
}
</style>