Shades of Fuchsia #C358CB
Tints of Fuchsia #C358CB
RGB
CMYK
RGB Variations
Color information
#C358CB (or 0xC358CB) is known color: Fuchsia. HEX triplet: C3, 58 and CB. RGB value is (195,88,203). Sum of RGB (Red+Green+Blue) = 195+88+203=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C358CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358CB is #3CA734. Grayscale: #848484. Windows color (decimal): -3974965 or 13326531. OLE color: 13326531.
HSL color Cylindrical-coordinate representation of color #C358CB: hue angle of 295.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C358CB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 88 | 203 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.20 |
| HSL | 295.83º | 0.53% | 0.57% | - |
| HSV(B) | 295.83º | 0.57% | 0.8% | - |
| XYZ | 36.77 | 22.89 | 58.98 | - |
| YUV | 133.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 203 | 0.04 | 0.57 | 0 | 0.20 | 295.83 | 0.53 | 0.57 |
| Hex | C3 | 58 | CB | 4 | 39 | 0 | 14 | 128 | 35 | 39 |
| Octal | 303 | 130 | 313 | 4 | 71 | 0 | 24 | 450 | 65 | 71 |
| Binary | 11000011 | 1011000 | 11001011 | 100 | 111001 | 0 | 10100 | 100101000 | 110101 | 111001 |
Color Harmonies of #C358CB
Complementary color
Monochromatic Colors of #C358CB
Black with #C358CB
Text Example
Text Example
White with #C358CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358CB; }
p { color: rgb(195,88,203); }
H1.HeaderClassName
{
color: #C358CB;
}
.AnyTagClassName
{
color: #C358CB;
}
</style>
background-color css
<style>
a { background-color: #C358CB; }
a { background-color: rgb(195,88,203); }
div.DivClassName
{
background-color: #C358CB;
}
.BgClassName
{
background-color: #C358CB;
}
</style>
border-color css
<style>
span { border-color: #C358CB; }
span { border-color: rgb(195,88,203); }
td.TdClassName
{
border-color: #C358CB;
}
.TagClassName
{
border-color: #C358CB;
}
</style>