Shades of Razzmatazz #CA074C
Tints of Razzmatazz #CA074C
RGB
CMYK
RGB Variations
Color information
#CA074C (or 0xCA074C) is known color: Razzmatazz. HEX triplet: CA, 07 and 4C. RGB value is (202,7,76). Sum of RGB (Red+Green+Blue) = 202+7+76=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA074C is #35F8B3. Grayscale: #494949. Windows color (decimal): -3537076 or 4982730. OLE color: 4982730.
HSL color Cylindrical-coordinate representation of color #CA074C: hue angle of 338.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA074C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 76 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.21 |
| HSL | 338.77º | 0.93% | 0.41% | - |
| HSV(B) | 338.77º | 0.97% | 0.79% | - |
| XYZ | 25.74 | 13.23 | 8.03 | - |
| YUV | 73.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 76 | 0 | 0.97 | 0.62 | 0.21 | 338.77 | 0.93 | 0.41 |
| Hex | CA | 7 | 4C | 0 | 61 | 3E | 15 | 153 | 5D | 29 |
| Octal | 312 | 7 | 114 | 0 | 141 | 76 | 25 | 523 | 135 | 51 |
| Binary | 11001010 | 111 | 1001100 | 0 | 1100001 | 111110 | 10101 | 101010011 | 1011101 | 101001 |
Color Harmonies of #CA074C
Complementary color
Monochromatic Colors of #CA074C
Black with #CA074C
Text Example
Text Example
White with #CA074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA074C; }
p { color: rgb(202,7,76); }
H1.HeaderClassName
{
color: #CA074C;
}
.AnyTagClassName
{
color: #CA074C;
}
</style>
background-color css
<style>
a { background-color: #CA074C; }
a { background-color: rgb(202,7,76); }
div.DivClassName
{
background-color: #CA074C;
}
.BgClassName
{
background-color: #CA074C;
}
</style>
border-color css
<style>
span { border-color: #CA074C; }
span { border-color: rgb(202,7,76); }
td.TdClassName
{
border-color: #CA074C;
}
.TagClassName
{
border-color: #CA074C;
}
</style>