Shades of Razzmatazz #CA084D
Tints of Razzmatazz #CA084D
RGB
CMYK
RGB Variations
Color information
#CA084D (or 0xCA084D) is known color: Razzmatazz. HEX triplet: CA, 08 and 4D. RGB value is (202,8,77). Sum of RGB (Red+Green+Blue) = 202+8+77=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA084D is #35F7B2. Grayscale: #494949. Windows color (decimal): -3536819 or 5048522. OLE color: 5048522.
HSL color Cylindrical-coordinate representation of color #CA084D: hue angle of 338.66º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA084D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.21 |
| HSL | 338.66º | 0.92% | 0.41% | - |
| HSV(B) | 338.66º | 0.96% | 0.79% | - |
| XYZ | 25.78 | 13.27 | 8.22 | - |
| YUV | 73.87 | 129.77 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 77 | 0 | 0.96 | 0.62 | 0.21 | 338.66 | 0.92 | 0.41 |
| Hex | CA | 8 | 4D | 0 | 60 | 3E | 15 | 153 | 5C | 29 |
| Octal | 312 | 10 | 115 | 0 | 140 | 76 | 25 | 523 | 134 | 51 |
| Binary | 11001010 | 1000 | 1001101 | 0 | 1100000 | 111110 | 10101 | 101010011 | 1011100 | 101001 |
Color Harmonies of #CA084D
Complementary color
Monochromatic Colors of #CA084D
Black with #CA084D
Text Example
Text Example
White with #CA084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA084D; }
p { color: rgb(202,8,77); }
H1.HeaderClassName
{
color: #CA084D;
}
.AnyTagClassName
{
color: #CA084D;
}
</style>
background-color css
<style>
a { background-color: #CA084D; }
a { background-color: rgb(202,8,77); }
div.DivClassName
{
background-color: #CA084D;
}
.BgClassName
{
background-color: #CA084D;
}
</style>
border-color css
<style>
span { border-color: #CA084D; }
span { border-color: rgb(202,8,77); }
td.TdClassName
{
border-color: #CA084D;
}
.TagClassName
{
border-color: #CA084D;
}
</style>