Shades of Razzmatazz #CB014E
Tints of Razzmatazz #CB014E
RGB
CMYK
RGB Variations
Color information
#CB014E (or 0xCB014E) is known color: Razzmatazz. HEX triplet: CB, 01 and 4E. RGB value is (203,1,78). Sum of RGB (Red+Green+Blue) = 203+1+78=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB014E is #34FEB1. Grayscale: #464646. Windows color (decimal): -3473074 or 5112267. OLE color: 5112267.
HSL color Cylindrical-coordinate representation of color #CB014E: hue angle of 337.13º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB014E is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.20 |
| HSL | 337.13º | 0.99% | 0.4% | - |
| HSV(B) | 337.13º | 1% | 0.8% | - |
| XYZ | 26.01 | 13.27 | 8.4 | - |
| YUV | 70.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 78 | 0 | 1.00 | 0.62 | 0.20 | 337.13 | 0.99 | 0.4 |
| Hex | CB | 1 | 4E | 0 | 64 | 3E | 14 | 151 | 63 | 28 |
| Octal | 313 | 1 | 116 | 0 | 144 | 76 | 24 | 521 | 143 | 50 |
| Binary | 11001011 | 1 | 1001110 | 0 | 1100100 | 111110 | 10100 | 101010001 | 1100011 | 101000 |
Color Harmonies of #CB014E
Complementary color
Monochromatic Colors of #CB014E
Black with #CB014E
Text Example
Text Example
White with #CB014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB014E; }
p { color: rgb(203,1,78); }
H1.HeaderClassName
{
color: #CB014E;
}
.AnyTagClassName
{
color: #CB014E;
}
</style>
background-color css
<style>
a { background-color: #CB014E; }
a { background-color: rgb(203,1,78); }
div.DivClassName
{
background-color: #CB014E;
}
.BgClassName
{
background-color: #CB014E;
}
</style>
border-color css
<style>
span { border-color: #CB014E; }
span { border-color: rgb(203,1,78); }
td.TdClassName
{
border-color: #CB014E;
}
.TagClassName
{
border-color: #CB014E;
}
</style>