Shades of Fuchsia #C432BC
Tints of Fuchsia #C432BC
RGB
CMYK
RGB Variations
Color information
#C432BC (or 0xC432BC) is known color: Fuchsia. HEX triplet: C4, 32 and BC. RGB value is (196,50,188). Sum of RGB (Red+Green+Blue) = 196+50+188=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C432BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432BC is #3BCD43. Grayscale: #6C6C6C. Windows color (decimal): -3919172 or 12333764. OLE color: 12333764.
HSL color Cylindrical-coordinate representation of color #C432BC: hue angle of 303.29º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C432BC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 188 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.23 |
| HSL | 303.29º | 0.59% | 0.48% | - |
| HSV(B) | 303.29º | 0.74% | 0.77% | - |
| XYZ | 32.98 | 17.65 | 49.24 | - |
| YUV | 109.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 188 | 0 | 0.74 | 0.04 | 0.23 | 303.29 | 0.59 | 0.48 |
| Hex | C4 | 32 | BC | 0 | 4A | 4 | 17 | 12F | 3B | 30 |
| Octal | 304 | 62 | 274 | 0 | 112 | 4 | 27 | 457 | 73 | 60 |
| Binary | 11000100 | 110010 | 10111100 | 0 | 1001010 | 100 | 10111 | 100101111 | 111011 | 110000 |
Color Harmonies of #C432BC
Complementary color
Monochromatic Colors of #C432BC
Black with #C432BC
Text Example
Text Example
White with #C432BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432BC; }
p { color: rgb(196,50,188); }
H1.HeaderClassName
{
color: #C432BC;
}
.AnyTagClassName
{
color: #C432BC;
}
</style>
background-color css
<style>
a { background-color: #C432BC; }
a { background-color: rgb(196,50,188); }
div.DivClassName
{
background-color: #C432BC;
}
.BgClassName
{
background-color: #C432BC;
}
</style>
border-color css
<style>
span { border-color: #C432BC; }
span { border-color: rgb(196,50,188); }
td.TdClassName
{
border-color: #C432BC;
}
.TagClassName
{
border-color: #C432BC;
}
</style>