Shades of Razzmatazz #CB094E
Tints of Razzmatazz #CB094E
RGB
CMYK
RGB Variations
Color information
#CB094E (or 0xCB094E) is known color: Razzmatazz. HEX triplet: CB, 09 and 4E. RGB value is (203,9,78). Sum of RGB (Red+Green+Blue) = 203+9+78=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB094E is #34F6B1. Grayscale: #4A4A4A. Windows color (decimal): -3471026 or 5114315. OLE color: 5114315.
HSL color Cylindrical-coordinate representation of color #CB094E: hue angle of 338.66º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB094E is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.20 |
| HSL | 338.66º | 0.92% | 0.42% | - |
| HSV(B) | 338.66º | 0.96% | 0.8% | - |
| XYZ | 26.1 | 13.44 | 8.43 | - |
| YUV | 74.87 | 129.77 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 78 | 0 | 0.96 | 0.62 | 0.20 | 338.66 | 0.92 | 0.42 |
| Hex | CB | 9 | 4E | 0 | 60 | 3E | 14 | 153 | 5C | 2A |
| Octal | 313 | 11 | 116 | 0 | 140 | 76 | 24 | 523 | 134 | 52 |
| Binary | 11001011 | 1001 | 1001110 | 0 | 1100000 | 111110 | 10100 | 101010011 | 1011100 | 101010 |
Color Harmonies of #CB094E
Complementary color
Monochromatic Colors of #CB094E
Black with #CB094E
Text Example
Text Example
White with #CB094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB094E; }
p { color: rgb(203,9,78); }
H1.HeaderClassName
{
color: #CB094E;
}
.AnyTagClassName
{
color: #CB094E;
}
</style>
background-color css
<style>
a { background-color: #CB094E; }
a { background-color: rgb(203,9,78); }
div.DivClassName
{
background-color: #CB094E;
}
.BgClassName
{
background-color: #CB094E;
}
</style>
border-color css
<style>
span { border-color: #CB094E; }
span { border-color: rgb(203,9,78); }
td.TdClassName
{
border-color: #CB094E;
}
.TagClassName
{
border-color: #CB094E;
}
</style>