Shades of Fuchsia #C445C8
Tints of Fuchsia #C445C8
RGB
CMYK
RGB Variations
Color information
#C445C8 (or 0xC445C8) is known color: Fuchsia. HEX triplet: C4, 45 and C8. RGB value is (196,69,200). Sum of RGB (Red+Green+Blue) = 196+69+200=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #C445C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445C8 is #3BBA37. Grayscale: #797979. Windows color (decimal): -3914296 or 13125060. OLE color: 13125060.
HSL color Cylindrical-coordinate representation of color #C445C8: hue angle of 298.17º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C445C8 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 69 | 200 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.22 |
| HSL | 298.17º | 0.54% | 0.53% | - |
| HSV(B) | 298.17º | 0.66% | 0.78% | - |
| XYZ | 35.32 | 20.16 | 56.67 | - |
| YUV | 121.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 200 | 0.02 | 0.66 | 0 | 0.22 | 298.17 | 0.54 | 0.53 |
| Hex | C4 | 45 | C8 | 2 | 42 | 0 | 16 | 12A | 36 | 35 |
| Octal | 304 | 105 | 310 | 2 | 102 | 0 | 26 | 452 | 66 | 65 |
| Binary | 11000100 | 1000101 | 11001000 | 10 | 1000010 | 0 | 10110 | 100101010 | 110110 | 110101 |
Color Harmonies of #C445C8
Complementary color
Monochromatic Colors of #C445C8
Black with #C445C8
Text Example
Text Example
White with #C445C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445C8; }
p { color: rgb(196,69,200); }
H1.HeaderClassName
{
color: #C445C8;
}
.AnyTagClassName
{
color: #C445C8;
}
</style>
background-color css
<style>
a { background-color: #C445C8; }
a { background-color: rgb(196,69,200); }
div.DivClassName
{
background-color: #C445C8;
}
.BgClassName
{
background-color: #C445C8;
}
</style>
border-color css
<style>
span { border-color: #C445C8; }
span { border-color: rgb(196,69,200); }
td.TdClassName
{
border-color: #C445C8;
}
.TagClassName
{
border-color: #C445C8;
}
</style>