Shades of Fuchsia #C44CBB
Tints of Fuchsia #C44CBB
RGB
CMYK
RGB Variations
Color information
#C44CBB (or 0xC44CBB) is known color: Fuchsia. HEX triplet: C4, 4C and BB. RGB value is (196,76,187). Sum of RGB (Red+Green+Blue) = 196+76+187=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CBB is #3BB344. Grayscale: #7C7C7C. Windows color (decimal): -3912517 or 12274884. OLE color: 12274884.
HSL color Cylindrical-coordinate representation of color #C44CBB: hue angle of 304.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CBB is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 187 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.23 |
| HSL | 304.5º | 0.5% | 0.53% | - |
| HSV(B) | 304.5º | 0.61% | 0.77% | - |
| XYZ | 34.32 | 20.49 | 49.16 | - |
| YUV | 124.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 187 | 0 | 0.61 | 0.05 | 0.23 | 304.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | BB | 0 | 3D | 5 | 17 | 130 | 32 | 35 |
| Octal | 304 | 114 | 273 | 0 | 75 | 5 | 27 | 460 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10111011 | 0 | 111101 | 101 | 10111 | 100110000 | 110010 | 110101 |
Color Harmonies of #C44CBB
Complementary color
Monochromatic Colors of #C44CBB
Black with #C44CBB
Text Example
Text Example
White with #C44CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CBB; }
p { color: rgb(196,76,187); }
H1.HeaderClassName
{
color: #C44CBB;
}
.AnyTagClassName
{
color: #C44CBB;
}
</style>
background-color css
<style>
a { background-color: #C44CBB; }
a { background-color: rgb(196,76,187); }
div.DivClassName
{
background-color: #C44CBB;
}
.BgClassName
{
background-color: #C44CBB;
}
</style>
border-color css
<style>
span { border-color: #C44CBB; }
span { border-color: rgb(196,76,187); }
td.TdClassName
{
border-color: #C44CBB;
}
.TagClassName
{
border-color: #C44CBB;
}
</style>