Shades of Razzmatazz #CD035D
Tints of Razzmatazz #CD035D
RGB
CMYK
RGB Variations
Color information
#CD035D (or 0xCD035D) is known color: Razzmatazz. HEX triplet: CD, 03 and 5D. RGB value is (205,3,93). Sum of RGB (Red+Green+Blue) = 205+3+93=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD035D is #32FCA2. Grayscale: #494949. Windows color (decimal): -3341475 or 6095821. OLE color: 6095821.
HSL color Cylindrical-coordinate representation of color #CD035D: hue angle of 333.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD035D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.20 |
| HSL | 333.27º | 0.97% | 0.41% | - |
| HSV(B) | 333.27º | 0.99% | 0.8% | - |
| XYZ | 27.19 | 13.83 | 11.59 | - |
| YUV | 73.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 93 | 0 | 0.99 | 0.55 | 0.20 | 333.27 | 0.97 | 0.41 |
| Hex | CD | 3 | 5D | 0 | 63 | 37 | 14 | 14D | 61 | 29 |
| Octal | 315 | 3 | 135 | 0 | 143 | 67 | 24 | 515 | 141 | 51 |
| Binary | 11001101 | 11 | 1011101 | 0 | 1100011 | 110111 | 10100 | 101001101 | 1100001 | 101001 |
Color Harmonies of #CD035D
Complementary color
Monochromatic Colors of #CD035D
Black with #CD035D
Text Example
Text Example
White with #CD035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD035D; }
p { color: rgb(205,3,93); }
H1.HeaderClassName
{
color: #CD035D;
}
.AnyTagClassName
{
color: #CD035D;
}
</style>
background-color css
<style>
a { background-color: #CD035D; }
a { background-color: rgb(205,3,93); }
div.DivClassName
{
background-color: #CD035D;
}
.BgClassName
{
background-color: #CD035D;
}
</style>
border-color css
<style>
span { border-color: #CD035D; }
span { border-color: rgb(205,3,93); }
td.TdClassName
{
border-color: #CD035D;
}
.TagClassName
{
border-color: #CD035D;
}
</style>