Shades of Fuchsia #C458C6
Tints of Fuchsia #C458C6
RGB
CMYK
RGB Variations
Color information
#C458C6 (or 0xC458C6) is known color: Fuchsia. HEX triplet: C4, 58 and C6. RGB value is (196,88,198). Sum of RGB (Red+Green+Blue) = 196+88+198=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #C458C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458C6 is #3BA739. Grayscale: #848484. Windows color (decimal): -3909434 or 12998852. OLE color: 12998852.
HSL color Cylindrical-coordinate representation of color #C458C6: hue angle of 298.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C458C6 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 88 | 198 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.22 |
| HSL | 298.91º | 0.49% | 0.56% | - |
| HSV(B) | 298.91º | 0.56% | 0.78% | - |
| XYZ | 36.45 | 22.79 | 55.9 | - |
| YUV | 132.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 198 | 0.01 | 0.56 | 0 | 0.22 | 298.91 | 0.49 | 0.56 |
| Hex | C4 | 58 | C6 | 1 | 38 | 0 | 16 | 12B | 31 | 38 |
| Octal | 304 | 130 | 306 | 1 | 70 | 0 | 26 | 453 | 61 | 70 |
| Binary | 11000100 | 1011000 | 11000110 | 1 | 111000 | 0 | 10110 | 100101011 | 110001 | 111000 |
Color Harmonies of #C458C6
Complementary color
Monochromatic Colors of #C458C6
Black with #C458C6
Text Example
Text Example
White with #C458C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458C6; }
p { color: rgb(196,88,198); }
H1.HeaderClassName
{
color: #C458C6;
}
.AnyTagClassName
{
color: #C458C6;
}
</style>
background-color css
<style>
a { background-color: #C458C6; }
a { background-color: rgb(196,88,198); }
div.DivClassName
{
background-color: #C458C6;
}
.BgClassName
{
background-color: #C458C6;
}
</style>
border-color css
<style>
span { border-color: #C458C6; }
span { border-color: rgb(196,88,198); }
td.TdClassName
{
border-color: #C458C6;
}
.TagClassName
{
border-color: #C458C6;
}
</style>