Shades of Fuchsia #C737B4
Tints of Fuchsia #C737B4
RGB
CMYK
RGB Variations
Color information
#C737B4 (or 0xC737B4) is known color: Fuchsia. HEX triplet: C7, 37 and B4. RGB value is (199,55,180). Sum of RGB (Red+Green+Blue) = 199+55+180=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C737B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737B4 is #38C84B. Grayscale: #6F6F6F. Windows color (decimal): -3721292 or 11810759. OLE color: 11810759.
HSL color Cylindrical-coordinate representation of color #C737B4: hue angle of 307.92º 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 #C737B4 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 180 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.22 |
| HSL | 307.92º | 0.57% | 0.5% | - |
| HSV(B) | 307.92º | 0.72% | 0.78% | - |
| XYZ | 33.16 | 18.17 | 44.94 | - |
| YUV | 112.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 180 | 0 | 0.72 | 0.10 | 0.22 | 307.92 | 0.57 | 0.5 |
| Hex | C7 | 37 | B4 | 0 | 48 | A | 16 | 134 | 39 | 32 |
| Octal | 307 | 67 | 264 | 0 | 110 | 12 | 26 | 464 | 71 | 62 |
| Binary | 11000111 | 110111 | 10110100 | 0 | 1001000 | 1010 | 10110 | 100110100 | 111001 | 110010 |
Color Harmonies of #C737B4
Complementary color
Monochromatic Colors of #C737B4
Black with #C737B4
Text Example
Text Example
White with #C737B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737B4; }
p { color: rgb(199,55,180); }
H1.HeaderClassName
{
color: #C737B4;
}
.AnyTagClassName
{
color: #C737B4;
}
</style>
background-color css
<style>
a { background-color: #C737B4; }
a { background-color: rgb(199,55,180); }
div.DivClassName
{
background-color: #C737B4;
}
.BgClassName
{
background-color: #C737B4;
}
</style>
border-color css
<style>
span { border-color: #C737B4; }
span { border-color: rgb(199,55,180); }
td.TdClassName
{
border-color: #C737B4;
}
.TagClassName
{
border-color: #C737B4;
}
</style>