Shades of Razzmatazz #CF0060
Tints of Razzmatazz #CF0060
RGB
CMYK
RGB Variations
Color information
#CF0060 (or 0xCF0060) is known color: Razzmatazz. HEX triplet: CF, 00 and 60. RGB value is (207,0,96). Sum of RGB (Red+Green+Blue) = 207+0+96=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0060 is #30FF9F. Grayscale: #484848. Windows color (decimal): -3211168 or 6291663. OLE color: 6291663.
HSL color Cylindrical-coordinate representation of color #CF0060: hue angle of 332.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0060 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.54 | 0.19 |
| HSL | 332.17º | 1% | 0.41% | - |
| HSV(B) | 332.17º | 1% | 0.81% | - |
| XYZ | 27.84 | 14.11 | 12.32 | - |
| YUV | 72.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 96 | 0 | 1 | 0.54 | 0.19 | 332.17 | 1 | 0.41 |
| Hex | CF | 0 | 60 | 0 | 64 | 36 | 13 | 14C | 64 | 29 |
| Octal | 317 | 0 | 140 | 0 | 144 | 66 | 23 | 514 | 144 | 51 |
| Binary | 11001111 | 0 | 1100000 | 0 | 1100100 | 110110 | 10011 | 101001100 | 1100100 | 101001 |
Color Harmonies of #CF0060
Complementary color
Monochromatic Colors of #CF0060
Black with #CF0060
Text Example
Text Example
White with #CF0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0060; }
p { color: rgb(207,0,96); }
H1.HeaderClassName
{
color: #CF0060;
}
.AnyTagClassName
{
color: #CF0060;
}
</style>
background-color css
<style>
a { background-color: #CF0060; }
a { background-color: rgb(207,0,96); }
div.DivClassName
{
background-color: #CF0060;
}
.BgClassName
{
background-color: #CF0060;
}
</style>
border-color css
<style>
span { border-color: #CF0060; }
span { border-color: rgb(207,0,96); }
td.TdClassName
{
border-color: #CF0060;
}
.TagClassName
{
border-color: #CF0060;
}
</style>