Shades of Razzmatazz #CF0657
Tints of Razzmatazz #CF0657
RGB
CMYK
RGB Variations
Color information
#CF0657 (or 0xCF0657) is known color: Razzmatazz. HEX triplet: CF, 06 and 57. RGB value is (207,6,87). Sum of RGB (Red+Green+Blue) = 207+6+87=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0657 is #30F9A8. Grayscale: #4B4B4B. Windows color (decimal): -3209641 or 5703375. OLE color: 5703375.
HSL color Cylindrical-coordinate representation of color #CF0657: hue angle of 335.82º 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 #CF0657 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 87 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.19 |
| HSL | 335.82º | 0.94% | 0.42% | - |
| HSV(B) | 335.82º | 0.97% | 0.81% | - |
| XYZ | 27.52 | 14.08 | 10.28 | - |
| YUV | 75.33 | 134.59 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 87 | 0 | 0.97 | 0.58 | 0.19 | 335.82 | 0.94 | 0.42 |
| Hex | CF | 6 | 57 | 0 | 61 | 3A | 13 | 150 | 5E | 2A |
| Octal | 317 | 6 | 127 | 0 | 141 | 72 | 23 | 520 | 136 | 52 |
| Binary | 11001111 | 110 | 1010111 | 0 | 1100001 | 111010 | 10011 | 101010000 | 1011110 | 101010 |
Color Harmonies of #CF0657
Complementary color
Monochromatic Colors of #CF0657
Black with #CF0657
Text Example
Text Example
White with #CF0657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0657; }
p { color: rgb(207,6,87); }
H1.HeaderClassName
{
color: #CF0657;
}
.AnyTagClassName
{
color: #CF0657;
}
</style>
background-color css
<style>
a { background-color: #CF0657; }
a { background-color: rgb(207,6,87); }
div.DivClassName
{
background-color: #CF0657;
}
.BgClassName
{
background-color: #CF0657;
}
</style>
border-color css
<style>
span { border-color: #CF0657; }
span { border-color: rgb(207,6,87); }
td.TdClassName
{
border-color: #CF0657;
}
.TagClassName
{
border-color: #CF0657;
}
</style>