Shades of Fuchsia #C237B8
Tints of Fuchsia #C237B8
RGB
CMYK
RGB Variations
Color information
#C237B8 (or 0xC237B8) is known color: Fuchsia. HEX triplet: C2, 37 and B8. RGB value is (194,55,184). Sum of RGB (Red+Green+Blue) = 194+55+184=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C237B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237B8 is #3DC847. Grayscale: #6E6E6E. Windows color (decimal): -4048968 or 12072898. OLE color: 12072898.
HSL color Cylindrical-coordinate representation of color #C237B8: hue angle of 304.32º 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 #C237B8 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 184 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.24 |
| HSL | 304.32º | 0.56% | 0.49% | - |
| HSV(B) | 304.32º | 0.72% | 0.76% | - |
| XYZ | 32.27 | 17.66 | 47.06 | - |
| YUV | 111.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 184 | 0 | 0.72 | 0.05 | 0.24 | 304.32 | 0.56 | 0.49 |
| Hex | C2 | 37 | B8 | 0 | 48 | 5 | 18 | 130 | 38 | 31 |
| Octal | 302 | 67 | 270 | 0 | 110 | 5 | 30 | 460 | 70 | 61 |
| Binary | 11000010 | 110111 | 10111000 | 0 | 1001000 | 101 | 11000 | 100110000 | 111000 | 110001 |
Color Harmonies of #C237B8
Complementary color
Monochromatic Colors of #C237B8
Black with #C237B8
Text Example
Text Example
White with #C237B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237B8; }
p { color: rgb(194,55,184); }
H1.HeaderClassName
{
color: #C237B8;
}
.AnyTagClassName
{
color: #C237B8;
}
</style>
background-color css
<style>
a { background-color: #C237B8; }
a { background-color: rgb(194,55,184); }
div.DivClassName
{
background-color: #C237B8;
}
.BgClassName
{
background-color: #C237B8;
}
</style>
border-color css
<style>
span { border-color: #C237B8; }
span { border-color: rgb(194,55,184); }
td.TdClassName
{
border-color: #C237B8;
}
.TagClassName
{
border-color: #C237B8;
}
</style>