Shades of Razzmatazz #CF015F
Tints of Razzmatazz #CF015F
RGB
CMYK
RGB Variations
Color information
#CF015F (or 0xCF015F) is known color: Razzmatazz. HEX triplet: CF, 01 and 5F. RGB value is (207,1,95). Sum of RGB (Red+Green+Blue) = 207+1+95=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF015F is #30FEA0. Grayscale: #494949. Windows color (decimal): -3210913 or 6226383. OLE color: 6226383.
HSL color Cylindrical-coordinate representation of color #CF015F: hue angle of 332.62º 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 #CF015F is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.19 |
| HSL | 332.62º | 0.99% | 0.41% | - |
| HSV(B) | 332.62º | 1% | 0.81% | - |
| XYZ | 27.81 | 14.11 | 12.08 | - |
| YUV | 73.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 95 | 0 | 1.00 | 0.54 | 0.19 | 332.62 | 0.99 | 0.41 |
| Hex | CF | 1 | 5F | 0 | 64 | 36 | 13 | 14D | 63 | 29 |
| Octal | 317 | 1 | 137 | 0 | 144 | 66 | 23 | 515 | 143 | 51 |
| Binary | 11001111 | 1 | 1011111 | 0 | 1100100 | 110110 | 10011 | 101001101 | 1100011 | 101001 |
Color Harmonies of #CF015F
Complementary color
Monochromatic Colors of #CF015F
Black with #CF015F
Text Example
Text Example
White with #CF015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF015F; }
p { color: rgb(207,1,95); }
H1.HeaderClassName
{
color: #CF015F;
}
.AnyTagClassName
{
color: #CF015F;
}
</style>
background-color css
<style>
a { background-color: #CF015F; }
a { background-color: rgb(207,1,95); }
div.DivClassName
{
background-color: #CF015F;
}
.BgClassName
{
background-color: #CF015F;
}
</style>
border-color css
<style>
span { border-color: #CF015F; }
span { border-color: rgb(207,1,95); }
td.TdClassName
{
border-color: #CF015F;
}
.TagClassName
{
border-color: #CF015F;
}
</style>