Shades of Razzmatazz #CB074F
Tints of Razzmatazz #CB074F
RGB
CMYK
RGB Variations
Color information
#CB074F (or 0xCB074F) is known color: Razzmatazz. HEX triplet: CB, 07 and 4F. RGB value is (203,7,79). Sum of RGB (Red+Green+Blue) = 203+7+79=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB074F is #34F8B0. Grayscale: #494949. Windows color (decimal): -3471537 or 5179339. OLE color: 5179339.
HSL color Cylindrical-coordinate representation of color #CB074F: hue angle of 337.96º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB074F is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 79 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.20 |
| HSL | 337.96º | 0.93% | 0.41% | - |
| HSV(B) | 337.96º | 0.97% | 0.8% | - |
| XYZ | 26.12 | 13.41 | 8.61 | - |
| YUV | 73.81 | 130.93 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 79 | 0 | 0.97 | 0.61 | 0.20 | 337.96 | 0.93 | 0.41 |
| Hex | CB | 7 | 4F | 0 | 61 | 3D | 14 | 152 | 5D | 29 |
| Octal | 313 | 7 | 117 | 0 | 141 | 75 | 24 | 522 | 135 | 51 |
| Binary | 11001011 | 111 | 1001111 | 0 | 1100001 | 111101 | 10100 | 101010010 | 1011101 | 101001 |
Color Harmonies of #CB074F
Complementary color
Monochromatic Colors of #CB074F
Black with #CB074F
Text Example
Text Example
White with #CB074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB074F; }
p { color: rgb(203,7,79); }
H1.HeaderClassName
{
color: #CB074F;
}
.AnyTagClassName
{
color: #CB074F;
}
</style>
background-color css
<style>
a { background-color: #CB074F; }
a { background-color: rgb(203,7,79); }
div.DivClassName
{
background-color: #CB074F;
}
.BgClassName
{
background-color: #CB074F;
}
</style>
border-color css
<style>
span { border-color: #CB074F; }
span { border-color: rgb(203,7,79); }
td.TdClassName
{
border-color: #CB074F;
}
.TagClassName
{
border-color: #CB074F;
}
</style>