Shades of Razzmatazz #CD074D
Tints of Razzmatazz #CD074D
RGB
CMYK
RGB Variations
Color information
#CD074D (or 0xCD074D) is known color: Razzmatazz. HEX triplet: CD, 07 and 4D. RGB value is (205,7,77). Sum of RGB (Red+Green+Blue) = 205+7+77=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD074D is #32F8B2. Grayscale: #4A4A4A. Windows color (decimal): -3340467 or 5048269. OLE color: 5048269.
HSL color Cylindrical-coordinate representation of color #CD074D: hue angle of 338.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD074D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.20 |
| HSL | 338.79º | 0.93% | 0.42% | - |
| HSV(B) | 338.79º | 0.97% | 0.8% | - |
| XYZ | 26.59 | 13.67 | 8.26 | - |
| YUV | 74.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 77 | 0 | 0.97 | 0.62 | 0.20 | 338.79 | 0.93 | 0.42 |
| Hex | CD | 7 | 4D | 0 | 61 | 3E | 14 | 153 | 5D | 2A |
| Octal | 315 | 7 | 115 | 0 | 141 | 76 | 24 | 523 | 135 | 52 |
| Binary | 11001101 | 111 | 1001101 | 0 | 1100001 | 111110 | 10100 | 101010011 | 1011101 | 101010 |
Color Harmonies of #CD074D
Complementary color
Monochromatic Colors of #CD074D
Black with #CD074D
Text Example
Text Example
White with #CD074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD074D; }
p { color: rgb(205,7,77); }
H1.HeaderClassName
{
color: #CD074D;
}
.AnyTagClassName
{
color: #CD074D;
}
</style>
background-color css
<style>
a { background-color: #CD074D; }
a { background-color: rgb(205,7,77); }
div.DivClassName
{
background-color: #CD074D;
}
.BgClassName
{
background-color: #CD074D;
}
</style>
border-color css
<style>
span { border-color: #CD074D; }
span { border-color: rgb(205,7,77); }
td.TdClassName
{
border-color: #CD074D;
}
.TagClassName
{
border-color: #CD074D;
}
</style>