Shades of Fuchsia #C237BD
Tints of Fuchsia #C237BD
RGB
CMYK
RGB Variations
Color information
#C237BD (or 0xC237BD) is known color: Fuchsia. HEX triplet: C2, 37 and BD. RGB value is (194,55,189). Sum of RGB (Red+Green+Blue) = 194+55+189=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C237BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237BD is #3DC842. Grayscale: #6F6F6F. Windows color (decimal): -4048963 or 12400578. OLE color: 12400578.
HSL color Cylindrical-coordinate representation of color #C237BD: hue angle of 302.16º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C237BD is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 189 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.24 |
| HSL | 302.16º | 0.56% | 0.49% | - |
| HSV(B) | 302.16º | 0.72% | 0.76% | - |
| XYZ | 32.8 | 17.88 | 49.87 | - |
| YUV | 111.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 189 | 0 | 0.72 | 0.03 | 0.24 | 302.16 | 0.56 | 0.49 |
| Hex | C2 | 37 | BD | 0 | 48 | 3 | 18 | 12E | 38 | 31 |
| Octal | 302 | 67 | 275 | 0 | 110 | 3 | 30 | 456 | 70 | 61 |
| Binary | 11000010 | 110111 | 10111101 | 0 | 1001000 | 11 | 11000 | 100101110 | 111000 | 110001 |
Color Harmonies of #C237BD
Complementary color
Monochromatic Colors of #C237BD
Black with #C237BD
Text Example
Text Example
White with #C237BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237BD; }
p { color: rgb(194,55,189); }
H1.HeaderClassName
{
color: #C237BD;
}
.AnyTagClassName
{
color: #C237BD;
}
</style>
background-color css
<style>
a { background-color: #C237BD; }
a { background-color: rgb(194,55,189); }
div.DivClassName
{
background-color: #C237BD;
}
.BgClassName
{
background-color: #C237BD;
}
</style>
border-color css
<style>
span { border-color: #C237BD; }
span { border-color: rgb(194,55,189); }
td.TdClassName
{
border-color: #C237BD;
}
.TagClassName
{
border-color: #C237BD;
}
</style>