Shades of Fuchsia #CD37BA
Tints of Fuchsia #CD37BA
RGB
CMYK
RGB Variations
Color information
#CD37BA (or 0xCD37BA) is known color: Fuchsia. HEX triplet: CD, 37 and BA. RGB value is (205,55,186). Sum of RGB (Red+Green+Blue) = 205+55+186=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37BA is #32C845. Grayscale: #727272. Windows color (decimal): -3328070 or 12203981. OLE color: 12203981.
HSL color Cylindrical-coordinate representation of color #CD37BA: hue angle of 307.6º 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 #CD37BA is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 186 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.20 |
| HSL | 307.6º | 0.6% | 0.51% | - |
| HSV(B) | 307.6º | 0.73% | 0.8% | - |
| XYZ | 35.41 | 19.26 | 48.31 | - |
| YUV | 114.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 186 | 0 | 0.73 | 0.09 | 0.20 | 307.6 | 0.6 | 0.51 |
| Hex | CD | 37 | BA | 0 | 49 | 9 | 14 | 134 | 3C | 33 |
| Octal | 315 | 67 | 272 | 0 | 111 | 11 | 24 | 464 | 74 | 63 |
| Binary | 11001101 | 110111 | 10111010 | 0 | 1001001 | 1001 | 10100 | 100110100 | 111100 | 110011 |
Color Harmonies of #CD37BA
Complementary color
Monochromatic Colors of #CD37BA
Black with #CD37BA
Text Example
Text Example
White with #CD37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37BA; }
p { color: rgb(205,55,186); }
H1.HeaderClassName
{
color: #CD37BA;
}
.AnyTagClassName
{
color: #CD37BA;
}
</style>
background-color css
<style>
a { background-color: #CD37BA; }
a { background-color: rgb(205,55,186); }
div.DivClassName
{
background-color: #CD37BA;
}
.BgClassName
{
background-color: #CD37BA;
}
</style>
border-color css
<style>
span { border-color: #CD37BA; }
span { border-color: rgb(205,55,186); }
td.TdClassName
{
border-color: #CD37BA;
}
.TagClassName
{
border-color: #CD37BA;
}
</style>