Shades of Fuchsia #C44BC8
Tints of Fuchsia #C44BC8
RGB
CMYK
RGB Variations
Color information
#C44BC8 (or 0xC44BC8) is known color: Fuchsia. HEX triplet: C4, 4B and C8. RGB value is (196,75,200). Sum of RGB (Red+Green+Blue) = 196+75+200=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #C44BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BC8 is #3BB437. Grayscale: #7D7D7D. Windows color (decimal): -3912760 or 13126596. OLE color: 13126596.
HSL color Cylindrical-coordinate representation of color #C44BC8: hue angle of 298.08º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44BC8 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 75 | 200 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.22 |
| HSL | 298.08º | 0.53% | 0.54% | - |
| HSV(B) | 298.08º | 0.63% | 0.78% | - |
| XYZ | 35.71 | 20.94 | 56.8 | - |
| YUV | 125.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 200 | 0.02 | 0.62 | 0 | 0.22 | 298.08 | 0.53 | 0.54 |
| Hex | C4 | 4B | C8 | 2 | 3E | 0 | 16 | 12A | 35 | 36 |
| Octal | 304 | 113 | 310 | 2 | 76 | 0 | 26 | 452 | 65 | 66 |
| Binary | 11000100 | 1001011 | 11001000 | 10 | 111110 | 0 | 10110 | 100101010 | 110101 | 110110 |
Color Harmonies of #C44BC8
Complementary color
Monochromatic Colors of #C44BC8
Black with #C44BC8
Text Example
Text Example
White with #C44BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BC8; }
p { color: rgb(196,75,200); }
H1.HeaderClassName
{
color: #C44BC8;
}
.AnyTagClassName
{
color: #C44BC8;
}
</style>
background-color css
<style>
a { background-color: #C44BC8; }
a { background-color: rgb(196,75,200); }
div.DivClassName
{
background-color: #C44BC8;
}
.BgClassName
{
background-color: #C44BC8;
}
</style>
border-color css
<style>
span { border-color: #C44BC8; }
span { border-color: rgb(196,75,200); }
td.TdClassName
{
border-color: #C44BC8;
}
.TagClassName
{
border-color: #C44BC8;
}
</style>