Shades of Razzmatazz #CF0256
Tints of Razzmatazz #CF0256
RGB
CMYK
RGB Variations
Color information
#CF0256 (or 0xCF0256) is known color: Razzmatazz. HEX triplet: CF, 02 and 56. RGB value is (207,2,86). Sum of RGB (Red+Green+Blue) = 207+2+86=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0256 is #30FDA9. Grayscale: #484848. Windows color (decimal): -3210666 or 5636815. OLE color: 5636815.
HSL color Cylindrical-coordinate representation of color #CF0256: hue angle of 335.41º 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 #CF0256 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.19 |
| HSL | 335.41º | 0.98% | 0.41% | - |
| HSV(B) | 335.41º | 0.99% | 0.81% | - |
| XYZ | 27.43 | 13.98 | 10.06 | - |
| YUV | 72.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 86 | 0 | 0.99 | 0.58 | 0.19 | 335.41 | 0.98 | 0.41 |
| Hex | CF | 2 | 56 | 0 | 63 | 3A | 13 | 14F | 62 | 29 |
| Octal | 317 | 2 | 126 | 0 | 143 | 72 | 23 | 517 | 142 | 51 |
| Binary | 11001111 | 10 | 1010110 | 0 | 1100011 | 111010 | 10011 | 101001111 | 1100010 | 101001 |
Color Harmonies of #CF0256
Complementary color
Monochromatic Colors of #CF0256
Black with #CF0256
Text Example
Text Example
White with #CF0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0256; }
p { color: rgb(207,2,86); }
H1.HeaderClassName
{
color: #CF0256;
}
.AnyTagClassName
{
color: #CF0256;
}
</style>
background-color css
<style>
a { background-color: #CF0256; }
a { background-color: rgb(207,2,86); }
div.DivClassName
{
background-color: #CF0256;
}
.BgClassName
{
background-color: #CF0256;
}
</style>
border-color css
<style>
span { border-color: #CF0256; }
span { border-color: rgb(207,2,86); }
td.TdClassName
{
border-color: #CF0256;
}
.TagClassName
{
border-color: #CF0256;
}
</style>