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