Shades of Razzmatazz #CF034D
Tints of Razzmatazz #CF034D
RGB
CMYK
RGB Variations
Color information
#CF034D (or 0xCF034D) is known color: Razzmatazz. HEX triplet: CF, 03 and 4D. RGB value is (207,3,77). Sum of RGB (Red+Green+Blue) = 207+3+77=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF034D is #30FCB2. Grayscale: #484848. Windows color (decimal): -3210419 or 5047247. OLE color: 5047247.
HSL color Cylindrical-coordinate representation of color #CF034D: hue angle of 338.24º 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 #CF034D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.19 |
| HSL | 338.24º | 0.97% | 0.41% | - |
| HSV(B) | 338.24º | 0.99% | 0.81% | - |
| XYZ | 27.1 | 13.87 | 8.27 | - |
| YUV | 72.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 77 | 0 | 0.99 | 0.63 | 0.19 | 338.24 | 0.97 | 0.41 |
| Hex | CF | 3 | 4D | 0 | 63 | 3F | 13 | 152 | 61 | 29 |
| Octal | 317 | 3 | 115 | 0 | 143 | 77 | 23 | 522 | 141 | 51 |
| Binary | 11001111 | 11 | 1001101 | 0 | 1100011 | 111111 | 10011 | 101010010 | 1100001 | 101001 |
Color Harmonies of #CF034D
Complementary color
Monochromatic Colors of #CF034D
Black with #CF034D
Text Example
Text Example
White with #CF034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF034D; }
p { color: rgb(207,3,77); }
H1.HeaderClassName
{
color: #CF034D;
}
.AnyTagClassName
{
color: #CF034D;
}
</style>
background-color css
<style>
a { background-color: #CF034D; }
a { background-color: rgb(207,3,77); }
div.DivClassName
{
background-color: #CF034D;
}
.BgClassName
{
background-color: #CF034D;
}
</style>
border-color css
<style>
span { border-color: #CF034D; }
span { border-color: rgb(207,3,77); }
td.TdClassName
{
border-color: #CF034D;
}
.TagClassName
{
border-color: #CF034D;
}
</style>