Shades of Fuchsia #C637C1
Tints of Fuchsia #C637C1
RGB
CMYK
RGB Variations
Color information
#C637C1 (or 0xC637C1) is known color: Fuchsia. HEX triplet: C6, 37 and C1. RGB value is (198,55,193). Sum of RGB (Red+Green+Blue) = 198+55+193=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C637C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C637C1 is #39C83E. Grayscale: #717171. Windows color (decimal): -3786815 or 12662726. OLE color: 12662726.
HSL color Cylindrical-coordinate representation of color #C637C1: hue angle of 302.1º 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 #C637C1 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 193 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.22 |
| HSL | 302.1º | 0.57% | 0.5% | - |
| HSV(B) | 302.1º | 0.72% | 0.78% | - |
| XYZ | 34.28 | 18.59 | 52.23 | - |
| YUV | 113.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 193 | 0 | 0.72 | 0.03 | 0.22 | 302.1 | 0.57 | 0.5 |
| Hex | C6 | 37 | C1 | 0 | 48 | 3 | 16 | 12E | 39 | 32 |
| Octal | 306 | 67 | 301 | 0 | 110 | 3 | 26 | 456 | 71 | 62 |
| Binary | 11000110 | 110111 | 11000001 | 0 | 1001000 | 11 | 10110 | 100101110 | 111001 | 110010 |
Color Harmonies of #C637C1
Complementary color
Monochromatic Colors of #C637C1
Black with #C637C1
Text Example
Text Example
White with #C637C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C637C1; }
p { color: rgb(198,55,193); }
H1.HeaderClassName
{
color: #C637C1;
}
.AnyTagClassName
{
color: #C637C1;
}
</style>
background-color css
<style>
a { background-color: #C637C1; }
a { background-color: rgb(198,55,193); }
div.DivClassName
{
background-color: #C637C1;
}
.BgClassName
{
background-color: #C637C1;
}
</style>
border-color css
<style>
span { border-color: #C637C1; }
span { border-color: rgb(198,55,193); }
td.TdClassName
{
border-color: #C637C1;
}
.TagClassName
{
border-color: #C637C1;
}
</style>