Shades of Razzmatazz #CB034E
Tints of Razzmatazz #CB034E
RGB
CMYK
RGB Variations
Color information
#CB034E (or 0xCB034E) is known color: Razzmatazz. HEX triplet: CB, 03 and 4E. RGB value is (203,3,78). Sum of RGB (Red+Green+Blue) = 203+3+78=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB034E is #34FCB1. Grayscale: #474747. Windows color (decimal): -3472562 or 5112779. OLE color: 5112779.
HSL color Cylindrical-coordinate representation of color #CB034E: hue angle of 337.5º 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 #CB034E is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.20 |
| HSL | 337.5º | 0.97% | 0.4% | - |
| HSV(B) | 337.5º | 0.99% | 0.8% | - |
| XYZ | 26.04 | 13.31 | 8.4 | - |
| YUV | 71.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 78 | 0 | 0.99 | 0.62 | 0.20 | 337.5 | 0.97 | 0.4 |
| Hex | CB | 3 | 4E | 0 | 63 | 3E | 14 | 152 | 61 | 28 |
| Octal | 313 | 3 | 116 | 0 | 143 | 76 | 24 | 522 | 141 | 50 |
| Binary | 11001011 | 11 | 1001110 | 0 | 1100011 | 111110 | 10100 | 101010010 | 1100001 | 101000 |
Color Harmonies of #CB034E
Complementary color
Monochromatic Colors of #CB034E
Black with #CB034E
Text Example
Text Example
White with #CB034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB034E; }
p { color: rgb(203,3,78); }
H1.HeaderClassName
{
color: #CB034E;
}
.AnyTagClassName
{
color: #CB034E;
}
</style>
background-color css
<style>
a { background-color: #CB034E; }
a { background-color: rgb(203,3,78); }
div.DivClassName
{
background-color: #CB034E;
}
.BgClassName
{
background-color: #CB034E;
}
</style>
border-color css
<style>
span { border-color: #CB034E; }
span { border-color: rgb(203,3,78); }
td.TdClassName
{
border-color: #CB034E;
}
.TagClassName
{
border-color: #CB034E;
}
</style>