Shades of Fuchsia #C44BBA
Tints of Fuchsia #C44BBA
RGB
CMYK
RGB Variations
Color information
#C44BBA (or 0xC44BBA) is known color: Fuchsia. HEX triplet: C4, 4B and BA. RGB value is (196,75,186). Sum of RGB (Red+Green+Blue) = 196+75+186=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BBA is #3BB445. Grayscale: #7B7B7B. Windows color (decimal): -3912774 or 12209092. OLE color: 12209092.
HSL color Cylindrical-coordinate representation of color #C44BBA: hue angle of 304.96º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44BBA is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 186 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.23 |
| HSL | 304.96º | 0.51% | 0.53% | - |
| HSV(B) | 304.96º | 0.62% | 0.77% | - |
| XYZ | 34.14 | 20.31 | 48.58 | - |
| YUV | 123.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 186 | 0 | 0.62 | 0.05 | 0.23 | 304.96 | 0.51 | 0.53 |
| Hex | C4 | 4B | BA | 0 | 3E | 5 | 17 | 131 | 33 | 35 |
| Octal | 304 | 113 | 272 | 0 | 76 | 5 | 27 | 461 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10111010 | 0 | 111110 | 101 | 10111 | 100110001 | 110011 | 110101 |
Color Harmonies of #C44BBA
Complementary color
Monochromatic Colors of #C44BBA
Black with #C44BBA
Text Example
Text Example
White with #C44BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BBA; }
p { color: rgb(196,75,186); }
H1.HeaderClassName
{
color: #C44BBA;
}
.AnyTagClassName
{
color: #C44BBA;
}
</style>
background-color css
<style>
a { background-color: #C44BBA; }
a { background-color: rgb(196,75,186); }
div.DivClassName
{
background-color: #C44BBA;
}
.BgClassName
{
background-color: #C44BBA;
}
</style>
border-color css
<style>
span { border-color: #C44BBA; }
span { border-color: rgb(196,75,186); }
td.TdClassName
{
border-color: #C44BBA;
}
.TagClassName
{
border-color: #C44BBA;
}
</style>