Shades of Razzmatazz #CB0350
Tints of Razzmatazz #CB0350
RGB
CMYK
RGB Variations
Color information
#CB0350 (or 0xCB0350) is known color: Razzmatazz. HEX triplet: CB, 03 and 50. RGB value is (203,3,80). Sum of RGB (Red+Green+Blue) = 203+3+80=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0350 is #34FCAF. Grayscale: #474747. Windows color (decimal): -3472560 or 5243851. OLE color: 5243851.
HSL color Cylindrical-coordinate representation of color #CB0350: hue angle of 336.9º degrees, saturation: 0.97, 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 #CB0350 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.20 |
| HSL | 336.9º | 0.97% | 0.4% | - |
| HSV(B) | 336.9º | 0.99% | 0.8% | - |
| XYZ | 26.11 | 13.34 | 8.79 | - |
| YUV | 71.58 | 132.76 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 80 | 0 | 0.99 | 0.61 | 0.20 | 336.9 | 0.97 | 0.4 |
| Hex | CB | 3 | 50 | 0 | 63 | 3D | 14 | 151 | 61 | 28 |
| Octal | 313 | 3 | 120 | 0 | 143 | 75 | 24 | 521 | 141 | 50 |
| Binary | 11001011 | 11 | 1010000 | 0 | 1100011 | 111101 | 10100 | 101010001 | 1100001 | 101000 |
Color Harmonies of #CB0350
Complementary color
Monochromatic Colors of #CB0350
Black with #CB0350
Text Example
Text Example
White with #CB0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0350; }
p { color: rgb(203,3,80); }
H1.HeaderClassName
{
color: #CB0350;
}
.AnyTagClassName
{
color: #CB0350;
}
</style>
background-color css
<style>
a { background-color: #CB0350; }
a { background-color: rgb(203,3,80); }
div.DivClassName
{
background-color: #CB0350;
}
.BgClassName
{
background-color: #CB0350;
}
</style>
border-color css
<style>
span { border-color: #CB0350; }
span { border-color: rgb(203,3,80); }
td.TdClassName
{
border-color: #CB0350;
}
.TagClassName
{
border-color: #CB0350;
}
</style>