Shades of Razzmatazz #CB024F
Tints of Razzmatazz #CB024F
RGB
CMYK
RGB Variations
Color information
#CB024F (or 0xCB024F) is known color: Razzmatazz. HEX triplet: CB, 02 and 4F. RGB value is (203,2,79). Sum of RGB (Red+Green+Blue) = 203+2+79=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB024F is #34FDB0. Grayscale: #464646. Windows color (decimal): -3472817 or 5178059. OLE color: 5178059.
HSL color Cylindrical-coordinate representation of color #CB024F: hue angle of 337.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB024F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.20 |
| HSL | 337.01º | 0.98% | 0.4% | - |
| HSV(B) | 337.01º | 0.99% | 0.8% | - |
| XYZ | 26.06 | 13.3 | 8.59 | - |
| YUV | 70.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 79 | 0 | 0.99 | 0.61 | 0.20 | 337.01 | 0.98 | 0.4 |
| Hex | CB | 2 | 4F | 0 | 63 | 3D | 14 | 151 | 62 | 28 |
| Octal | 313 | 2 | 117 | 0 | 143 | 75 | 24 | 521 | 142 | 50 |
| Binary | 11001011 | 10 | 1001111 | 0 | 1100011 | 111101 | 10100 | 101010001 | 1100010 | 101000 |
Color Harmonies of #CB024F
Complementary color
Monochromatic Colors of #CB024F
Black with #CB024F
Text Example
Text Example
White with #CB024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB024F; }
p { color: rgb(203,2,79); }
H1.HeaderClassName
{
color: #CB024F;
}
.AnyTagClassName
{
color: #CB024F;
}
</style>
background-color css
<style>
a { background-color: #CB024F; }
a { background-color: rgb(203,2,79); }
div.DivClassName
{
background-color: #CB024F;
}
.BgClassName
{
background-color: #CB024F;
}
</style>
border-color css
<style>
span { border-color: #CB024F; }
span { border-color: rgb(203,2,79); }
td.TdClassName
{
border-color: #CB024F;
}
.TagClassName
{
border-color: #CB024F;
}
</style>