Shades of Fuchsia #CD37B7
Tints of Fuchsia #CD37B7
RGB
CMYK
RGB Variations
Color information
#CD37B7 (or 0xCD37B7) is known color: Fuchsia. HEX triplet: CD, 37 and B7. RGB value is (205,55,183). Sum of RGB (Red+Green+Blue) = 205+55+183=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD37B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37B7 is #32C848. Grayscale: #727272. Windows color (decimal): -3328073 or 12007373. OLE color: 12007373.
HSL color Cylindrical-coordinate representation of color #CD37B7: hue angle of 308.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD37B7 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 183 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.20 |
| HSL | 308.8º | 0.6% | 0.51% | - |
| HSV(B) | 308.8º | 0.73% | 0.8% | - |
| XYZ | 35.09 | 19.13 | 46.64 | - |
| YUV | 114.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 183 | 0 | 0.73 | 0.11 | 0.20 | 308.8 | 0.6 | 0.51 |
| Hex | CD | 37 | B7 | 0 | 49 | B | 14 | 135 | 3C | 33 |
| Octal | 315 | 67 | 267 | 0 | 111 | 13 | 24 | 465 | 74 | 63 |
| Binary | 11001101 | 110111 | 10110111 | 0 | 1001001 | 1011 | 10100 | 100110101 | 111100 | 110011 |
Color Harmonies of #CD37B7
Complementary color
Monochromatic Colors of #CD37B7
Black with #CD37B7
Text Example
Text Example
White with #CD37B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37B7; }
p { color: rgb(205,55,183); }
H1.HeaderClassName
{
color: #CD37B7;
}
.AnyTagClassName
{
color: #CD37B7;
}
</style>
background-color css
<style>
a { background-color: #CD37B7; }
a { background-color: rgb(205,55,183); }
div.DivClassName
{
background-color: #CD37B7;
}
.BgClassName
{
background-color: #CD37B7;
}
</style>
border-color css
<style>
span { border-color: #CD37B7; }
span { border-color: rgb(205,55,183); }
td.TdClassName
{
border-color: #CD37B7;
}
.TagClassName
{
border-color: #CD37B7;
}
</style>