Shades of Razzmatazz #CF004C
Tints of Razzmatazz #CF004C
RGB
CMYK
RGB Variations
Color information
#CF004C (or 0xCF004C) is known color: Razzmatazz. HEX triplet: CF, 00 and 4C. RGB value is (207,0,76). Sum of RGB (Red+Green+Blue) = 207+0+76=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF004C is #30FFB3. Grayscale: #464646. Windows color (decimal): -3211188 or 4980943. OLE color: 4980943.
HSL color Cylindrical-coordinate representation of color #CF004C: hue angle of 337.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF004C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.63 | 0.19 |
| HSL | 337.97º | 1% | 0.41% | - |
| HSV(B) | 337.97º | 1% | 0.81% | - |
| XYZ | 27.04 | 13.79 | 8.07 | - |
| YUV | 70.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 76 | 0 | 1 | 0.63 | 0.19 | 337.97 | 1 | 0.41 |
| Hex | CF | 0 | 4C | 0 | 64 | 3F | 13 | 152 | 64 | 29 |
| Octal | 317 | 0 | 114 | 0 | 144 | 77 | 23 | 522 | 144 | 51 |
| Binary | 11001111 | 0 | 1001100 | 0 | 1100100 | 111111 | 10011 | 101010010 | 1100100 | 101001 |
Color Harmonies of #CF004C
Complementary color
Monochromatic Colors of #CF004C
Black with #CF004C
Text Example
Text Example
White with #CF004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF004C; }
p { color: rgb(207,0,76); }
H1.HeaderClassName
{
color: #CF004C;
}
.AnyTagClassName
{
color: #CF004C;
}
</style>
background-color css
<style>
a { background-color: #CF004C; }
a { background-color: rgb(207,0,76); }
div.DivClassName
{
background-color: #CF004C;
}
.BgClassName
{
background-color: #CF004C;
}
</style>
border-color css
<style>
span { border-color: #CF004C; }
span { border-color: rgb(207,0,76); }
td.TdClassName
{
border-color: #CF004C;
}
.TagClassName
{
border-color: #CF004C;
}
</style>