Shades of Fuchsia #C237BF
Tints of Fuchsia #C237BF
RGB
CMYK
RGB Variations
Color information
#C237BF (or 0xC237BF) is known color: Fuchsia. HEX triplet: C2, 37 and BF. RGB value is (194,55,191). Sum of RGB (Red+Green+Blue) = 194+55+191=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C237BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237BF is #3DC840. Grayscale: #6F6F6F. Windows color (decimal): -4048961 or 12531650. OLE color: 12531650.
HSL color Cylindrical-coordinate representation of color #C237BF: hue angle of 301.29º 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 #C237BF is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 191 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.24 |
| HSL | 301.3º | 0.56% | 0.49% | - |
| HSV(B) | 301.3º | 0.72% | 0.76% | - |
| XYZ | 33.02 | 17.96 | 51.02 | - |
| YUV | 112.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 191 | 0 | 0.72 | 0.02 | 0.24 | 301.3 | 0.56 | 0.49 |
| Hex | C2 | 37 | BF | 0 | 48 | 2 | 18 | 12D | 38 | 31 |
| Octal | 302 | 67 | 277 | 0 | 110 | 2 | 30 | 455 | 70 | 61 |
| Binary | 11000010 | 110111 | 10111111 | 0 | 1001000 | 10 | 11000 | 100101101 | 111000 | 110001 |
Color Harmonies of #C237BF
Complementary color
Monochromatic Colors of #C237BF
Black with #C237BF
Text Example
Text Example
White with #C237BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237BF; }
p { color: rgb(194,55,191); }
H1.HeaderClassName
{
color: #C237BF;
}
.AnyTagClassName
{
color: #C237BF;
}
</style>
background-color css
<style>
a { background-color: #C237BF; }
a { background-color: rgb(194,55,191); }
div.DivClassName
{
background-color: #C237BF;
}
.BgClassName
{
background-color: #C237BF;
}
</style>
border-color css
<style>
span { border-color: #C237BF; }
span { border-color: rgb(194,55,191); }
td.TdClassName
{
border-color: #C237BF;
}
.TagClassName
{
border-color: #C237BF;
}
</style>