Shades of Fuchsia #C432C3
Tints of Fuchsia #C432C3
RGB
CMYK
RGB Variations
Color information
#C432C3 (or 0xC432C3) is known color: Fuchsia. HEX triplet: C4, 32 and C3. RGB value is (196,50,195). Sum of RGB (Red+Green+Blue) = 196+50+195=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C432C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432C3 is #3BCD3C. Grayscale: #6D6D6D. Windows color (decimal): -3919165 or 12792516. OLE color: 12792516.
HSL color Cylindrical-coordinate representation of color #C432C3: hue angle of 300.41º 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 #C432C3 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 195 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.23 |
| HSL | 300.41º | 0.59% | 0.48% | - |
| HSV(B) | 300.41º | 0.74% | 0.77% | - |
| XYZ | 33.76 | 17.96 | 53.32 | - |
| YUV | 110.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 195 | 0 | 0.74 | 0.01 | 0.23 | 300.41 | 0.59 | 0.48 |
| Hex | C4 | 32 | C3 | 0 | 4A | 1 | 17 | 12C | 3B | 30 |
| Octal | 304 | 62 | 303 | 0 | 112 | 1 | 27 | 454 | 73 | 60 |
| Binary | 11000100 | 110010 | 11000011 | 0 | 1001010 | 1 | 10111 | 100101100 | 111011 | 110000 |
Color Harmonies of #C432C3
Complementary color
Monochromatic Colors of #C432C3
Black with #C432C3
Text Example
Text Example
White with #C432C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432C3; }
p { color: rgb(196,50,195); }
H1.HeaderClassName
{
color: #C432C3;
}
.AnyTagClassName
{
color: #C432C3;
}
</style>
background-color css
<style>
a { background-color: #C432C3; }
a { background-color: rgb(196,50,195); }
div.DivClassName
{
background-color: #C432C3;
}
.BgClassName
{
background-color: #C432C3;
}
</style>
border-color css
<style>
span { border-color: #C432C3; }
span { border-color: rgb(196,50,195); }
td.TdClassName
{
border-color: #C432C3;
}
.TagClassName
{
border-color: #C432C3;
}
</style>