Shades of Razzmatazz #CF084D
Tints of Razzmatazz #CF084D
RGB
CMYK
RGB Variations
Color information
#CF084D (or 0xCF084D) is known color: Razzmatazz. HEX triplet: CF, 08 and 4D. RGB value is (207,8,77). Sum of RGB (Red+Green+Blue) = 207+8+77=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF084D is #30F7B2. Grayscale: #4B4B4B. Windows color (decimal): -3209139 or 5048527. OLE color: 5048527.
HSL color Cylindrical-coordinate representation of color #CF084D: hue angle of 339.2º degrees, saturation: 0.93, 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 #CF084D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.19 |
| HSL | 339.2º | 0.93% | 0.42% | - |
| HSV(B) | 339.2º | 0.96% | 0.81% | - |
| XYZ | 27.16 | 13.97 | 8.29 | - |
| YUV | 75.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 77 | 0 | 0.96 | 0.63 | 0.19 | 339.2 | 0.93 | 0.42 |
| Hex | CF | 8 | 4D | 0 | 60 | 3F | 13 | 153 | 5D | 2A |
| Octal | 317 | 10 | 115 | 0 | 140 | 77 | 23 | 523 | 135 | 52 |
| Binary | 11001111 | 1000 | 1001101 | 0 | 1100000 | 111111 | 10011 | 101010011 | 1011101 | 101010 |
Color Harmonies of #CF084D
Complementary color
Monochromatic Colors of #CF084D
Black with #CF084D
Text Example
Text Example
White with #CF084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF084D; }
p { color: rgb(207,8,77); }
H1.HeaderClassName
{
color: #CF084D;
}
.AnyTagClassName
{
color: #CF084D;
}
</style>
background-color css
<style>
a { background-color: #CF084D; }
a { background-color: rgb(207,8,77); }
div.DivClassName
{
background-color: #CF084D;
}
.BgClassName
{
background-color: #CF084D;
}
</style>
border-color css
<style>
span { border-color: #CF084D; }
span { border-color: rgb(207,8,77); }
td.TdClassName
{
border-color: #CF084D;
}
.TagClassName
{
border-color: #CF084D;
}
</style>