Shades of Razzmatazz #CF0163
Tints of Razzmatazz #CF0163
RGB
CMYK
RGB Variations
Color information
#CF0163 (or 0xCF0163) is known color: Razzmatazz. HEX triplet: CF, 01 and 63. RGB value is (207,1,99). Sum of RGB (Red+Green+Blue) = 207+1+99=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0163 is #30FE9C. Grayscale: #494949. Windows color (decimal): -3210909 or 6488527. OLE color: 6488527.
HSL color Cylindrical-coordinate representation of color #CF0163: hue angle of 331.46º 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 #CF0163 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.19 |
| HSL | 331.46º | 0.99% | 0.41% | - |
| HSV(B) | 331.46º | 1% | 0.81% | - |
| XYZ | 28 | 14.19 | 13.07 | - |
| YUV | 73.77 | 142.25 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 99 | 0 | 1.00 | 0.52 | 0.19 | 331.46 | 0.99 | 0.41 |
| Hex | CF | 1 | 63 | 0 | 64 | 34 | 13 | 14B | 63 | 29 |
| Octal | 317 | 1 | 143 | 0 | 144 | 64 | 23 | 513 | 143 | 51 |
| Binary | 11001111 | 1 | 1100011 | 0 | 1100100 | 110100 | 10011 | 101001011 | 1100011 | 101001 |
Color Harmonies of #CF0163
Complementary color
Monochromatic Colors of #CF0163
Black with #CF0163
Text Example
Text Example
White with #CF0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0163; }
p { color: rgb(207,1,99); }
H1.HeaderClassName
{
color: #CF0163;
}
.AnyTagClassName
{
color: #CF0163;
}
</style>
background-color css
<style>
a { background-color: #CF0163; }
a { background-color: rgb(207,1,99); }
div.DivClassName
{
background-color: #CF0163;
}
.BgClassName
{
background-color: #CF0163;
}
</style>
border-color css
<style>
span { border-color: #CF0163; }
span { border-color: rgb(207,1,99); }
td.TdClassName
{
border-color: #CF0163;
}
.TagClassName
{
border-color: #CF0163;
}
</style>