Shades of Fuchsia #C632BA
Tints of Fuchsia #C632BA
RGB
CMYK
RGB Variations
Color information
#C632BA (or 0xC632BA) is known color: Fuchsia. HEX triplet: C6, 32 and BA. RGB value is (198,50,186). Sum of RGB (Red+Green+Blue) = 198+50+186=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C632BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632BA is #39CD45. Grayscale: #6D6D6D. Windows color (decimal): -3788102 or 12202694. OLE color: 12202694.
HSL color Cylindrical-coordinate representation of color #C632BA: hue angle of 304.86º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632BA is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 186 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.22 |
| HSL | 304.86º | 0.6% | 0.49% | - |
| HSV(B) | 304.86º | 0.75% | 0.78% | - |
| XYZ | 33.29 | 17.83 | 48.14 | - |
| YUV | 109.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 186 | 0 | 0.75 | 0.06 | 0.22 | 304.86 | 0.6 | 0.49 |
| Hex | C6 | 32 | BA | 0 | 4B | 6 | 16 | 131 | 3C | 31 |
| Octal | 306 | 62 | 272 | 0 | 113 | 6 | 26 | 461 | 74 | 61 |
| Binary | 11000110 | 110010 | 10111010 | 0 | 1001011 | 110 | 10110 | 100110001 | 111100 | 110001 |
Color Harmonies of #C632BA
Complementary color
Monochromatic Colors of #C632BA
Black with #C632BA
Text Example
Text Example
White with #C632BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632BA; }
p { color: rgb(198,50,186); }
H1.HeaderClassName
{
color: #C632BA;
}
.AnyTagClassName
{
color: #C632BA;
}
</style>
background-color css
<style>
a { background-color: #C632BA; }
a { background-color: rgb(198,50,186); }
div.DivClassName
{
background-color: #C632BA;
}
.BgClassName
{
background-color: #C632BA;
}
</style>
border-color css
<style>
span { border-color: #C632BA; }
span { border-color: rgb(198,50,186); }
td.TdClassName
{
border-color: #C632BA;
}
.TagClassName
{
border-color: #C632BA;
}
</style>