Shades of Razzmatazz #CF094E
Tints of Razzmatazz #CF094E
RGB
CMYK
RGB Variations
Color information
#CF094E (or 0xCF094E) is known color: Razzmatazz. HEX triplet: CF, 09 and 4E. RGB value is (207,9,78). Sum of RGB (Red+Green+Blue) = 207+9+78=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF094E is #30F6B1. Grayscale: #4B4B4B. Windows color (decimal): -3208882 or 5114319. OLE color: 5114319.
HSL color Cylindrical-coordinate representation of color #CF094E: hue angle of 339.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF094E is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.19 |
| HSL | 339.09º | 0.92% | 0.42% | - |
| HSV(B) | 339.09º | 0.96% | 0.81% | - |
| XYZ | 27.2 | 14.01 | 8.48 | - |
| YUV | 76.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 78 | 0 | 0.96 | 0.62 | 0.19 | 339.09 | 0.92 | 0.42 |
| Hex | CF | 9 | 4E | 0 | 60 | 3E | 13 | 153 | 5C | 2A |
| Octal | 317 | 11 | 116 | 0 | 140 | 76 | 23 | 523 | 134 | 52 |
| Binary | 11001111 | 1001 | 1001110 | 0 | 1100000 | 111110 | 10011 | 101010011 | 1011100 | 101010 |
Color Harmonies of #CF094E
Complementary color
Monochromatic Colors of #CF094E
Black with #CF094E
Text Example
Text Example
White with #CF094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF094E; }
p { color: rgb(207,9,78); }
H1.HeaderClassName
{
color: #CF094E;
}
.AnyTagClassName
{
color: #CF094E;
}
</style>
background-color css
<style>
a { background-color: #CF094E; }
a { background-color: rgb(207,9,78); }
div.DivClassName
{
background-color: #CF094E;
}
.BgClassName
{
background-color: #CF094E;
}
</style>
border-color css
<style>
span { border-color: #CF094E; }
span { border-color: rgb(207,9,78); }
td.TdClassName
{
border-color: #CF094E;
}
.TagClassName
{
border-color: #CF094E;
}
</style>