Shades of Fuchsia #C430AC
Tints of Fuchsia #C430AC
RGB
CMYK
RGB Variations
Color information
#C430AC (or 0xC430AC) is known color: Fuchsia. HEX triplet: C4, 30 and AC. RGB value is (196,48,172). Sum of RGB (Red+Green+Blue) = 196+48+172=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C430AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430AC is #3BCF53. Grayscale: #6A6A6A. Windows color (decimal): -3919700 or 11284676. OLE color: 11284676.
HSL color Cylindrical-coordinate representation of color #C430AC: hue angle of 309.73º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430AC is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 172 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.23 |
| HSL | 309.73º | 0.61% | 0.48% | - |
| HSV(B) | 309.73º | 0.76% | 0.77% | - |
| XYZ | 31.27 | 16.83 | 40.63 | - |
| YUV | 106.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 172 | 0 | 0.76 | 0.12 | 0.23 | 309.73 | 0.61 | 0.48 |
| Hex | C4 | 30 | AC | 0 | 4C | C | 17 | 136 | 3D | 30 |
| Octal | 304 | 60 | 254 | 0 | 114 | 14 | 27 | 466 | 75 | 60 |
| Binary | 11000100 | 110000 | 10101100 | 0 | 1001100 | 1100 | 10111 | 100110110 | 111101 | 110000 |
Color Harmonies of #C430AC
Complementary color
Monochromatic Colors of #C430AC
Black with #C430AC
Text Example
Text Example
White with #C430AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430AC; }
p { color: rgb(196,48,172); }
H1.HeaderClassName
{
color: #C430AC;
}
.AnyTagClassName
{
color: #C430AC;
}
</style>
background-color css
<style>
a { background-color: #C430AC; }
a { background-color: rgb(196,48,172); }
div.DivClassName
{
background-color: #C430AC;
}
.BgClassName
{
background-color: #C430AC;
}
</style>
border-color css
<style>
span { border-color: #C430AC; }
span { border-color: rgb(196,48,172); }
td.TdClassName
{
border-color: #C430AC;
}
.TagClassName
{
border-color: #C430AC;
}
</style>