Shades of Fuchsia #C43DAE
Tints of Fuchsia #C43DAE
RGB
CMYK
RGB Variations
Color information
#C43DAE (or 0xC43DAE) is known color: Fuchsia. HEX triplet: C4, 3D and AE. RGB value is (196,61,174). Sum of RGB (Red+Green+Blue) = 196+61+174=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DAE is #3BC251. Grayscale: #717171. Windows color (decimal): -3916370 or 11419076. OLE color: 11419076.
HSL color Cylindrical-coordinate representation of color #C43DAE: hue angle of 309.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43DAE is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 174 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.23 |
| HSL | 309.78º | 0.53% | 0.5% | - |
| HSV(B) | 309.78º | 0.69% | 0.77% | - |
| XYZ | 32.07 | 18.13 | 41.85 | - |
| YUV | 114.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 174 | 0 | 0.69 | 0.11 | 0.23 | 309.78 | 0.53 | 0.5 |
| Hex | C4 | 3D | AE | 0 | 45 | B | 17 | 136 | 35 | 32 |
| Octal | 304 | 75 | 256 | 0 | 105 | 13 | 27 | 466 | 65 | 62 |
| Binary | 11000100 | 111101 | 10101110 | 0 | 1000101 | 1011 | 10111 | 100110110 | 110101 | 110010 |
Color Harmonies of #C43DAE
Complementary color
Monochromatic Colors of #C43DAE
Black with #C43DAE
Text Example
Text Example
White with #C43DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DAE; }
p { color: rgb(196,61,174); }
H1.HeaderClassName
{
color: #C43DAE;
}
.AnyTagClassName
{
color: #C43DAE;
}
</style>
background-color css
<style>
a { background-color: #C43DAE; }
a { background-color: rgb(196,61,174); }
div.DivClassName
{
background-color: #C43DAE;
}
.BgClassName
{
background-color: #C43DAE;
}
</style>
border-color css
<style>
span { border-color: #C43DAE; }
span { border-color: rgb(196,61,174); }
td.TdClassName
{
border-color: #C43DAE;
}
.TagClassName
{
border-color: #C43DAE;
}
</style>