Shades of Razzmatazz #CF014C
Tints of Razzmatazz #CF014C
RGB
CMYK
RGB Variations
Color information
#CF014C (or 0xCF014C) is known color: Razzmatazz. HEX triplet: CF, 01 and 4C. RGB value is (207,1,76). Sum of RGB (Red+Green+Blue) = 207+1+76=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF014C is #30FEB3. Grayscale: #474747. Windows color (decimal): -3210932 or 4981199. OLE color: 4981199.
HSL color Cylindrical-coordinate representation of color #CF014C: hue angle of 338.16º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF014C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.19 |
| HSL | 338.16º | 0.99% | 0.41% | - |
| HSV(B) | 338.16º | 1% | 0.81% | - |
| XYZ | 27.05 | 13.81 | 8.08 | - |
| YUV | 71.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 76 | 0 | 1.00 | 0.63 | 0.19 | 338.16 | 0.99 | 0.41 |
| Hex | CF | 1 | 4C | 0 | 64 | 3F | 13 | 152 | 63 | 29 |
| Octal | 317 | 1 | 114 | 0 | 144 | 77 | 23 | 522 | 143 | 51 |
| Binary | 11001111 | 1 | 1001100 | 0 | 1100100 | 111111 | 10011 | 101010010 | 1100011 | 101001 |
Color Harmonies of #CF014C
Complementary color
Monochromatic Colors of #CF014C
Black with #CF014C
Text Example
Text Example
White with #CF014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF014C; }
p { color: rgb(207,1,76); }
H1.HeaderClassName
{
color: #CF014C;
}
.AnyTagClassName
{
color: #CF014C;
}
</style>
background-color css
<style>
a { background-color: #CF014C; }
a { background-color: rgb(207,1,76); }
div.DivClassName
{
background-color: #CF014C;
}
.BgClassName
{
background-color: #CF014C;
}
</style>
border-color css
<style>
span { border-color: #CF014C; }
span { border-color: rgb(207,1,76); }
td.TdClassName
{
border-color: #CF014C;
}
.TagClassName
{
border-color: #CF014C;
}
</style>