Shades of Fuchsia #C432B2
Tints of Fuchsia #C432B2
RGB
CMYK
RGB Variations
Color information
#C432B2 (or 0xC432B2) is known color: Fuchsia. HEX triplet: C4, 32 and B2. RGB value is (196,50,178). Sum of RGB (Red+Green+Blue) = 196+50+178=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C432B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C432B2 is #3BCD4D. Grayscale: #6B6B6B. Windows color (decimal): -3919182 or 11678404. OLE color: 11678404.
HSL color Cylindrical-coordinate representation of color #C432B2: hue angle of 307.4º 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 #C432B2 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 178 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.23 |
| HSL | 307.4º | 0.59% | 0.48% | - |
| HSV(B) | 307.4º | 0.74% | 0.77% | - |
| XYZ | 31.94 | 17.23 | 43.76 | - |
| YUV | 108.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 178 | 0 | 0.74 | 0.09 | 0.23 | 307.4 | 0.59 | 0.48 |
| Hex | C4 | 32 | B2 | 0 | 4A | 9 | 17 | 133 | 3B | 30 |
| Octal | 304 | 62 | 262 | 0 | 112 | 11 | 27 | 463 | 73 | 60 |
| Binary | 11000100 | 110010 | 10110010 | 0 | 1001010 | 1001 | 10111 | 100110011 | 111011 | 110000 |
Color Harmonies of #C432B2
Complementary color
Monochromatic Colors of #C432B2
Black with #C432B2
Text Example
Text Example
White with #C432B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432B2; }
p { color: rgb(196,50,178); }
H1.HeaderClassName
{
color: #C432B2;
}
.AnyTagClassName
{
color: #C432B2;
}
</style>
background-color css
<style>
a { background-color: #C432B2; }
a { background-color: rgb(196,50,178); }
div.DivClassName
{
background-color: #C432B2;
}
.BgClassName
{
background-color: #C432B2;
}
</style>
border-color css
<style>
span { border-color: #C432B2; }
span { border-color: rgb(196,50,178); }
td.TdClassName
{
border-color: #C432B2;
}
.TagClassName
{
border-color: #C432B2;
}
</style>