Shades of Razzmatazz #CF0257
Tints of Razzmatazz #CF0257
RGB
CMYK
RGB Variations
Color information
#CF0257 (or 0xCF0257) is known color: Razzmatazz. HEX triplet: CF, 02 and 57. RGB value is (207,2,87). Sum of RGB (Red+Green+Blue) = 207+2+87=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0257 is #30FDA8. Grayscale: #484848. Windows color (decimal): -3210665 or 5702351. OLE color: 5702351.
HSL color Cylindrical-coordinate representation of color #CF0257: hue angle of 335.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0257 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.19 |
| HSL | 335.12º | 0.98% | 0.41% | - |
| HSV(B) | 335.12º | 0.99% | 0.81% | - |
| XYZ | 27.47 | 14 | 10.27 | - |
| YUV | 72.99 | 135.92 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 87 | 0 | 0.99 | 0.58 | 0.19 | 335.12 | 0.98 | 0.41 |
| Hex | CF | 2 | 57 | 0 | 63 | 3A | 13 | 14F | 62 | 29 |
| Octal | 317 | 2 | 127 | 0 | 143 | 72 | 23 | 517 | 142 | 51 |
| Binary | 11001111 | 10 | 1010111 | 0 | 1100011 | 111010 | 10011 | 101001111 | 1100010 | 101001 |
Color Harmonies of #CF0257
Complementary color
Monochromatic Colors of #CF0257
Black with #CF0257
Text Example
Text Example
White with #CF0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0257; }
p { color: rgb(207,2,87); }
H1.HeaderClassName
{
color: #CF0257;
}
.AnyTagClassName
{
color: #CF0257;
}
</style>
background-color css
<style>
a { background-color: #CF0257; }
a { background-color: rgb(207,2,87); }
div.DivClassName
{
background-color: #CF0257;
}
.BgClassName
{
background-color: #CF0257;
}
</style>
border-color css
<style>
span { border-color: #CF0257; }
span { border-color: rgb(207,2,87); }
td.TdClassName
{
border-color: #CF0257;
}
.TagClassName
{
border-color: #CF0257;
}
</style>