Shades of Fuchsia #C44DB4
Tints of Fuchsia #C44DB4
RGB
CMYK
RGB Variations
Color information
#C44DB4 (or 0xC44DB4) is known color: Fuchsia. HEX triplet: C4, 4D and B4. RGB value is (196,77,180). Sum of RGB (Red+Green+Blue) = 196+77+180=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DB4 is #3BB24B. Grayscale: #7C7C7C. Windows color (decimal): -3912268 or 11816388. OLE color: 11816388.
HSL color Cylindrical-coordinate representation of color #C44DB4: hue angle of 308.07º 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 #C44DB4 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 180 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.23 |
| HSL | 308.07º | 0.5% | 0.54% | - |
| HSV(B) | 308.07º | 0.61% | 0.77% | - |
| XYZ | 33.66 | 20.34 | 45.33 | - |
| YUV | 124.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 180 | 0 | 0.61 | 0.08 | 0.23 | 308.07 | 0.5 | 0.54 |
| Hex | C4 | 4D | B4 | 0 | 3D | 8 | 17 | 134 | 32 | 36 |
| Octal | 304 | 115 | 264 | 0 | 75 | 10 | 27 | 464 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10110100 | 0 | 111101 | 1000 | 10111 | 100110100 | 110010 | 110110 |
Color Harmonies of #C44DB4
Complementary color
Monochromatic Colors of #C44DB4
Black with #C44DB4
Text Example
Text Example
White with #C44DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DB4; }
p { color: rgb(196,77,180); }
H1.HeaderClassName
{
color: #C44DB4;
}
.AnyTagClassName
{
color: #C44DB4;
}
</style>
background-color css
<style>
a { background-color: #C44DB4; }
a { background-color: rgb(196,77,180); }
div.DivClassName
{
background-color: #C44DB4;
}
.BgClassName
{
background-color: #C44DB4;
}
</style>
border-color css
<style>
span { border-color: #C44DB4; }
span { border-color: rgb(196,77,180); }
td.TdClassName
{
border-color: #C44DB4;
}
.TagClassName
{
border-color: #C44DB4;
}
</style>