Shades of Fuchsia #C458C1
Tints of Fuchsia #C458C1
RGB
CMYK
RGB Variations
Color information
#C458C1 (or 0xC458C1) is known color: Fuchsia. HEX triplet: C4, 58 and C1. RGB value is (196,88,193). Sum of RGB (Red+Green+Blue) = 196+88+193=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C458C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458C1 is #3BA73E. Grayscale: #838383. Windows color (decimal): -3909439 or 12671172. OLE color: 12671172.
HSL color Cylindrical-coordinate representation of color #C458C1: hue angle of 301.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458C1 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 193 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.23 |
| HSL | 301.67º | 0.48% | 0.56% | - |
| HSV(B) | 301.67º | 0.55% | 0.77% | - |
| XYZ | 35.88 | 22.57 | 52.92 | - |
| YUV | 132.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 193 | 0 | 0.55 | 0.02 | 0.23 | 301.67 | 0.48 | 0.56 |
| Hex | C4 | 58 | C1 | 0 | 37 | 2 | 17 | 12E | 30 | 38 |
| Octal | 304 | 130 | 301 | 0 | 67 | 2 | 27 | 456 | 60 | 70 |
| Binary | 11000100 | 1011000 | 11000001 | 0 | 110111 | 10 | 10111 | 100101110 | 110000 | 111000 |
Color Harmonies of #C458C1
Complementary color
Monochromatic Colors of #C458C1
Black with #C458C1
Text Example
Text Example
White with #C458C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458C1; }
p { color: rgb(196,88,193); }
H1.HeaderClassName
{
color: #C458C1;
}
.AnyTagClassName
{
color: #C458C1;
}
</style>
background-color css
<style>
a { background-color: #C458C1; }
a { background-color: rgb(196,88,193); }
div.DivClassName
{
background-color: #C458C1;
}
.BgClassName
{
background-color: #C458C1;
}
</style>
border-color css
<style>
span { border-color: #C458C1; }
span { border-color: rgb(196,88,193); }
td.TdClassName
{
border-color: #C458C1;
}
.TagClassName
{
border-color: #C458C1;
}
</style>