Shades of Fuchsia #C358BA
Tints of Fuchsia #C358BA
RGB
CMYK
RGB Variations
Color information
#C358BA (or 0xC358BA) is known color: Fuchsia. HEX triplet: C3, 58 and BA. RGB value is (195,88,186). Sum of RGB (Red+Green+Blue) = 195+88+186=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C358BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358BA is #3CA745. Grayscale: #828282. Windows color (decimal): -3974982 or 12212419. OLE color: 12212419.
HSL color Cylindrical-coordinate representation of color #C358BA: hue angle of 305.05º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C358BA is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 186 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.24 |
| HSL | 305.05º | 0.47% | 0.55% | - |
| HSV(B) | 305.05º | 0.55% | 0.76% | - |
| XYZ | 34.86 | 22.13 | 48.89 | - |
| YUV | 131.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 186 | 0 | 0.55 | 0.05 | 0.24 | 305.05 | 0.47 | 0.55 |
| Hex | C3 | 58 | BA | 0 | 37 | 5 | 18 | 131 | 2F | 37 |
| Octal | 303 | 130 | 272 | 0 | 67 | 5 | 30 | 461 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10111010 | 0 | 110111 | 101 | 11000 | 100110001 | 101111 | 110111 |
Color Harmonies of #C358BA
Complementary color
Monochromatic Colors of #C358BA
Black with #C358BA
Text Example
Text Example
White with #C358BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358BA; }
p { color: rgb(195,88,186); }
H1.HeaderClassName
{
color: #C358BA;
}
.AnyTagClassName
{
color: #C358BA;
}
</style>
background-color css
<style>
a { background-color: #C358BA; }
a { background-color: rgb(195,88,186); }
div.DivClassName
{
background-color: #C358BA;
}
.BgClassName
{
background-color: #C358BA;
}
</style>
border-color css
<style>
span { border-color: #C358BA; }
span { border-color: rgb(195,88,186); }
td.TdClassName
{
border-color: #C358BA;
}
.TagClassName
{
border-color: #C358BA;
}
</style>