Shades of Razzmatazz #CF0651
Tints of Razzmatazz #CF0651
RGB
CMYK
RGB Variations
Color information
#CF0651 (or 0xCF0651) is known color: Razzmatazz. HEX triplet: CF, 06 and 51. RGB value is (207,6,81). Sum of RGB (Red+Green+Blue) = 207+6+81=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0651 is #30F9AE. Grayscale: #4A4A4A. Windows color (decimal): -3209647 or 5310159. OLE color: 5310159.
HSL color Cylindrical-coordinate representation of color #CF0651: hue angle of 337.61º 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 #CF0651 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.19 |
| HSL | 337.61º | 0.94% | 0.42% | - |
| HSV(B) | 337.61º | 0.97% | 0.81% | - |
| XYZ | 27.28 | 13.99 | 9.05 | - |
| YUV | 74.65 | 131.59 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 81 | 0 | 0.97 | 0.61 | 0.19 | 337.61 | 0.94 | 0.42 |
| Hex | CF | 6 | 51 | 0 | 61 | 3D | 13 | 152 | 5E | 2A |
| Octal | 317 | 6 | 121 | 0 | 141 | 75 | 23 | 522 | 136 | 52 |
| Binary | 11001111 | 110 | 1010001 | 0 | 1100001 | 111101 | 10011 | 101010010 | 1011110 | 101010 |
Color Harmonies of #CF0651
Complementary color
Monochromatic Colors of #CF0651
Black with #CF0651
Text Example
Text Example
White with #CF0651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0651; }
p { color: rgb(207,6,81); }
H1.HeaderClassName
{
color: #CF0651;
}
.AnyTagClassName
{
color: #CF0651;
}
</style>
background-color css
<style>
a { background-color: #CF0651; }
a { background-color: rgb(207,6,81); }
div.DivClassName
{
background-color: #CF0651;
}
.BgClassName
{
background-color: #CF0651;
}
</style>
border-color css
<style>
span { border-color: #CF0651; }
span { border-color: rgb(207,6,81); }
td.TdClassName
{
border-color: #CF0651;
}
.TagClassName
{
border-color: #CF0651;
}
</style>