Shades of Razzmatazz #CF0159
Tints of Razzmatazz #CF0159
RGB
CMYK
RGB Variations
Color information
#CF0159 (or 0xCF0159) is known color: Razzmatazz. HEX triplet: CF, 01 and 59. RGB value is (207,1,89). Sum of RGB (Red+Green+Blue) = 207+1+89=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0159 is #30FEA6. Grayscale: #484848. Windows color (decimal): -3210919 or 5833167. OLE color: 5833167.
HSL color Cylindrical-coordinate representation of color #CF0159: hue angle of 334.37º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0159 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.19 |
| HSL | 334.37º | 0.99% | 0.41% | - |
| HSV(B) | 334.37º | 1% | 0.81% | - |
| XYZ | 27.55 | 14.01 | 10.7 | - |
| YUV | 72.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 89 | 0 | 1.00 | 0.57 | 0.19 | 334.37 | 0.99 | 0.41 |
| Hex | CF | 1 | 59 | 0 | 64 | 39 | 13 | 14E | 63 | 29 |
| Octal | 317 | 1 | 131 | 0 | 144 | 71 | 23 | 516 | 143 | 51 |
| Binary | 11001111 | 1 | 1011001 | 0 | 1100100 | 111001 | 10011 | 101001110 | 1100011 | 101001 |
Color Harmonies of #CF0159
Complementary color
Monochromatic Colors of #CF0159
Black with #CF0159
Text Example
Text Example
White with #CF0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0159; }
p { color: rgb(207,1,89); }
H1.HeaderClassName
{
color: #CF0159;
}
.AnyTagClassName
{
color: #CF0159;
}
</style>
background-color css
<style>
a { background-color: #CF0159; }
a { background-color: rgb(207,1,89); }
div.DivClassName
{
background-color: #CF0159;
}
.BgClassName
{
background-color: #CF0159;
}
</style>
border-color css
<style>
span { border-color: #CF0159; }
span { border-color: rgb(207,1,89); }
td.TdClassName
{
border-color: #CF0159;
}
.TagClassName
{
border-color: #CF0159;
}
</style>