Shades of Fuchsia #C737BA
Tints of Fuchsia #C737BA
RGB
CMYK
RGB Variations
Color information
#C737BA (or 0xC737BA) is known color: Fuchsia. HEX triplet: C7, 37 and BA. RGB value is (199,55,186). Sum of RGB (Red+Green+Blue) = 199+55+186=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C737BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737BA is #38C845. Grayscale: #707070. Windows color (decimal): -3721286 or 12203975. OLE color: 12203975.
HSL color Cylindrical-coordinate representation of color #C737BA: hue angle of 305.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C737BA is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 186 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.22 |
| HSL | 305.42º | 0.57% | 0.5% | - |
| HSV(B) | 305.42º | 0.72% | 0.78% | - |
| XYZ | 33.78 | 18.42 | 48.23 | - |
| YUV | 112.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 186 | 0 | 0.72 | 0.07 | 0.22 | 305.42 | 0.57 | 0.5 |
| Hex | C7 | 37 | BA | 0 | 48 | 7 | 16 | 131 | 39 | 32 |
| Octal | 307 | 67 | 272 | 0 | 110 | 7 | 26 | 461 | 71 | 62 |
| Binary | 11000111 | 110111 | 10111010 | 0 | 1001000 | 111 | 10110 | 100110001 | 111001 | 110010 |
Color Harmonies of #C737BA
Complementary color
Monochromatic Colors of #C737BA
Black with #C737BA
Text Example
Text Example
White with #C737BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737BA; }
p { color: rgb(199,55,186); }
H1.HeaderClassName
{
color: #C737BA;
}
.AnyTagClassName
{
color: #C737BA;
}
</style>
background-color css
<style>
a { background-color: #C737BA; }
a { background-color: rgb(199,55,186); }
div.DivClassName
{
background-color: #C737BA;
}
.BgClassName
{
background-color: #C737BA;
}
</style>
border-color css
<style>
span { border-color: #C737BA; }
span { border-color: rgb(199,55,186); }
td.TdClassName
{
border-color: #C737BA;
}
.TagClassName
{
border-color: #C737BA;
}
</style>