Shades of Fuchsia #C432C0
Tints of Fuchsia #C432C0
RGB
CMYK
RGB Variations
Color information
#C432C0 (or 0xC432C0) is known color: Fuchsia. HEX triplet: C4, 32 and C0. RGB value is (196,50,192). Sum of RGB (Red+Green+Blue) = 196+50+192=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C432C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432C0 is #3BCD3F. Grayscale: #6D6D6D. Windows color (decimal): -3919168 or 12595908. OLE color: 12595908.
HSL color Cylindrical-coordinate representation of color #C432C0: hue angle of 301.64º 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 #C432C0 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 192 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.23 |
| HSL | 301.64º | 0.59% | 0.48% | - |
| HSV(B) | 301.64º | 0.74% | 0.77% | - |
| XYZ | 33.42 | 17.82 | 51.55 | - |
| YUV | 109.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 192 | 0 | 0.74 | 0.02 | 0.23 | 301.64 | 0.59 | 0.48 |
| Hex | C4 | 32 | C0 | 0 | 4A | 2 | 17 | 12E | 3B | 30 |
| Octal | 304 | 62 | 300 | 0 | 112 | 2 | 27 | 456 | 73 | 60 |
| Binary | 11000100 | 110010 | 11000000 | 0 | 1001010 | 10 | 10111 | 100101110 | 111011 | 110000 |
Color Harmonies of #C432C0
Complementary color
Monochromatic Colors of #C432C0
Black with #C432C0
Text Example
Text Example
White with #C432C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432C0; }
p { color: rgb(196,50,192); }
H1.HeaderClassName
{
color: #C432C0;
}
.AnyTagClassName
{
color: #C432C0;
}
</style>
background-color css
<style>
a { background-color: #C432C0; }
a { background-color: rgb(196,50,192); }
div.DivClassName
{
background-color: #C432C0;
}
.BgClassName
{
background-color: #C432C0;
}
</style>
border-color css
<style>
span { border-color: #C432C0; }
span { border-color: rgb(196,50,192); }
td.TdClassName
{
border-color: #C432C0;
}
.TagClassName
{
border-color: #C432C0;
}
</style>