Shades of Fuchsia #C44BBB
Tints of Fuchsia #C44BBB
RGB
CMYK
RGB Variations
Color information
#C44BBB (or 0xC44BBB) is known color: Fuchsia. HEX triplet: C4, 4B and BB. RGB value is (196,75,187). Sum of RGB (Red+Green+Blue) = 196+75+187=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BBB is #3BB444. Grayscale: #7B7B7B. Windows color (decimal): -3912773 or 12274628. OLE color: 12274628.
HSL color Cylindrical-coordinate representation of color #C44BBB: hue angle of 304.46º 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 #C44BBB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 187 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.23 |
| HSL | 304.46º | 0.51% | 0.53% | - |
| HSV(B) | 304.46º | 0.62% | 0.77% | - |
| XYZ | 34.25 | 20.36 | 49.14 | - |
| YUV | 123.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 187 | 0 | 0.62 | 0.05 | 0.23 | 304.46 | 0.51 | 0.53 |
| Hex | C4 | 4B | BB | 0 | 3E | 5 | 17 | 130 | 33 | 35 |
| Octal | 304 | 113 | 273 | 0 | 76 | 5 | 27 | 460 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10111011 | 0 | 111110 | 101 | 10111 | 100110000 | 110011 | 110101 |
Color Harmonies of #C44BBB
Complementary color
Monochromatic Colors of #C44BBB
Black with #C44BBB
Text Example
Text Example
White with #C44BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BBB; }
p { color: rgb(196,75,187); }
H1.HeaderClassName
{
color: #C44BBB;
}
.AnyTagClassName
{
color: #C44BBB;
}
</style>
background-color css
<style>
a { background-color: #C44BBB; }
a { background-color: rgb(196,75,187); }
div.DivClassName
{
background-color: #C44BBB;
}
.BgClassName
{
background-color: #C44BBB;
}
</style>
border-color css
<style>
span { border-color: #C44BBB; }
span { border-color: rgb(196,75,187); }
td.TdClassName
{
border-color: #C44BBB;
}
.TagClassName
{
border-color: #C44BBB;
}
</style>