Shades of Razzmatazz #CF0350
Tints of Razzmatazz #CF0350
RGB
CMYK
RGB Variations
Color information
#CF0350 (or 0xCF0350) is known color: Razzmatazz. HEX triplet: CF, 03 and 50. RGB value is (207,3,80). Sum of RGB (Red+Green+Blue) = 207+3+80=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0350 is #30FCAF. Grayscale: #484848. Windows color (decimal): -3210416 or 5243855. OLE color: 5243855.
HSL color Cylindrical-coordinate representation of color #CF0350: hue angle of 337.35º degrees, saturation: 0.97, 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 #CF0350 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.19 |
| HSL | 337.35º | 0.97% | 0.41% | - |
| HSV(B) | 337.35º | 0.99% | 0.81% | - |
| XYZ | 27.21 | 13.91 | 8.84 | - |
| YUV | 72.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 80 | 0 | 0.99 | 0.61 | 0.19 | 337.35 | 0.97 | 0.41 |
| Hex | CF | 3 | 50 | 0 | 63 | 3D | 13 | 151 | 61 | 29 |
| Octal | 317 | 3 | 120 | 0 | 143 | 75 | 23 | 521 | 141 | 51 |
| Binary | 11001111 | 11 | 1010000 | 0 | 1100011 | 111101 | 10011 | 101010001 | 1100001 | 101001 |
Color Harmonies of #CF0350
Complementary color
Monochromatic Colors of #CF0350
Black with #CF0350
Text Example
Text Example
White with #CF0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0350; }
p { color: rgb(207,3,80); }
H1.HeaderClassName
{
color: #CF0350;
}
.AnyTagClassName
{
color: #CF0350;
}
</style>
background-color css
<style>
a { background-color: #CF0350; }
a { background-color: rgb(207,3,80); }
div.DivClassName
{
background-color: #CF0350;
}
.BgClassName
{
background-color: #CF0350;
}
</style>
border-color css
<style>
span { border-color: #CF0350; }
span { border-color: rgb(207,3,80); }
td.TdClassName
{
border-color: #CF0350;
}
.TagClassName
{
border-color: #CF0350;
}
</style>