Shades of Fuchsia #C44DBE
Tints of Fuchsia #C44DBE
RGB
CMYK
RGB Variations
Color information
#C44DBE (or 0xC44DBE) is known color: Fuchsia. HEX triplet: C4, 4D and BE. RGB value is (196,77,190). Sum of RGB (Red+Green+Blue) = 196+77+190=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DBE is #3BB241. Grayscale: #7D7D7D. Windows color (decimal): -3912258 or 12471748. OLE color: 12471748.
HSL color Cylindrical-coordinate representation of color #C44DBE: hue angle of 303.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44DBE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 190 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.23 |
| HSL | 303.03º | 0.5% | 0.54% | - |
| HSV(B) | 303.03º | 0.61% | 0.77% | - |
| XYZ | 34.71 | 20.76 | 50.89 | - |
| YUV | 125.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 190 | 0 | 0.61 | 0.03 | 0.23 | 303.03 | 0.5 | 0.54 |
| Hex | C4 | 4D | BE | 0 | 3D | 3 | 17 | 12F | 32 | 36 |
| Octal | 304 | 115 | 276 | 0 | 75 | 3 | 27 | 457 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10111110 | 0 | 111101 | 11 | 10111 | 100101111 | 110010 | 110110 |
Color Harmonies of #C44DBE
Complementary color
Monochromatic Colors of #C44DBE
Black with #C44DBE
Text Example
Text Example
White with #C44DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DBE; }
p { color: rgb(196,77,190); }
H1.HeaderClassName
{
color: #C44DBE;
}
.AnyTagClassName
{
color: #C44DBE;
}
</style>
background-color css
<style>
a { background-color: #C44DBE; }
a { background-color: rgb(196,77,190); }
div.DivClassName
{
background-color: #C44DBE;
}
.BgClassName
{
background-color: #C44DBE;
}
</style>
border-color css
<style>
span { border-color: #C44DBE; }
span { border-color: rgb(196,77,190); }
td.TdClassName
{
border-color: #C44DBE;
}
.TagClassName
{
border-color: #C44DBE;
}
</style>