Shades of Razzmatazz #CF014F
Tints of Razzmatazz #CF014F
RGB
CMYK
RGB Variations
Color information
#CF014F (or 0xCF014F) is known color: Razzmatazz. HEX triplet: CF, 01 and 4F. RGB value is (207,1,79). Sum of RGB (Red+Green+Blue) = 207+1+79=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF014F is #30FEB0. Grayscale: #474747. Windows color (decimal): -3210929 or 5177807. OLE color: 5177807.
HSL color Cylindrical-coordinate representation of color #CF014F: hue angle of 337.28º 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 #CF014F is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.19 |
| HSL | 337.28º | 0.99% | 0.41% | - |
| HSV(B) | 337.28º | 1% | 0.81% | - |
| XYZ | 27.15 | 13.85 | 8.64 | - |
| YUV | 71.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 79 | 0 | 1.00 | 0.62 | 0.19 | 337.28 | 0.99 | 0.41 |
| Hex | CF | 1 | 4F | 0 | 64 | 3E | 13 | 151 | 63 | 29 |
| Octal | 317 | 1 | 117 | 0 | 144 | 76 | 23 | 521 | 143 | 51 |
| Binary | 11001111 | 1 | 1001111 | 0 | 1100100 | 111110 | 10011 | 101010001 | 1100011 | 101001 |
Color Harmonies of #CF014F
Complementary color
Monochromatic Colors of #CF014F
Black with #CF014F
Text Example
Text Example
White with #CF014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF014F; }
p { color: rgb(207,1,79); }
H1.HeaderClassName
{
color: #CF014F;
}
.AnyTagClassName
{
color: #CF014F;
}
</style>
background-color css
<style>
a { background-color: #CF014F; }
a { background-color: rgb(207,1,79); }
div.DivClassName
{
background-color: #CF014F;
}
.BgClassName
{
background-color: #CF014F;
}
</style>
border-color css
<style>
span { border-color: #CF014F; }
span { border-color: rgb(207,1,79); }
td.TdClassName
{
border-color: #CF014F;
}
.TagClassName
{
border-color: #CF014F;
}
</style>