Shades of Fuchsia #C737CF
Tints of Fuchsia #C737CF
RGB
CMYK
RGB Variations
Color information
#C737CF (or 0xC737CF) is known color: Fuchsia. HEX triplet: C7, 37 and CF. RGB value is (199,55,207). Sum of RGB (Red+Green+Blue) = 199+55+207=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C737CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737CF is #38C830. Grayscale: #727272. Windows color (decimal): -3721265 or 13580231. OLE color: 13580231.
HSL color Cylindrical-coordinate representation of color #C737CF: hue angle of 296.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C737CF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 55 | 207 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.19 |
| HSL | 296.84º | 0.61% | 0.51% | - |
| HSV(B) | 296.84º | 0.73% | 0.81% | - |
| XYZ | 36.18 | 19.38 | 60.87 | - |
| YUV | 115.38 | 179.71 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 207 | 0.04 | 0.73 | 0 | 0.19 | 296.84 | 0.61 | 0.51 |
| Hex | C7 | 37 | CF | 4 | 49 | 0 | 13 | 129 | 3D | 33 |
| Octal | 307 | 67 | 317 | 4 | 111 | 0 | 23 | 451 | 75 | 63 |
| Binary | 11000111 | 110111 | 11001111 | 100 | 1001001 | 0 | 10011 | 100101001 | 111101 | 110011 |
Color Harmonies of #C737CF
Complementary color
Monochromatic Colors of #C737CF
Black with #C737CF
Text Example
Text Example
White with #C737CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737CF; }
p { color: rgb(199,55,207); }
H1.HeaderClassName
{
color: #C737CF;
}
.AnyTagClassName
{
color: #C737CF;
}
</style>
background-color css
<style>
a { background-color: #C737CF; }
a { background-color: rgb(199,55,207); }
div.DivClassName
{
background-color: #C737CF;
}
.BgClassName
{
background-color: #C737CF;
}
</style>
border-color css
<style>
span { border-color: #C737CF; }
span { border-color: rgb(199,55,207); }
td.TdClassName
{
border-color: #C737CF;
}
.TagClassName
{
border-color: #C737CF;
}
</style>