Shades of Razzmatazz #CF024A
Tints of Razzmatazz #CF024A
RGB
CMYK
RGB Variations
Color information
#CF024A (or 0xCF024A) is known color: Razzmatazz. HEX triplet: CF, 02 and 4A. RGB value is (207,2,74). Sum of RGB (Red+Green+Blue) = 207+2+74=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF024A is #30FDB5. Grayscale: #474747. Windows color (decimal): -3210678 or 4850383. OLE color: 4850383.
HSL color Cylindrical-coordinate representation of color #CF024A: hue angle of 338.93º 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 #CF024A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.19 |
| HSL | 338.93º | 0.98% | 0.41% | - |
| HSV(B) | 338.93º | 0.99% | 0.81% | - |
| XYZ | 26.99 | 13.8 | 7.72 | - |
| YUV | 71.5 | 129.42 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 74 | 0 | 0.99 | 0.64 | 0.19 | 338.93 | 0.98 | 0.41 |
| Hex | CF | 2 | 4A | 0 | 63 | 40 | 13 | 153 | 62 | 29 |
| Octal | 317 | 2 | 112 | 0 | 143 | 100 | 23 | 523 | 142 | 51 |
| Binary | 11001111 | 10 | 1001010 | 0 | 1100011 | 1000000 | 10011 | 101010011 | 1100010 | 101001 |
Color Harmonies of #CF024A
Complementary color
Monochromatic Colors of #CF024A
Black with #CF024A
Text Example
Text Example
White with #CF024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF024A; }
p { color: rgb(207,2,74); }
H1.HeaderClassName
{
color: #CF024A;
}
.AnyTagClassName
{
color: #CF024A;
}
</style>
background-color css
<style>
a { background-color: #CF024A; }
a { background-color: rgb(207,2,74); }
div.DivClassName
{
background-color: #CF024A;
}
.BgClassName
{
background-color: #CF024A;
}
</style>
border-color css
<style>
span { border-color: #CF024A; }
span { border-color: rgb(207,2,74); }
td.TdClassName
{
border-color: #CF024A;
}
.TagClassName
{
border-color: #CF024A;
}
</style>