Shades of Razzmatazz #CF094D
Tints of Razzmatazz #CF094D
RGB
CMYK
RGB Variations
Color information
#CF094D (or 0xCF094D) is known color: Razzmatazz. HEX triplet: CF, 09 and 4D. RGB value is (207,9,77). Sum of RGB (Red+Green+Blue) = 207+9+77=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF094D is #30F6B2. Grayscale: #4B4B4B. Windows color (decimal): -3208883 or 5048783. OLE color: 5048783.
HSL color Cylindrical-coordinate representation of color #CF094D: hue angle of 339.39º 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 #CF094D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.19 |
| HSL | 339.39º | 0.92% | 0.42% | - |
| HSV(B) | 339.39º | 0.96% | 0.81% | - |
| XYZ | 27.17 | 14 | 8.29 | - |
| YUV | 75.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 77 | 0 | 0.96 | 0.63 | 0.19 | 339.39 | 0.92 | 0.42 |
| Hex | CF | 9 | 4D | 0 | 60 | 3F | 13 | 153 | 5C | 2A |
| Octal | 317 | 11 | 115 | 0 | 140 | 77 | 23 | 523 | 134 | 52 |
| Binary | 11001111 | 1001 | 1001101 | 0 | 1100000 | 111111 | 10011 | 101010011 | 1011100 | 101010 |
Color Harmonies of #CF094D
Complementary color
Monochromatic Colors of #CF094D
Black with #CF094D
Text Example
Text Example
White with #CF094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF094D; }
p { color: rgb(207,9,77); }
H1.HeaderClassName
{
color: #CF094D;
}
.AnyTagClassName
{
color: #CF094D;
}
</style>
background-color css
<style>
a { background-color: #CF094D; }
a { background-color: rgb(207,9,77); }
div.DivClassName
{
background-color: #CF094D;
}
.BgClassName
{
background-color: #CF094D;
}
</style>
border-color css
<style>
span { border-color: #CF094D; }
span { border-color: rgb(207,9,77); }
td.TdClassName
{
border-color: #CF094D;
}
.TagClassName
{
border-color: #CF094D;
}
</style>