Shades of Razzmatazz #CF015D
Tints of Razzmatazz #CF015D
RGB
CMYK
RGB Variations
Color information
#CF015D (or 0xCF015D) is known color: Razzmatazz. HEX triplet: CF, 01 and 5D. RGB value is (207,1,93). Sum of RGB (Red+Green+Blue) = 207+1+93=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF015D is #30FEA2. Grayscale: #484848. Windows color (decimal): -3210915 or 6095311. OLE color: 6095311.
HSL color Cylindrical-coordinate representation of color #CF015D: hue angle of 333.2º 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 #CF015D is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.19 |
| HSL | 333.2º | 0.99% | 0.41% | - |
| HSV(B) | 333.2º | 1% | 0.81% | - |
| XYZ | 27.72 | 14.08 | 11.61 | - |
| YUV | 73.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 93 | 0 | 1.00 | 0.55 | 0.19 | 333.2 | 0.99 | 0.41 |
| Hex | CF | 1 | 5D | 0 | 64 | 37 | 13 | 14D | 63 | 29 |
| Octal | 317 | 1 | 135 | 0 | 144 | 67 | 23 | 515 | 143 | 51 |
| Binary | 11001111 | 1 | 1011101 | 0 | 1100100 | 110111 | 10011 | 101001101 | 1100011 | 101001 |
Color Harmonies of #CF015D
Complementary color
Monochromatic Colors of #CF015D
Black with #CF015D
Text Example
Text Example
White with #CF015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF015D; }
p { color: rgb(207,1,93); }
H1.HeaderClassName
{
color: #CF015D;
}
.AnyTagClassName
{
color: #CF015D;
}
</style>
background-color css
<style>
a { background-color: #CF015D; }
a { background-color: rgb(207,1,93); }
div.DivClassName
{
background-color: #CF015D;
}
.BgClassName
{
background-color: #CF015D;
}
</style>
border-color css
<style>
span { border-color: #CF015D; }
span { border-color: rgb(207,1,93); }
td.TdClassName
{
border-color: #CF015D;
}
.TagClassName
{
border-color: #CF015D;
}
</style>