Shades of Razzmatazz #CB034C
Tints of Razzmatazz #CB034C
RGB
CMYK
RGB Variations
Color information
#CB034C (or 0xCB034C) is known color: Razzmatazz. HEX triplet: CB, 03 and 4C. RGB value is (203,3,76). Sum of RGB (Red+Green+Blue) = 203+3+76=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB034C is #34FCB3. Grayscale: #474747. Windows color (decimal): -3472564 or 4981707. OLE color: 4981707.
HSL color Cylindrical-coordinate representation of color #CB034C: hue angle of 338.1º 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 #CB034C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 76 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.20 |
| HSL | 338.1º | 0.97% | 0.4% | - |
| HSV(B) | 338.1º | 0.99% | 0.8% | - |
| XYZ | 25.97 | 13.28 | 8.03 | - |
| YUV | 71.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 76 | 0 | 0.99 | 0.63 | 0.20 | 338.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 4C | 0 | 63 | 3F | 14 | 152 | 61 | 28 |
| Octal | 313 | 3 | 114 | 0 | 143 | 77 | 24 | 522 | 141 | 50 |
| Binary | 11001011 | 11 | 1001100 | 0 | 1100011 | 111111 | 10100 | 101010010 | 1100001 | 101000 |
Color Harmonies of #CB034C
Complementary color
Monochromatic Colors of #CB034C
Black with #CB034C
Text Example
Text Example
White with #CB034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB034C; }
p { color: rgb(203,3,76); }
H1.HeaderClassName
{
color: #CB034C;
}
.AnyTagClassName
{
color: #CB034C;
}
</style>
background-color css
<style>
a { background-color: #CB034C; }
a { background-color: rgb(203,3,76); }
div.DivClassName
{
background-color: #CB034C;
}
.BgClassName
{
background-color: #CB034C;
}
</style>
border-color css
<style>
span { border-color: #CB034C; }
span { border-color: rgb(203,3,76); }
td.TdClassName
{
border-color: #CB034C;
}
.TagClassName
{
border-color: #CB034C;
}
</style>