Shades of Razzmatazz #CF0359
Tints of Razzmatazz #CF0359
RGB
CMYK
RGB Variations
Color information
#CF0359 (or 0xCF0359) is known color: Razzmatazz. HEX triplet: CF, 03 and 59. RGB value is (207,3,89). Sum of RGB (Red+Green+Blue) = 207+3+89=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0359 is #30FCA6. Grayscale: #494949. Windows color (decimal): -3210407 or 5833679. OLE color: 5833679.
HSL color Cylindrical-coordinate representation of color #CF0359: hue angle of 334.71º degrees, saturation: 0.97, 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 #CF0359 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.19 |
| HSL | 334.71º | 0.97% | 0.41% | - |
| HSV(B) | 334.71º | 0.99% | 0.81% | - |
| XYZ | 27.57 | 14.05 | 10.71 | - |
| YUV | 73.8 | 136.59 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 89 | 0 | 0.99 | 0.57 | 0.19 | 334.71 | 0.97 | 0.41 |
| Hex | CF | 3 | 59 | 0 | 63 | 39 | 13 | 14F | 61 | 29 |
| Octal | 317 | 3 | 131 | 0 | 143 | 71 | 23 | 517 | 141 | 51 |
| Binary | 11001111 | 11 | 1011001 | 0 | 1100011 | 111001 | 10011 | 101001111 | 1100001 | 101001 |
Color Harmonies of #CF0359
Complementary color
Monochromatic Colors of #CF0359
Black with #CF0359
Text Example
Text Example
White with #CF0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0359; }
p { color: rgb(207,3,89); }
H1.HeaderClassName
{
color: #CF0359;
}
.AnyTagClassName
{
color: #CF0359;
}
</style>
background-color css
<style>
a { background-color: #CF0359; }
a { background-color: rgb(207,3,89); }
div.DivClassName
{
background-color: #CF0359;
}
.BgClassName
{
background-color: #CF0359;
}
</style>
border-color css
<style>
span { border-color: #CF0359; }
span { border-color: rgb(207,3,89); }
td.TdClassName
{
border-color: #CF0359;
}
.TagClassName
{
border-color: #CF0359;
}
</style>