Shades of Razzmatazz #CF005F
Tints of Razzmatazz #CF005F
RGB
CMYK
RGB Variations
Color information
#CF005F (or 0xCF005F) is known color: Razzmatazz. HEX triplet: CF, 00 and 5F. RGB value is (207,0,95). Sum of RGB (Red+Green+Blue) = 207+0+95=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF005F is #30FFA0. Grayscale: #484848. Windows color (decimal): -3211169 or 6226127. OLE color: 6226127.
HSL color Cylindrical-coordinate representation of color #CF005F: hue angle of 332.46º 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 #CF005F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.54 | 0.19 |
| HSL | 332.46º | 1% | 0.41% | - |
| HSV(B) | 332.46º | 1% | 0.81% | - |
| XYZ | 27.8 | 14.09 | 12.08 | - |
| YUV | 72.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 95 | 0 | 1 | 0.54 | 0.19 | 332.46 | 1 | 0.41 |
| Hex | CF | 0 | 5F | 0 | 64 | 36 | 13 | 14C | 64 | 29 |
| Octal | 317 | 0 | 137 | 0 | 144 | 66 | 23 | 514 | 144 | 51 |
| Binary | 11001111 | 0 | 1011111 | 0 | 1100100 | 110110 | 10011 | 101001100 | 1100100 | 101001 |
Color Harmonies of #CF005F
Complementary color
Monochromatic Colors of #CF005F
Black with #CF005F
Text Example
Text Example
White with #CF005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF005F; }
p { color: rgb(207,0,95); }
H1.HeaderClassName
{
color: #CF005F;
}
.AnyTagClassName
{
color: #CF005F;
}
</style>
background-color css
<style>
a { background-color: #CF005F; }
a { background-color: rgb(207,0,95); }
div.DivClassName
{
background-color: #CF005F;
}
.BgClassName
{
background-color: #CF005F;
}
</style>
border-color css
<style>
span { border-color: #CF005F; }
span { border-color: rgb(207,0,95); }
td.TdClassName
{
border-color: #CF005F;
}
.TagClassName
{
border-color: #CF005F;
}
</style>