Shades of Fuchsia #C43CBE
Tints of Fuchsia #C43CBE
RGB
CMYK
RGB Variations
Color information
#C43CBE (or 0xC43CBE) is known color: Fuchsia. HEX triplet: C4, 3C and BE. RGB value is (196,60,190). Sum of RGB (Red+Green+Blue) = 196+60+190=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CBE is #3BC341. Grayscale: #737373. Windows color (decimal): -3916610 or 12467396. OLE color: 12467396.
HSL color Cylindrical-coordinate representation of color #C43CBE: hue angle of 302.65º degrees, saturation: 0.54, 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 #C43CBE is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 190 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.23 |
| HSL | 302.65º | 0.54% | 0.5% | - |
| HSV(B) | 302.65º | 0.69% | 0.77% | - |
| XYZ | 33.68 | 18.69 | 50.55 | - |
| YUV | 115.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 190 | 0 | 0.69 | 0.03 | 0.23 | 302.65 | 0.54 | 0.5 |
| Hex | C4 | 3C | BE | 0 | 45 | 3 | 17 | 12F | 36 | 32 |
| Octal | 304 | 74 | 276 | 0 | 105 | 3 | 27 | 457 | 66 | 62 |
| Binary | 11000100 | 111100 | 10111110 | 0 | 1000101 | 11 | 10111 | 100101111 | 110110 | 110010 |
Color Harmonies of #C43CBE
Complementary color
Monochromatic Colors of #C43CBE
Black with #C43CBE
Text Example
Text Example
White with #C43CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CBE; }
p { color: rgb(196,60,190); }
H1.HeaderClassName
{
color: #C43CBE;
}
.AnyTagClassName
{
color: #C43CBE;
}
</style>
background-color css
<style>
a { background-color: #C43CBE; }
a { background-color: rgb(196,60,190); }
div.DivClassName
{
background-color: #C43CBE;
}
.BgClassName
{
background-color: #C43CBE;
}
</style>
border-color css
<style>
span { border-color: #C43CBE; }
span { border-color: rgb(196,60,190); }
td.TdClassName
{
border-color: #C43CBE;
}
.TagClassName
{
border-color: #C43CBE;
}
</style>