Shades of Fuchsia #C432CB
Tints of Fuchsia #C432CB
RGB
CMYK
RGB Variations
Color information
#C432CB (or 0xC432CB) is known color: Fuchsia. HEX triplet: C4, 32 and CB. RGB value is (196,50,203). Sum of RGB (Red+Green+Blue) = 196+50+203=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C432CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432CB is #3BCD34. Grayscale: #6E6E6E. Windows color (decimal): -3919157 or 13316804. OLE color: 13316804.
HSL color Cylindrical-coordinate representation of color #C432CB: hue angle of 297.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C432CB is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 50 | 203 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.20 |
| HSL | 297.25º | 0.6% | 0.5% | - |
| HSV(B) | 297.25º | 0.75% | 0.8% | - |
| XYZ | 34.69 | 18.33 | 58.21 | - |
| YUV | 111.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 203 | 0.03 | 0.75 | 0 | 0.20 | 297.25 | 0.6 | 0.5 |
| Hex | C4 | 32 | CB | 3 | 4B | 0 | 14 | 129 | 3C | 32 |
| Octal | 304 | 62 | 313 | 3 | 113 | 0 | 24 | 451 | 74 | 62 |
| Binary | 11000100 | 110010 | 11001011 | 11 | 1001011 | 0 | 10100 | 100101001 | 111100 | 110010 |
Color Harmonies of #C432CB
Complementary color
Monochromatic Colors of #C432CB
Black with #C432CB
Text Example
Text Example
White with #C432CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432CB; }
p { color: rgb(196,50,203); }
H1.HeaderClassName
{
color: #C432CB;
}
.AnyTagClassName
{
color: #C432CB;
}
</style>
background-color css
<style>
a { background-color: #C432CB; }
a { background-color: rgb(196,50,203); }
div.DivClassName
{
background-color: #C432CB;
}
.BgClassName
{
background-color: #C432CB;
}
</style>
border-color css
<style>
span { border-color: #C432CB; }
span { border-color: rgb(196,50,203); }
td.TdClassName
{
border-color: #C432CB;
}
.TagClassName
{
border-color: #C432CB;
}
</style>