Shades of Fuchsia #C732BA
Tints of Fuchsia #C732BA
RGB
CMYK
RGB Variations
Color information
#C732BA (or 0xC732BA) is known color: Fuchsia. HEX triplet: C7, 32 and BA. RGB value is (199,50,186). Sum of RGB (Red+Green+Blue) = 199+50+186=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C732BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732BA is #38CD45. Grayscale: #6D6D6D. Windows color (decimal): -3722566 or 12202695. OLE color: 12202695.
HSL color Cylindrical-coordinate representation of color #C732BA: hue angle of 305.23º 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 #C732BA is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 186 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.22 |
| HSL | 305.23º | 0.6% | 0.49% | - |
| HSV(B) | 305.23º | 0.75% | 0.78% | - |
| XYZ | 33.56 | 17.97 | 48.15 | - |
| YUV | 110.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 186 | 0 | 0.75 | 0.07 | 0.22 | 305.23 | 0.6 | 0.49 |
| Hex | C7 | 32 | BA | 0 | 4B | 7 | 16 | 131 | 3C | 31 |
| Octal | 307 | 62 | 272 | 0 | 113 | 7 | 26 | 461 | 74 | 61 |
| Binary | 11000111 | 110010 | 10111010 | 0 | 1001011 | 111 | 10110 | 100110001 | 111100 | 110001 |
Color Harmonies of #C732BA
Complementary color
Monochromatic Colors of #C732BA
Black with #C732BA
Text Example
Text Example
White with #C732BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732BA; }
p { color: rgb(199,50,186); }
H1.HeaderClassName
{
color: #C732BA;
}
.AnyTagClassName
{
color: #C732BA;
}
</style>
background-color css
<style>
a { background-color: #C732BA; }
a { background-color: rgb(199,50,186); }
div.DivClassName
{
background-color: #C732BA;
}
.BgClassName
{
background-color: #C732BA;
}
</style>
border-color css
<style>
span { border-color: #C732BA; }
span { border-color: rgb(199,50,186); }
td.TdClassName
{
border-color: #C732BA;
}
.TagClassName
{
border-color: #C732BA;
}
</style>