Shades of Razzmatazz #CA094D
Tints of Razzmatazz #CA094D
RGB
CMYK
RGB Variations
Color information
#CA094D (or 0xCA094D) is known color: Razzmatazz. HEX triplet: CA, 09 and 4D. RGB value is (202,9,77). Sum of RGB (Red+Green+Blue) = 202+9+77=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA094D is #35F6B2. Grayscale: #4A4A4A. Windows color (decimal): -3536563 or 5048778. OLE color: 5048778.
HSL color Cylindrical-coordinate representation of color #CA094D: hue angle of 338.86º degrees, saturation: 0.91, 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 #CA094D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.21 |
| HSL | 338.86º | 0.91% | 0.41% | - |
| HSV(B) | 338.86º | 0.96% | 0.79% | - |
| XYZ | 25.79 | 13.29 | 8.23 | - |
| YUV | 74.46 | 129.44 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 77 | 0 | 0.96 | 0.62 | 0.21 | 338.86 | 0.91 | 0.41 |
| Hex | CA | 9 | 4D | 0 | 60 | 3E | 15 | 153 | 5B | 29 |
| Octal | 312 | 11 | 115 | 0 | 140 | 76 | 25 | 523 | 133 | 51 |
| Binary | 11001010 | 1001 | 1001101 | 0 | 1100000 | 111110 | 10101 | 101010011 | 1011011 | 101001 |
Color Harmonies of #CA094D
Complementary color
Monochromatic Colors of #CA094D
Black with #CA094D
Text Example
Text Example
White with #CA094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA094D; }
p { color: rgb(202,9,77); }
H1.HeaderClassName
{
color: #CA094D;
}
.AnyTagClassName
{
color: #CA094D;
}
</style>
background-color css
<style>
a { background-color: #CA094D; }
a { background-color: rgb(202,9,77); }
div.DivClassName
{
background-color: #CA094D;
}
.BgClassName
{
background-color: #CA094D;
}
</style>
border-color css
<style>
span { border-color: #CA094D; }
span { border-color: rgb(202,9,77); }
td.TdClassName
{
border-color: #CA094D;
}
.TagClassName
{
border-color: #CA094D;
}
</style>