Shades of Fuchsia #C737C7
Tints of Fuchsia #C737C7
RGB
CMYK
RGB Variations
Color information
#C737C7 (or 0xC737C7) is known color: Fuchsia. HEX triplet: C7, 37 and C7. RGB value is (199,55,199). Sum of RGB (Red+Green+Blue) = 199+55+199=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C737C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737C7 is #38C838. Grayscale: #727272. Windows color (decimal): -3721273 or 13055943. OLE color: 13055943.
HSL color Cylindrical-coordinate representation of color #C737C7: hue angle of 300º 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 #C737C7 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 199 | - |
| CMYK | 0 | 0.72 | 0 | 0.22 |
| HSL | 300º | 0.57% | 0.5% | - |
| HSV(B) | 300º | 0.72% | 0.78% | - |
| XYZ | 35.23 | 19 | 55.84 | - |
| YUV | 114.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 199 | 0 | 0.72 | 0 | 0.22 | 300 | 0.57 | 0.5 |
| Hex | C7 | 37 | C7 | 0 | 48 | 0 | 16 | 12C | 39 | 32 |
| Octal | 307 | 67 | 307 | 0 | 110 | 0 | 26 | 454 | 71 | 62 |
| Binary | 11000111 | 110111 | 11000111 | 0 | 1001000 | 0 | 10110 | 100101100 | 111001 | 110010 |
Color Harmonies of #C737C7
Complementary color
Monochromatic Colors of #C737C7
Black with #C737C7
Text Example
Text Example
White with #C737C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737C7; }
p { color: rgb(199,55,199); }
H1.HeaderClassName
{
color: #C737C7;
}
.AnyTagClassName
{
color: #C737C7;
}
</style>
background-color css
<style>
a { background-color: #C737C7; }
a { background-color: rgb(199,55,199); }
div.DivClassName
{
background-color: #C737C7;
}
.BgClassName
{
background-color: #C737C7;
}
</style>
border-color css
<style>
span { border-color: #C737C7; }
span { border-color: rgb(199,55,199); }
td.TdClassName
{
border-color: #C737C7;
}
.TagClassName
{
border-color: #C737C7;
}
</style>