Shades of Fuchsia #C443B4
Tints of Fuchsia #C443B4
RGB
CMYK
RGB Variations
Color information
#C443B4 (or 0xC443B4) is known color: Fuchsia. HEX triplet: C4, 43 and B4. RGB value is (196,67,180). Sum of RGB (Red+Green+Blue) = 196+67+180=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C443B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443B4 is #3BBC4B. Grayscale: #767676. Windows color (decimal): -3914828 or 11813828. OLE color: 11813828.
HSL color Cylindrical-coordinate representation of color #C443B4: hue angle of 307.44º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C443B4 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 180 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.23 |
| HSL | 307.44º | 0.52% | 0.52% | - |
| HSV(B) | 307.44º | 0.66% | 0.77% | - |
| XYZ | 33.01 | 19.05 | 45.12 | - |
| YUV | 118.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 180 | 0 | 0.66 | 0.08 | 0.23 | 307.44 | 0.52 | 0.52 |
| Hex | C4 | 43 | B4 | 0 | 42 | 8 | 17 | 133 | 34 | 34 |
| Octal | 304 | 103 | 264 | 0 | 102 | 10 | 27 | 463 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10110100 | 0 | 1000010 | 1000 | 10111 | 100110011 | 110100 | 110100 |
Color Harmonies of #C443B4
Complementary color
Monochromatic Colors of #C443B4
Black with #C443B4
Text Example
Text Example
White with #C443B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443B4; }
p { color: rgb(196,67,180); }
H1.HeaderClassName
{
color: #C443B4;
}
.AnyTagClassName
{
color: #C443B4;
}
</style>
background-color css
<style>
a { background-color: #C443B4; }
a { background-color: rgb(196,67,180); }
div.DivClassName
{
background-color: #C443B4;
}
.BgClassName
{
background-color: #C443B4;
}
</style>
border-color css
<style>
span { border-color: #C443B4; }
span { border-color: rgb(196,67,180); }
td.TdClassName
{
border-color: #C443B4;
}
.TagClassName
{
border-color: #C443B4;
}
</style>