Shades of Razzmatazz #CB054D
Tints of Razzmatazz #CB054D
RGB
CMYK
RGB Variations
Color information
#CB054D (or 0xCB054D) is known color: Razzmatazz. HEX triplet: CB, 05 and 4D. RGB value is (203,5,77). Sum of RGB (Red+Green+Blue) = 203+5+77=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB054D is #34FAB2. Grayscale: #484848. Windows color (decimal): -3472051 or 5047755. OLE color: 5047755.
HSL color Cylindrical-coordinate representation of color #CB054D: hue angle of 338.18º degrees, saturation: 0.95, 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 #CB054D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.20 |
| HSL | 338.18º | 0.95% | 0.41% | - |
| HSV(B) | 338.18º | 0.98% | 0.8% | - |
| XYZ | 26.02 | 13.34 | 8.22 | - |
| YUV | 72.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 77 | 0 | 0.98 | 0.62 | 0.20 | 338.18 | 0.95 | 0.41 |
| Hex | CB | 5 | 4D | 0 | 62 | 3E | 14 | 152 | 5F | 29 |
| Octal | 313 | 5 | 115 | 0 | 142 | 76 | 24 | 522 | 137 | 51 |
| Binary | 11001011 | 101 | 1001101 | 0 | 1100010 | 111110 | 10100 | 101010010 | 1011111 | 101001 |
Color Harmonies of #CB054D
Complementary color
Monochromatic Colors of #CB054D
Black with #CB054D
Text Example
Text Example
White with #CB054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB054D; }
p { color: rgb(203,5,77); }
H1.HeaderClassName
{
color: #CB054D;
}
.AnyTagClassName
{
color: #CB054D;
}
</style>
background-color css
<style>
a { background-color: #CB054D; }
a { background-color: rgb(203,5,77); }
div.DivClassName
{
background-color: #CB054D;
}
.BgClassName
{
background-color: #CB054D;
}
</style>
border-color css
<style>
span { border-color: #CB054D; }
span { border-color: rgb(203,5,77); }
td.TdClassName
{
border-color: #CB054D;
}
.TagClassName
{
border-color: #CB054D;
}
</style>