Shades of Razzmatazz #CB0752
Tints of Razzmatazz #CB0752
RGB
CMYK
RGB Variations
Color information
#CB0752 (or 0xCB0752) is known color: Razzmatazz. HEX triplet: CB, 07 and 52. RGB value is (203,7,82). Sum of RGB (Red+Green+Blue) = 203+7+82=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0752 is #34F8AD. Grayscale: #4A4A4A. Windows color (decimal): -3471534 or 5375947. OLE color: 5375947.
HSL color Cylindrical-coordinate representation of color #CB0752: hue angle of 337.04º 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 #CB0752 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.20 |
| HSL | 337.04º | 0.93% | 0.41% | - |
| HSV(B) | 337.04º | 0.97% | 0.8% | - |
| XYZ | 26.23 | 13.46 | 9.2 | - |
| YUV | 74.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 82 | 0 | 0.97 | 0.60 | 0.20 | 337.04 | 0.93 | 0.41 |
| Hex | CB | 7 | 52 | 0 | 61 | 3C | 14 | 151 | 5D | 29 |
| Octal | 313 | 7 | 122 | 0 | 141 | 74 | 24 | 521 | 135 | 51 |
| Binary | 11001011 | 111 | 1010010 | 0 | 1100001 | 111100 | 10100 | 101010001 | 1011101 | 101001 |
Color Harmonies of #CB0752
Complementary color
Monochromatic Colors of #CB0752
Black with #CB0752
Text Example
Text Example
White with #CB0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0752; }
p { color: rgb(203,7,82); }
H1.HeaderClassName
{
color: #CB0752;
}
.AnyTagClassName
{
color: #CB0752;
}
</style>
background-color css
<style>
a { background-color: #CB0752; }
a { background-color: rgb(203,7,82); }
div.DivClassName
{
background-color: #CB0752;
}
.BgClassName
{
background-color: #CB0752;
}
</style>
border-color css
<style>
span { border-color: #CB0752; }
span { border-color: rgb(203,7,82); }
td.TdClassName
{
border-color: #CB0752;
}
.TagClassName
{
border-color: #CB0752;
}
</style>