Shades of Razzmatazz #CF005A
Tints of Razzmatazz #CF005A
RGB
CMYK
RGB Variations
Color information
#CF005A (or 0xCF005A) is known color: Razzmatazz. HEX triplet: CF, 00 and 5A. RGB value is (207,0,90). Sum of RGB (Red+Green+Blue) = 207+0+90=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF005A is #30FFA5. Grayscale: #484848. Windows color (decimal): -3211174 or 5898447. OLE color: 5898447.
HSL color Cylindrical-coordinate representation of color #CF005A: hue angle of 333.91º 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 #CF005A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.57 | 0.19 |
| HSL | 333.91º | 1% | 0.41% | - |
| HSV(B) | 333.91º | 1% | 0.81% | - |
| XYZ | 27.58 | 14 | 10.92 | - |
| YUV | 72.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 90 | 0 | 1 | 0.57 | 0.19 | 333.91 | 1 | 0.41 |
| Hex | CF | 0 | 5A | 0 | 64 | 39 | 13 | 14E | 64 | 29 |
| Octal | 317 | 0 | 132 | 0 | 144 | 71 | 23 | 516 | 144 | 51 |
| Binary | 11001111 | 0 | 1011010 | 0 | 1100100 | 111001 | 10011 | 101001110 | 1100100 | 101001 |
Color Harmonies of #CF005A
Complementary color
Monochromatic Colors of #CF005A
Black with #CF005A
Text Example
Text Example
White with #CF005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF005A; }
p { color: rgb(207,0,90); }
H1.HeaderClassName
{
color: #CF005A;
}
.AnyTagClassName
{
color: #CF005A;
}
</style>
background-color css
<style>
a { background-color: #CF005A; }
a { background-color: rgb(207,0,90); }
div.DivClassName
{
background-color: #CF005A;
}
.BgClassName
{
background-color: #CF005A;
}
</style>
border-color css
<style>
span { border-color: #CF005A; }
span { border-color: rgb(207,0,90); }
td.TdClassName
{
border-color: #CF005A;
}
.TagClassName
{
border-color: #CF005A;
}
</style>