Shades of Razzmatazz #CF0155
Tints of Razzmatazz #CF0155
RGB
CMYK
RGB Variations
Color information
#CF0155 (or 0xCF0155) is known color: Razzmatazz. HEX triplet: CF, 01 and 55. RGB value is (207,1,85). Sum of RGB (Red+Green+Blue) = 207+1+85=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0155 is #30FEAA. Grayscale: #484848. Windows color (decimal): -3210923 or 5571023. OLE color: 5571023.
HSL color Cylindrical-coordinate representation of color #CF0155: hue angle of 335.53º 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 #CF0155 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.19 |
| HSL | 335.53º | 0.99% | 0.41% | - |
| HSV(B) | 335.53º | 1% | 0.81% | - |
| XYZ | 27.38 | 13.94 | 9.84 | - |
| YUV | 72.17 | 135.25 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 85 | 0 | 1.00 | 0.59 | 0.19 | 335.53 | 0.99 | 0.41 |
| Hex | CF | 1 | 55 | 0 | 64 | 3B | 13 | 150 | 63 | 29 |
| Octal | 317 | 1 | 125 | 0 | 144 | 73 | 23 | 520 | 143 | 51 |
| Binary | 11001111 | 1 | 1010101 | 0 | 1100100 | 111011 | 10011 | 101010000 | 1100011 | 101001 |
Color Harmonies of #CF0155
Complementary color
Monochromatic Colors of #CF0155
Black with #CF0155
Text Example
Text Example
White with #CF0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0155; }
p { color: rgb(207,1,85); }
H1.HeaderClassName
{
color: #CF0155;
}
.AnyTagClassName
{
color: #CF0155;
}
</style>
background-color css
<style>
a { background-color: #CF0155; }
a { background-color: rgb(207,1,85); }
div.DivClassName
{
background-color: #CF0155;
}
.BgClassName
{
background-color: #CF0155;
}
</style>
border-color css
<style>
span { border-color: #CF0155; }
span { border-color: rgb(207,1,85); }
td.TdClassName
{
border-color: #CF0155;
}
.TagClassName
{
border-color: #CF0155;
}
</style>