Shades of Razzmatazz #CF015B
Tints of Razzmatazz #CF015B
RGB
CMYK
RGB Variations
Color information
#CF015B (or 0xCF015B) is known color: Razzmatazz. HEX triplet: CF, 01 and 5B. RGB value is (207,1,91). Sum of RGB (Red+Green+Blue) = 207+1+91=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF015B is #30FEA4. Grayscale: #484848. Windows color (decimal): -3210917 or 5964239. OLE color: 5964239.
HSL color Cylindrical-coordinate representation of color #CF015B: hue angle of 333.79º 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 #CF015B is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.19 |
| HSL | 333.79º | 0.99% | 0.41% | - |
| HSV(B) | 333.79º | 1% | 0.81% | - |
| XYZ | 27.63 | 14.04 | 11.15 | - |
| YUV | 72.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 91 | 0 | 1.00 | 0.56 | 0.19 | 333.79 | 0.99 | 0.41 |
| Hex | CF | 1 | 5B | 0 | 64 | 38 | 13 | 14E | 63 | 29 |
| Octal | 317 | 1 | 133 | 0 | 144 | 70 | 23 | 516 | 143 | 51 |
| Binary | 11001111 | 1 | 1011011 | 0 | 1100100 | 111000 | 10011 | 101001110 | 1100011 | 101001 |
Color Harmonies of #CF015B
Complementary color
Monochromatic Colors of #CF015B
Black with #CF015B
Text Example
Text Example
White with #CF015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF015B; }
p { color: rgb(207,1,91); }
H1.HeaderClassName
{
color: #CF015B;
}
.AnyTagClassName
{
color: #CF015B;
}
</style>
background-color css
<style>
a { background-color: #CF015B; }
a { background-color: rgb(207,1,91); }
div.DivClassName
{
background-color: #CF015B;
}
.BgClassName
{
background-color: #CF015B;
}
</style>
border-color css
<style>
span { border-color: #CF015B; }
span { border-color: rgb(207,1,91); }
td.TdClassName
{
border-color: #CF015B;
}
.TagClassName
{
border-color: #CF015B;
}
</style>