Shades of Fuchsia #CD37C9
Tints of Fuchsia #CD37C9
RGB
CMYK
RGB Variations
Color information
#CD37C9 (or 0xCD37C9) is known color: Fuchsia. HEX triplet: CD, 37 and C9. RGB value is (205,55,201). Sum of RGB (Red+Green+Blue) = 205+55+201=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD37C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37C9 is #32C836. Grayscale: #747474. Windows color (decimal): -3328055 or 13187021. OLE color: 13187021.
HSL color Cylindrical-coordinate representation of color #CD37C9: hue angle of 301.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 #CD37C9 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 201 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.20 |
| HSL | 301.6º | 0.6% | 0.51% | - |
| HSV(B) | 301.6º | 0.73% | 0.8% | - |
| XYZ | 37.09 | 19.93 | 57.15 | - |
| YUV | 116.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 201 | 0 | 0.73 | 0.02 | 0.20 | 301.6 | 0.6 | 0.51 |
| Hex | CD | 37 | C9 | 0 | 49 | 2 | 14 | 12E | 3C | 33 |
| Octal | 315 | 67 | 311 | 0 | 111 | 2 | 24 | 456 | 74 | 63 |
| Binary | 11001101 | 110111 | 11001001 | 0 | 1001001 | 10 | 10100 | 100101110 | 111100 | 110011 |
Color Harmonies of #CD37C9
Complementary color
Monochromatic Colors of #CD37C9
Black with #CD37C9
Text Example
Text Example
White with #CD37C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37C9; }
p { color: rgb(205,55,201); }
H1.HeaderClassName
{
color: #CD37C9;
}
.AnyTagClassName
{
color: #CD37C9;
}
</style>
background-color css
<style>
a { background-color: #CD37C9; }
a { background-color: rgb(205,55,201); }
div.DivClassName
{
background-color: #CD37C9;
}
.BgClassName
{
background-color: #CD37C9;
}
</style>
border-color css
<style>
span { border-color: #CD37C9; }
span { border-color: rgb(205,55,201); }
td.TdClassName
{
border-color: #CD37C9;
}
.TagClassName
{
border-color: #CD37C9;
}
</style>