Shades of Razzmatazz #CF024D
Tints of Razzmatazz #CF024D
RGB
CMYK
RGB Variations
Color information
#CF024D (or 0xCF024D) is known color: Razzmatazz. HEX triplet: CF, 02 and 4D. RGB value is (207,2,77). Sum of RGB (Red+Green+Blue) = 207+2+77=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF024D is #30FDB2. Grayscale: #474747. Windows color (decimal): -3210675 or 5046991. OLE color: 5046991.
HSL color Cylindrical-coordinate representation of color #CF024D: hue angle of 338.05º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF024D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.19 |
| HSL | 338.05º | 0.98% | 0.41% | - |
| HSV(B) | 338.05º | 0.99% | 0.81% | - |
| XYZ | 27.09 | 13.84 | 8.27 | - |
| YUV | 71.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 77 | 0 | 0.99 | 0.63 | 0.19 | 338.05 | 0.98 | 0.41 |
| Hex | CF | 2 | 4D | 0 | 63 | 3F | 13 | 152 | 62 | 29 |
| Octal | 317 | 2 | 115 | 0 | 143 | 77 | 23 | 522 | 142 | 51 |
| Binary | 11001111 | 10 | 1001101 | 0 | 1100011 | 111111 | 10011 | 101010010 | 1100010 | 101001 |
Color Harmonies of #CF024D
Complementary color
Monochromatic Colors of #CF024D
Black with #CF024D
Text Example
Text Example
White with #CF024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF024D; }
p { color: rgb(207,2,77); }
H1.HeaderClassName
{
color: #CF024D;
}
.AnyTagClassName
{
color: #CF024D;
}
</style>
background-color css
<style>
a { background-color: #CF024D; }
a { background-color: rgb(207,2,77); }
div.DivClassName
{
background-color: #CF024D;
}
.BgClassName
{
background-color: #CF024D;
}
</style>
border-color css
<style>
span { border-color: #CF024D; }
span { border-color: rgb(207,2,77); }
td.TdClassName
{
border-color: #CF024D;
}
.TagClassName
{
border-color: #CF024D;
}
</style>