Shades of Fuchsia #C443B5
Tints of Fuchsia #C443B5
RGB
CMYK
RGB Variations
Color information
#C443B5 (or 0xC443B5) is known color: Fuchsia. HEX triplet: C4, 43 and B5. RGB value is (196,67,181). Sum of RGB (Red+Green+Blue) = 196+67+181=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C443B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443B5 is #3BBC4A. Grayscale: #767676. Windows color (decimal): -3914827 or 11879364. OLE color: 11879364.
HSL color Cylindrical-coordinate representation of color #C443B5: hue angle of 306.98º 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 #C443B5 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 181 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.23 |
| HSL | 306.98º | 0.52% | 0.52% | - |
| HSV(B) | 306.98º | 0.66% | 0.77% | - |
| XYZ | 33.11 | 19.09 | 45.65 | - |
| YUV | 118.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 181 | 0 | 0.66 | 0.08 | 0.23 | 306.98 | 0.52 | 0.52 |
| Hex | C4 | 43 | B5 | 0 | 42 | 8 | 17 | 133 | 34 | 34 |
| Octal | 304 | 103 | 265 | 0 | 102 | 10 | 27 | 463 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10110101 | 0 | 1000010 | 1000 | 10111 | 100110011 | 110100 | 110100 |
Color Harmonies of #C443B5
Complementary color
Monochromatic Colors of #C443B5
Black with #C443B5
Text Example
Text Example
White with #C443B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443B5; }
p { color: rgb(196,67,181); }
H1.HeaderClassName
{
color: #C443B5;
}
.AnyTagClassName
{
color: #C443B5;
}
</style>
background-color css
<style>
a { background-color: #C443B5; }
a { background-color: rgb(196,67,181); }
div.DivClassName
{
background-color: #C443B5;
}
.BgClassName
{
background-color: #C443B5;
}
</style>
border-color css
<style>
span { border-color: #C443B5; }
span { border-color: rgb(196,67,181); }
td.TdClassName
{
border-color: #C443B5;
}
.TagClassName
{
border-color: #C443B5;
}
</style>