Shades of Razzmatazz #CB0450
Tints of Razzmatazz #CB0450
RGB
CMYK
RGB Variations
Color information
#CB0450 (or 0xCB0450) is known color: Razzmatazz. HEX triplet: CB, 04 and 50. RGB value is (203,4,80). Sum of RGB (Red+Green+Blue) = 203+4+80=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0450 is #34FBAF. Grayscale: #484848. Windows color (decimal): -3472304 or 5244107. OLE color: 5244107.
HSL color Cylindrical-coordinate representation of color #CB0450: hue angle of 337.09º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0450 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.20 |
| HSL | 337.09º | 0.96% | 0.41% | - |
| HSV(B) | 337.09º | 0.98% | 0.8% | - |
| XYZ | 26.12 | 13.36 | 8.79 | - |
| YUV | 72.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 80 | 0 | 0.98 | 0.61 | 0.20 | 337.09 | 0.96 | 0.41 |
| Hex | CB | 4 | 50 | 0 | 62 | 3D | 14 | 151 | 60 | 29 |
| Octal | 313 | 4 | 120 | 0 | 142 | 75 | 24 | 521 | 140 | 51 |
| Binary | 11001011 | 100 | 1010000 | 0 | 1100010 | 111101 | 10100 | 101010001 | 1100000 | 101001 |
Color Harmonies of #CB0450
Complementary color
Monochromatic Colors of #CB0450
Black with #CB0450
Text Example
Text Example
White with #CB0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0450; }
p { color: rgb(203,4,80); }
H1.HeaderClassName
{
color: #CB0450;
}
.AnyTagClassName
{
color: #CB0450;
}
</style>
background-color css
<style>
a { background-color: #CB0450; }
a { background-color: rgb(203,4,80); }
div.DivClassName
{
background-color: #CB0450;
}
.BgClassName
{
background-color: #CB0450;
}
</style>
border-color css
<style>
span { border-color: #CB0450; }
span { border-color: rgb(203,4,80); }
td.TdClassName
{
border-color: #CB0450;
}
.TagClassName
{
border-color: #CB0450;
}
</style>