Shades of Razzmatazz #CF074F
Tints of Razzmatazz #CF074F
RGB
CMYK
RGB Variations
Color information
#CF074F (or 0xCF074F) is known color: Razzmatazz. HEX triplet: CF, 07 and 4F. RGB value is (207,7,79). Sum of RGB (Red+Green+Blue) = 207+7+79=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF074F is #30F8B0. Grayscale: #4A4A4A. Windows color (decimal): -3209393 or 5179343. OLE color: 5179343.
HSL color Cylindrical-coordinate representation of color #CF074F: hue angle of 338.4º degrees, saturation: 0.93, 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 #CF074F is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 79 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.19 |
| HSL | 338.4º | 0.93% | 0.42% | - |
| HSV(B) | 338.4º | 0.97% | 0.81% | - |
| XYZ | 27.22 | 13.98 | 8.66 | - |
| YUV | 75.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 79 | 0 | 0.97 | 0.62 | 0.19 | 338.4 | 0.93 | 0.42 |
| Hex | CF | 7 | 4F | 0 | 61 | 3E | 13 | 152 | 5D | 2A |
| Octal | 317 | 7 | 117 | 0 | 141 | 76 | 23 | 522 | 135 | 52 |
| Binary | 11001111 | 111 | 1001111 | 0 | 1100001 | 111110 | 10011 | 101010010 | 1011101 | 101010 |
Color Harmonies of #CF074F
Complementary color
Monochromatic Colors of #CF074F
Black with #CF074F
Text Example
Text Example
White with #CF074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF074F; }
p { color: rgb(207,7,79); }
H1.HeaderClassName
{
color: #CF074F;
}
.AnyTagClassName
{
color: #CF074F;
}
</style>
background-color css
<style>
a { background-color: #CF074F; }
a { background-color: rgb(207,7,79); }
div.DivClassName
{
background-color: #CF074F;
}
.BgClassName
{
background-color: #CF074F;
}
</style>
border-color css
<style>
span { border-color: #CF074F; }
span { border-color: rgb(207,7,79); }
td.TdClassName
{
border-color: #CF074F;
}
.TagClassName
{
border-color: #CF074F;
}
</style>