Shades of Razzmatazz #CF014E
Tints of Razzmatazz #CF014E
RGB
CMYK
RGB Variations
Color information
#CF014E (or 0xCF014E) is known color: Razzmatazz. HEX triplet: CF, 01 and 4E. RGB value is (207,1,78). Sum of RGB (Red+Green+Blue) = 207+1+78=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF014E is #30FEB1. Grayscale: #474747. Windows color (decimal): -3210930 or 5112271. OLE color: 5112271.
HSL color Cylindrical-coordinate representation of color #CF014E: hue angle of 337.57º 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 #CF014E is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.19 |
| HSL | 337.57º | 0.99% | 0.41% | - |
| HSV(B) | 337.57º | 1% | 0.81% | - |
| XYZ | 27.12 | 13.84 | 8.45 | - |
| YUV | 71.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 78 | 0 | 1.00 | 0.62 | 0.19 | 337.57 | 0.99 | 0.41 |
| Hex | CF | 1 | 4E | 0 | 64 | 3E | 13 | 152 | 63 | 29 |
| Octal | 317 | 1 | 116 | 0 | 144 | 76 | 23 | 522 | 143 | 51 |
| Binary | 11001111 | 1 | 1001110 | 0 | 1100100 | 111110 | 10011 | 101010010 | 1100011 | 101001 |
Color Harmonies of #CF014E
Complementary color
Monochromatic Colors of #CF014E
Black with #CF014E
Text Example
Text Example
White with #CF014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF014E; }
p { color: rgb(207,1,78); }
H1.HeaderClassName
{
color: #CF014E;
}
.AnyTagClassName
{
color: #CF014E;
}
</style>
background-color css
<style>
a { background-color: #CF014E; }
a { background-color: rgb(207,1,78); }
div.DivClassName
{
background-color: #CF014E;
}
.BgClassName
{
background-color: #CF014E;
}
</style>
border-color css
<style>
span { border-color: #CF014E; }
span { border-color: rgb(207,1,78); }
td.TdClassName
{
border-color: #CF014E;
}
.TagClassName
{
border-color: #CF014E;
}
</style>