Shades of Fuchsia #C43CC8
Tints of Fuchsia #C43CC8
RGB
CMYK
RGB Variations
Color information
#C43CC8 (or 0xC43CC8) is known color: Fuchsia. HEX triplet: C4, 3C and C8. RGB value is (196,60,200). Sum of RGB (Red+Green+Blue) = 196+60+200=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #C43CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CC8 is #3BC337. Grayscale: #747474. Windows color (decimal): -3916600 or 13122756. OLE color: 13122756.
HSL color Cylindrical-coordinate representation of color #C43CC8: hue angle of 298.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43CC8 is Cyan = 0.02, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 60 | 200 | - |
| CMYK | 0.02 | 0.7 | 0 | 0.22 |
| HSL | 298.29º | 0.56% | 0.51% | - |
| HSV(B) | 298.29º | 0.7% | 0.78% | - |
| XYZ | 34.81 | 19.14 | 56.5 | - |
| YUV | 116.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 200 | 0.02 | 0.7 | 0 | 0.22 | 298.29 | 0.56 | 0.51 |
| Hex | C4 | 3C | C8 | 2 | 46 | 0 | 16 | 12A | 38 | 33 |
| Octal | 304 | 74 | 310 | 2 | 106 | 0 | 26 | 452 | 70 | 63 |
| Binary | 11000100 | 111100 | 11001000 | 10 | 1000110 | 0 | 10110 | 100101010 | 111000 | 110011 |
Color Harmonies of #C43CC8
Complementary color
Monochromatic Colors of #C43CC8
Black with #C43CC8
Text Example
Text Example
White with #C43CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CC8; }
p { color: rgb(196,60,200); }
H1.HeaderClassName
{
color: #C43CC8;
}
.AnyTagClassName
{
color: #C43CC8;
}
</style>
background-color css
<style>
a { background-color: #C43CC8; }
a { background-color: rgb(196,60,200); }
div.DivClassName
{
background-color: #C43CC8;
}
.BgClassName
{
background-color: #C43CC8;
}
</style>
border-color css
<style>
span { border-color: #C43CC8; }
span { border-color: rgb(196,60,200); }
td.TdClassName
{
border-color: #C43CC8;
}
.TagClassName
{
border-color: #C43CC8;
}
</style>