Shades of Razzmatazz #CA074D
Tints of Razzmatazz #CA074D
RGB
CMYK
RGB Variations
Color information
#CA074D (or 0xCA074D) is known color: Razzmatazz. HEX triplet: CA, 07 and 4D. RGB value is (202,7,77). Sum of RGB (Red+Green+Blue) = 202+7+77=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA074D is #35F8B2. Grayscale: #494949. Windows color (decimal): -3537075 or 5048266. OLE color: 5048266.
HSL color Cylindrical-coordinate representation of color #CA074D: hue angle of 338.46º 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 #CA074D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.21 |
| HSL | 338.46º | 0.93% | 0.41% | - |
| HSV(B) | 338.46º | 0.97% | 0.79% | - |
| XYZ | 25.77 | 13.24 | 8.22 | - |
| YUV | 73.29 | 130.1 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 77 | 0 | 0.97 | 0.62 | 0.21 | 338.46 | 0.93 | 0.41 |
| Hex | CA | 7 | 4D | 0 | 61 | 3E | 15 | 152 | 5D | 29 |
| Octal | 312 | 7 | 115 | 0 | 141 | 76 | 25 | 522 | 135 | 51 |
| Binary | 11001010 | 111 | 1001101 | 0 | 1100001 | 111110 | 10101 | 101010010 | 1011101 | 101001 |
Color Harmonies of #CA074D
Complementary color
Monochromatic Colors of #CA074D
Black with #CA074D
Text Example
Text Example
White with #CA074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA074D; }
p { color: rgb(202,7,77); }
H1.HeaderClassName
{
color: #CA074D;
}
.AnyTagClassName
{
color: #CA074D;
}
</style>
background-color css
<style>
a { background-color: #CA074D; }
a { background-color: rgb(202,7,77); }
div.DivClassName
{
background-color: #CA074D;
}
.BgClassName
{
background-color: #CA074D;
}
</style>
border-color css
<style>
span { border-color: #CA074D; }
span { border-color: rgb(202,7,77); }
td.TdClassName
{
border-color: #CA074D;
}
.TagClassName
{
border-color: #CA074D;
}
</style>