Shades of Fuchsia #C737D0
Tints of Fuchsia #C737D0
RGB
CMYK
RGB Variations
Color information
#C737D0 (or 0xC737D0) is known color: Fuchsia. HEX triplet: C7, 37 and D0. RGB value is (199,55,208). Sum of RGB (Red+Green+Blue) = 199+55+208=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #C737D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737D0 is #38C82F. Grayscale: #737373. Windows color (decimal): -3721264 or 13645767. OLE color: 13645767.
HSL color Cylindrical-coordinate representation of color #C737D0: hue angle of 296.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C737D0 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 55 | 208 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.18 |
| HSL | 296.47º | 0.62% | 0.52% | - |
| HSV(B) | 296.47º | 0.74% | 0.82% | - |
| XYZ | 36.3 | 19.43 | 61.51 | - |
| YUV | 115.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 208 | 0.04 | 0.74 | 0 | 0.18 | 296.47 | 0.62 | 0.52 |
| Hex | C7 | 37 | D0 | 4 | 4A | 0 | 12 | 128 | 3E | 34 |
| Octal | 307 | 67 | 320 | 4 | 112 | 0 | 22 | 450 | 76 | 64 |
| Binary | 11000111 | 110111 | 11010000 | 100 | 1001010 | 0 | 10010 | 100101000 | 111110 | 110100 |
Color Harmonies of #C737D0
Complementary color
Monochromatic Colors of #C737D0
Black with #C737D0
Text Example
Text Example
White with #C737D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737D0; }
p { color: rgb(199,55,208); }
H1.HeaderClassName
{
color: #C737D0;
}
.AnyTagClassName
{
color: #C737D0;
}
</style>
background-color css
<style>
a { background-color: #C737D0; }
a { background-color: rgb(199,55,208); }
div.DivClassName
{
background-color: #C737D0;
}
.BgClassName
{
background-color: #C737D0;
}
</style>
border-color css
<style>
span { border-color: #C737D0; }
span { border-color: rgb(199,55,208); }
td.TdClassName
{
border-color: #C737D0;
}
.TagClassName
{
border-color: #C737D0;
}
</style>