Shades of Razzmatazz #CF044D
Tints of Razzmatazz #CF044D
RGB
CMYK
RGB Variations
Color information
#CF044D (or 0xCF044D) is known color: Razzmatazz. HEX triplet: CF, 04 and 4D. RGB value is (207,4,77). Sum of RGB (Red+Green+Blue) = 207+4+77=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF044D is #30FBB2. Grayscale: #484848. Windows color (decimal): -3210163 or 5047503. OLE color: 5047503.
HSL color Cylindrical-coordinate representation of color #CF044D: hue angle of 338.42º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF044D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.19 |
| HSL | 338.42º | 0.96% | 0.41% | - |
| HSV(B) | 338.42º | 0.98% | 0.81% | - |
| XYZ | 27.12 | 13.89 | 8.27 | - |
| YUV | 73.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 77 | 0 | 0.98 | 0.63 | 0.19 | 338.42 | 0.96 | 0.41 |
| Hex | CF | 4 | 4D | 0 | 62 | 3F | 13 | 152 | 60 | 29 |
| Octal | 317 | 4 | 115 | 0 | 142 | 77 | 23 | 522 | 140 | 51 |
| Binary | 11001111 | 100 | 1001101 | 0 | 1100010 | 111111 | 10011 | 101010010 | 1100000 | 101001 |
Color Harmonies of #CF044D
Complementary color
Monochromatic Colors of #CF044D
Black with #CF044D
Text Example
Text Example
White with #CF044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF044D; }
p { color: rgb(207,4,77); }
H1.HeaderClassName
{
color: #CF044D;
}
.AnyTagClassName
{
color: #CF044D;
}
</style>
background-color css
<style>
a { background-color: #CF044D; }
a { background-color: rgb(207,4,77); }
div.DivClassName
{
background-color: #CF044D;
}
.BgClassName
{
background-color: #CF044D;
}
</style>
border-color css
<style>
span { border-color: #CF044D; }
span { border-color: rgb(207,4,77); }
td.TdClassName
{
border-color: #CF044D;
}
.TagClassName
{
border-color: #CF044D;
}
</style>