Shades of Fuchsia #C430B6
Tints of Fuchsia #C430B6
RGB
CMYK
RGB Variations
Color information
#C430B6 (or 0xC430B6) is known color: Fuchsia. HEX triplet: C4, 30 and B6. RGB value is (196,48,182). Sum of RGB (Red+Green+Blue) = 196+48+182=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C430B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430B6 is #3BCF49. Grayscale: #6B6B6B. Windows color (decimal): -3919690 or 11940036. OLE color: 11940036.
HSL color Cylindrical-coordinate representation of color #C430B6: hue angle of 305.68º 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 #C430B6 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 182 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.23 |
| HSL | 305.68º | 0.61% | 0.48% | - |
| HSV(B) | 305.68º | 0.76% | 0.77% | - |
| XYZ | 32.27 | 17.23 | 45.88 | - |
| YUV | 107.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 182 | 0 | 0.76 | 0.07 | 0.23 | 305.68 | 0.61 | 0.48 |
| Hex | C4 | 30 | B6 | 0 | 4C | 7 | 17 | 132 | 3D | 30 |
| Octal | 304 | 60 | 266 | 0 | 114 | 7 | 27 | 462 | 75 | 60 |
| Binary | 11000100 | 110000 | 10110110 | 0 | 1001100 | 111 | 10111 | 100110010 | 111101 | 110000 |
Color Harmonies of #C430B6
Complementary color
Monochromatic Colors of #C430B6
Black with #C430B6
Text Example
Text Example
White with #C430B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430B6; }
p { color: rgb(196,48,182); }
H1.HeaderClassName
{
color: #C430B6;
}
.AnyTagClassName
{
color: #C430B6;
}
</style>
background-color css
<style>
a { background-color: #C430B6; }
a { background-color: rgb(196,48,182); }
div.DivClassName
{
background-color: #C430B6;
}
.BgClassName
{
background-color: #C430B6;
}
</style>
border-color css
<style>
span { border-color: #C430B6; }
span { border-color: rgb(196,48,182); }
td.TdClassName
{
border-color: #C430B6;
}
.TagClassName
{
border-color: #C430B6;
}
</style>