Shades of Fuchsia #C44BC9
Tints of Fuchsia #C44BC9
RGB
CMYK
RGB Variations
Color information
#C44BC9 (or 0xC44BC9) is known color: Fuchsia. HEX triplet: C4, 4B and C9. RGB value is (196,75,201). Sum of RGB (Red+Green+Blue) = 196+75+201=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #C44BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BC9 is #3BB436. Grayscale: #7D7D7D. Windows color (decimal): -3912759 or 13192132. OLE color: 13192132.
HSL color Cylindrical-coordinate representation of color #C44BC9: hue angle of 297.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44BC9 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 75 | 201 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.21 |
| HSL | 297.62º | 0.54% | 0.54% | - |
| HSV(B) | 297.62º | 0.63% | 0.79% | - |
| XYZ | 35.82 | 20.98 | 57.42 | - |
| YUV | 125.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 201 | 0.02 | 0.63 | 0 | 0.21 | 297.62 | 0.54 | 0.54 |
| Hex | C4 | 4B | C9 | 2 | 3F | 0 | 15 | 12A | 36 | 36 |
| Octal | 304 | 113 | 311 | 2 | 77 | 0 | 25 | 452 | 66 | 66 |
| Binary | 11000100 | 1001011 | 11001001 | 10 | 111111 | 0 | 10101 | 100101010 | 110110 | 110110 |
Color Harmonies of #C44BC9
Complementary color
Monochromatic Colors of #C44BC9
Black with #C44BC9
Text Example
Text Example
White with #C44BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BC9; }
p { color: rgb(196,75,201); }
H1.HeaderClassName
{
color: #C44BC9;
}
.AnyTagClassName
{
color: #C44BC9;
}
</style>
background-color css
<style>
a { background-color: #C44BC9; }
a { background-color: rgb(196,75,201); }
div.DivClassName
{
background-color: #C44BC9;
}
.BgClassName
{
background-color: #C44BC9;
}
</style>
border-color css
<style>
span { border-color: #C44BC9; }
span { border-color: rgb(196,75,201); }
td.TdClassName
{
border-color: #C44BC9;
}
.TagClassName
{
border-color: #C44BC9;
}
</style>