Shades of Razzmatazz #CF064C
Tints of Razzmatazz #CF064C
RGB
CMYK
RGB Variations
Color information
#CF064C (or 0xCF064C) is known color: Razzmatazz. HEX triplet: CF, 06 and 4C. RGB value is (207,6,76). Sum of RGB (Red+Green+Blue) = 207+6+76=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF064C is #30F9B3. Grayscale: #4A4A4A. Windows color (decimal): -3209652 or 4982479. OLE color: 4982479.
HSL color Cylindrical-coordinate representation of color #CF064C: hue angle of 339.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF064C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.19 |
| HSL | 339.1º | 0.94% | 0.42% | - |
| HSV(B) | 339.1º | 0.97% | 0.81% | - |
| XYZ | 27.1 | 13.92 | 8.1 | - |
| YUV | 74.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 76 | 0 | 0.97 | 0.63 | 0.19 | 339.1 | 0.94 | 0.42 |
| Hex | CF | 6 | 4C | 0 | 61 | 3F | 13 | 153 | 5E | 2A |
| Octal | 317 | 6 | 114 | 0 | 141 | 77 | 23 | 523 | 136 | 52 |
| Binary | 11001111 | 110 | 1001100 | 0 | 1100001 | 111111 | 10011 | 101010011 | 1011110 | 101010 |
Color Harmonies of #CF064C
Complementary color
Monochromatic Colors of #CF064C
Black with #CF064C
Text Example
Text Example
White with #CF064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF064C; }
p { color: rgb(207,6,76); }
H1.HeaderClassName
{
color: #CF064C;
}
.AnyTagClassName
{
color: #CF064C;
}
</style>
background-color css
<style>
a { background-color: #CF064C; }
a { background-color: rgb(207,6,76); }
div.DivClassName
{
background-color: #CF064C;
}
.BgClassName
{
background-color: #CF064C;
}
</style>
border-color css
<style>
span { border-color: #CF064C; }
span { border-color: rgb(207,6,76); }
td.TdClassName
{
border-color: #CF064C;
}
.TagClassName
{
border-color: #CF064C;
}
</style>