Shades of Fuchsia #CD37C6
Tints of Fuchsia #CD37C6
RGB
CMYK
RGB Variations
Color information
#CD37C6 (or 0xCD37C6) is known color: Fuchsia. HEX triplet: CD, 37 and C6. RGB value is (205,55,198). Sum of RGB (Red+Green+Blue) = 205+55+198=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD37C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37C6 is #32C839. Grayscale: #737373. Windows color (decimal): -3328058 or 12990413. OLE color: 12990413.
HSL color Cylindrical-coordinate representation of color #CD37C6: hue angle of 302.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 #CD37C6 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 198 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.20 |
| HSL | 302.8º | 0.6% | 0.51% | - |
| HSV(B) | 302.8º | 0.73% | 0.8% | - |
| XYZ | 36.74 | 19.79 | 55.31 | - |
| YUV | 116.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 198 | 0 | 0.73 | 0.03 | 0.20 | 302.8 | 0.6 | 0.51 |
| Hex | CD | 37 | C6 | 0 | 49 | 3 | 14 | 12F | 3C | 33 |
| Octal | 315 | 67 | 306 | 0 | 111 | 3 | 24 | 457 | 74 | 63 |
| Binary | 11001101 | 110111 | 11000110 | 0 | 1001001 | 11 | 10100 | 100101111 | 111100 | 110011 |
Color Harmonies of #CD37C6
Complementary color
Monochromatic Colors of #CD37C6
Black with #CD37C6
Text Example
Text Example
White with #CD37C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37C6; }
p { color: rgb(205,55,198); }
H1.HeaderClassName
{
color: #CD37C6;
}
.AnyTagClassName
{
color: #CD37C6;
}
</style>
background-color css
<style>
a { background-color: #CD37C6; }
a { background-color: rgb(205,55,198); }
div.DivClassName
{
background-color: #CD37C6;
}
.BgClassName
{
background-color: #CD37C6;
}
</style>
border-color css
<style>
span { border-color: #CD37C6; }
span { border-color: rgb(205,55,198); }
td.TdClassName
{
border-color: #CD37C6;
}
.TagClassName
{
border-color: #CD37C6;
}
</style>