Shades of Fuchsia #C443A8
Tints of Fuchsia #C443A8
RGB
CMYK
RGB Variations
Color information
#C443A8 (or 0xC443A8) is known color: Fuchsia. HEX triplet: C4, 43 and A8. RGB value is (196,67,168). Sum of RGB (Red+Green+Blue) = 196+67+168=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C443A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C443A8 is #3BBC57. Grayscale: #747474. Windows color (decimal): -3914840 or 11027396. OLE color: 11027396.
HSL color Cylindrical-coordinate representation of color #C443A8: hue angle of 313.02º 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 #C443A8 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 168 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.23 |
| HSL | 313.02º | 0.52% | 0.52% | - |
| HSV(B) | 313.02º | 0.66% | 0.77% | - |
| XYZ | 31.84 | 18.58 | 38.95 | - |
| YUV | 117.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 168 | 0 | 0.66 | 0.14 | 0.23 | 313.02 | 0.52 | 0.52 |
| Hex | C4 | 43 | A8 | 0 | 42 | E | 17 | 139 | 34 | 34 |
| Octal | 304 | 103 | 250 | 0 | 102 | 16 | 27 | 471 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10101000 | 0 | 1000010 | 1110 | 10111 | 100111001 | 110100 | 110100 |
Color Harmonies of #C443A8
Complementary color
Monochromatic Colors of #C443A8
Black with #C443A8
Text Example
Text Example
White with #C443A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443A8; }
p { color: rgb(196,67,168); }
H1.HeaderClassName
{
color: #C443A8;
}
.AnyTagClassName
{
color: #C443A8;
}
</style>
background-color css
<style>
a { background-color: #C443A8; }
a { background-color: rgb(196,67,168); }
div.DivClassName
{
background-color: #C443A8;
}
.BgClassName
{
background-color: #C443A8;
}
</style>
border-color css
<style>
span { border-color: #C443A8; }
span { border-color: rgb(196,67,168); }
td.TdClassName
{
border-color: #C443A8;
}
.TagClassName
{
border-color: #C443A8;
}
</style>