Shades of Fuchsia #C45FC1
Tints of Fuchsia #C45FC1
RGB
CMYK
RGB Variations
Color information
#C45FC1 (or 0xC45FC1) is known color: Fuchsia. HEX triplet: C4, 5F and C1. RGB value is (196,95,193). Sum of RGB (Red+Green+Blue) = 196+95+193=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FC1 is #3BA03E. Grayscale: #888888. Windows color (decimal): -3907647 or 12672964. OLE color: 12672964.
HSL color Cylindrical-coordinate representation of color #C45FC1: hue angle of 301.78º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45FC1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 193 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.23 |
| HSL | 301.78º | 0.46% | 0.57% | - |
| HSV(B) | 301.78º | 0.52% | 0.77% | - |
| XYZ | 36.48 | 23.77 | 53.12 | - |
| YUV | 136.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 193 | 0 | 0.52 | 0.02 | 0.23 | 301.78 | 0.46 | 0.57 |
| Hex | C4 | 5F | C1 | 0 | 34 | 2 | 17 | 12E | 2E | 39 |
| Octal | 304 | 137 | 301 | 0 | 64 | 2 | 27 | 456 | 56 | 71 |
| Binary | 11000100 | 1011111 | 11000001 | 0 | 110100 | 10 | 10111 | 100101110 | 101110 | 111001 |
Color Harmonies of #C45FC1
Complementary color
Monochromatic Colors of #C45FC1
Black with #C45FC1
Text Example
Text Example
White with #C45FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FC1; }
p { color: rgb(196,95,193); }
H1.HeaderClassName
{
color: #C45FC1;
}
.AnyTagClassName
{
color: #C45FC1;
}
</style>
background-color css
<style>
a { background-color: #C45FC1; }
a { background-color: rgb(196,95,193); }
div.DivClassName
{
background-color: #C45FC1;
}
.BgClassName
{
background-color: #C45FC1;
}
</style>
border-color css
<style>
span { border-color: #C45FC1; }
span { border-color: rgb(196,95,193); }
td.TdClassName
{
border-color: #C45FC1;
}
.TagClassName
{
border-color: #C45FC1;
}
</style>