Shades of Razzmatazz #CF024F
Tints of Razzmatazz #CF024F
RGB
CMYK
RGB Variations
Color information
#CF024F (or 0xCF024F) is known color: Razzmatazz. HEX triplet: CF, 02 and 4F. RGB value is (207,2,79). Sum of RGB (Red+Green+Blue) = 207+2+79=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF024F is #30FDB0. Grayscale: #474747. Windows color (decimal): -3210673 or 5178063. OLE color: 5178063.
HSL color Cylindrical-coordinate representation of color #CF024F: hue angle of 337.46º 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 #CF024F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.19 |
| HSL | 337.46º | 0.98% | 0.41% | - |
| HSV(B) | 337.46º | 0.99% | 0.81% | - |
| XYZ | 27.17 | 13.87 | 8.64 | - |
| YUV | 72.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 79 | 0 | 0.99 | 0.62 | 0.19 | 337.46 | 0.98 | 0.41 |
| Hex | CF | 2 | 4F | 0 | 63 | 3E | 13 | 151 | 62 | 29 |
| Octal | 317 | 2 | 117 | 0 | 143 | 76 | 23 | 521 | 142 | 51 |
| Binary | 11001111 | 10 | 1001111 | 0 | 1100011 | 111110 | 10011 | 101010001 | 1100010 | 101001 |
Color Harmonies of #CF024F
Complementary color
Monochromatic Colors of #CF024F
Black with #CF024F
Text Example
Text Example
White with #CF024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF024F; }
p { color: rgb(207,2,79); }
H1.HeaderClassName
{
color: #CF024F;
}
.AnyTagClassName
{
color: #CF024F;
}
</style>
background-color css
<style>
a { background-color: #CF024F; }
a { background-color: rgb(207,2,79); }
div.DivClassName
{
background-color: #CF024F;
}
.BgClassName
{
background-color: #CF024F;
}
</style>
border-color css
<style>
span { border-color: #CF024F; }
span { border-color: rgb(207,2,79); }
td.TdClassName
{
border-color: #CF024F;
}
.TagClassName
{
border-color: #CF024F;
}
</style>