Shades of Razzmatazz #CF0260
Tints of Razzmatazz #CF0260
RGB
CMYK
RGB Variations
Color information
#CF0260 (or 0xCF0260) is known color: Razzmatazz. HEX triplet: CF, 02 and 60. RGB value is (207,2,96). Sum of RGB (Red+Green+Blue) = 207+2+96=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0260 is #30FD9F. Grayscale: #494949. Windows color (decimal): -3210656 or 6292175. OLE color: 6292175.
HSL color Cylindrical-coordinate representation of color #CF0260: hue angle of 332.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0260 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.19 |
| HSL | 332.49º | 0.98% | 0.41% | - |
| HSV(B) | 332.49º | 0.99% | 0.81% | - |
| XYZ | 27.87 | 14.15 | 12.33 | - |
| YUV | 74.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 96 | 0 | 0.99 | 0.54 | 0.19 | 332.49 | 0.98 | 0.41 |
| Hex | CF | 2 | 60 | 0 | 63 | 36 | 13 | 14C | 62 | 29 |
| Octal | 317 | 2 | 140 | 0 | 143 | 66 | 23 | 514 | 142 | 51 |
| Binary | 11001111 | 10 | 1100000 | 0 | 1100011 | 110110 | 10011 | 101001100 | 1100010 | 101001 |
Color Harmonies of #CF0260
Complementary color
Monochromatic Colors of #CF0260
Black with #CF0260
Text Example
Text Example
White with #CF0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0260; }
p { color: rgb(207,2,96); }
H1.HeaderClassName
{
color: #CF0260;
}
.AnyTagClassName
{
color: #CF0260;
}
</style>
background-color css
<style>
a { background-color: #CF0260; }
a { background-color: rgb(207,2,96); }
div.DivClassName
{
background-color: #CF0260;
}
.BgClassName
{
background-color: #CF0260;
}
</style>
border-color css
<style>
span { border-color: #CF0260; }
span { border-color: rgb(207,2,96); }
td.TdClassName
{
border-color: #CF0260;
}
.TagClassName
{
border-color: #CF0260;
}
</style>