Shades of Fuchsia #C237BE
Tints of Fuchsia #C237BE
RGB
CMYK
RGB Variations
Color information
#C237BE (or 0xC237BE) is known color: Fuchsia. HEX triplet: C2, 37 and BE. RGB value is (194,55,190). Sum of RGB (Red+Green+Blue) = 194+55+190=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C237BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237BE is #3DC841. Grayscale: #6F6F6F. Windows color (decimal): -4048962 or 12466114. OLE color: 12466114.
HSL color Cylindrical-coordinate representation of color #C237BE: hue angle of 301.73º 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 #C237BE is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 190 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.24 |
| HSL | 301.73º | 0.56% | 0.49% | - |
| HSV(B) | 301.73º | 0.72% | 0.76% | - |
| XYZ | 32.91 | 17.92 | 50.44 | - |
| YUV | 111.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 190 | 0 | 0.72 | 0.02 | 0.24 | 301.73 | 0.56 | 0.49 |
| Hex | C2 | 37 | BE | 0 | 48 | 2 | 18 | 12E | 38 | 31 |
| Octal | 302 | 67 | 276 | 0 | 110 | 2 | 30 | 456 | 70 | 61 |
| Binary | 11000010 | 110111 | 10111110 | 0 | 1001000 | 10 | 11000 | 100101110 | 111000 | 110001 |
Color Harmonies of #C237BE
Complementary color
Monochromatic Colors of #C237BE
Black with #C237BE
Text Example
Text Example
White with #C237BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237BE; }
p { color: rgb(194,55,190); }
H1.HeaderClassName
{
color: #C237BE;
}
.AnyTagClassName
{
color: #C237BE;
}
</style>
background-color css
<style>
a { background-color: #C237BE; }
a { background-color: rgb(194,55,190); }
div.DivClassName
{
background-color: #C237BE;
}
.BgClassName
{
background-color: #C237BE;
}
</style>
border-color css
<style>
span { border-color: #C237BE; }
span { border-color: rgb(194,55,190); }
td.TdClassName
{
border-color: #C237BE;
}
.TagClassName
{
border-color: #C237BE;
}
</style>