Shades of Razzmatazz #CB084F
Tints of Razzmatazz #CB084F
RGB
CMYK
RGB Variations
Color information
#CB084F (or 0xCB084F) is known color: Razzmatazz. HEX triplet: CB, 08 and 4F. RGB value is (203,8,79). Sum of RGB (Red+Green+Blue) = 203+8+79=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB084F is #34F7B0. Grayscale: #4A4A4A. Windows color (decimal): -3471281 or 5179595. OLE color: 5179595.
HSL color Cylindrical-coordinate representation of color #CB084F: hue angle of 338.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB084F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 79 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.20 |
| HSL | 338.15º | 0.92% | 0.41% | - |
| HSV(B) | 338.15º | 0.96% | 0.8% | - |
| XYZ | 26.13 | 13.43 | 8.61 | - |
| YUV | 74.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 79 | 0 | 0.96 | 0.61 | 0.20 | 338.15 | 0.92 | 0.41 |
| Hex | CB | 8 | 4F | 0 | 60 | 3D | 14 | 152 | 5C | 29 |
| Octal | 313 | 10 | 117 | 0 | 140 | 75 | 24 | 522 | 134 | 51 |
| Binary | 11001011 | 1000 | 1001111 | 0 | 1100000 | 111101 | 10100 | 101010010 | 1011100 | 101001 |
Color Harmonies of #CB084F
Complementary color
Monochromatic Colors of #CB084F
Black with #CB084F
Text Example
Text Example
White with #CB084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB084F; }
p { color: rgb(203,8,79); }
H1.HeaderClassName
{
color: #CB084F;
}
.AnyTagClassName
{
color: #CB084F;
}
</style>
background-color css
<style>
a { background-color: #CB084F; }
a { background-color: rgb(203,8,79); }
div.DivClassName
{
background-color: #CB084F;
}
.BgClassName
{
background-color: #CB084F;
}
</style>
border-color css
<style>
span { border-color: #CB084F; }
span { border-color: rgb(203,8,79); }
td.TdClassName
{
border-color: #CB084F;
}
.TagClassName
{
border-color: #CB084F;
}
</style>