Shades of Fuchsia #C458BF
Tints of Fuchsia #C458BF
RGB
CMYK
RGB Variations
Color information
#C458BF (or 0xC458BF) is known color: Fuchsia. HEX triplet: C4, 58 and BF. RGB value is (196,88,191). Sum of RGB (Red+Green+Blue) = 196+88+191=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BF is #3BA740. Grayscale: #838383. Windows color (decimal): -3909441 or 12540100. OLE color: 12540100.
HSL color Cylindrical-coordinate representation of color #C458BF: hue angle of 302.78º 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 #C458BF is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 191 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.23 |
| HSL | 302.78º | 0.48% | 0.56% | - |
| HSV(B) | 302.78º | 0.55% | 0.77% | - |
| XYZ | 35.66 | 22.48 | 51.75 | - |
| YUV | 132.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 191 | 0 | 0.55 | 0.03 | 0.23 | 302.78 | 0.48 | 0.56 |
| Hex | C4 | 58 | BF | 0 | 37 | 3 | 17 | 12F | 30 | 38 |
| Octal | 304 | 130 | 277 | 0 | 67 | 3 | 27 | 457 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10111111 | 0 | 110111 | 11 | 10111 | 100101111 | 110000 | 111000 |
Color Harmonies of #C458BF
Complementary color
Monochromatic Colors of #C458BF
Black with #C458BF
Text Example
Text Example
White with #C458BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458BF; }
p { color: rgb(196,88,191); }
H1.HeaderClassName
{
color: #C458BF;
}
.AnyTagClassName
{
color: #C458BF;
}
</style>
background-color css
<style>
a { background-color: #C458BF; }
a { background-color: rgb(196,88,191); }
div.DivClassName
{
background-color: #C458BF;
}
.BgClassName
{
background-color: #C458BF;
}
</style>
border-color css
<style>
span { border-color: #C458BF; }
span { border-color: rgb(196,88,191); }
td.TdClassName
{
border-color: #C458BF;
}
.TagClassName
{
border-color: #C458BF;
}
</style>