Shades of Fuchsia #C358CA
Tints of Fuchsia #C358CA
RGB
CMYK
RGB Variations
Color information
#C358CA (or 0xC358CA) is known color: Fuchsia. HEX triplet: C3, 58 and CA. RGB value is (195,88,202). Sum of RGB (Red+Green+Blue) = 195+88+202=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #C358CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358CA is #3CA735. Grayscale: #848484. Windows color (decimal): -3974966 or 13260995. OLE color: 13260995.
HSL color Cylindrical-coordinate representation of color #C358CA: hue angle of 296.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C358CA is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 88 | 202 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.21 |
| HSL | 296.32º | 0.52% | 0.57% | - |
| HSV(B) | 296.32º | 0.56% | 0.79% | - |
| XYZ | 36.66 | 22.85 | 58.35 | - |
| YUV | 132.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 202 | 0.03 | 0.56 | 0 | 0.21 | 296.32 | 0.52 | 0.57 |
| Hex | C3 | 58 | CA | 3 | 38 | 0 | 15 | 128 | 34 | 39 |
| Octal | 303 | 130 | 312 | 3 | 70 | 0 | 25 | 450 | 64 | 71 |
| Binary | 11000011 | 1011000 | 11001010 | 11 | 111000 | 0 | 10101 | 100101000 | 110100 | 111001 |
Color Harmonies of #C358CA
Complementary color
Monochromatic Colors of #C358CA
Black with #C358CA
Text Example
Text Example
White with #C358CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358CA; }
p { color: rgb(195,88,202); }
H1.HeaderClassName
{
color: #C358CA;
}
.AnyTagClassName
{
color: #C358CA;
}
</style>
background-color css
<style>
a { background-color: #C358CA; }
a { background-color: rgb(195,88,202); }
div.DivClassName
{
background-color: #C358CA;
}
.BgClassName
{
background-color: #C358CA;
}
</style>
border-color css
<style>
span { border-color: #C358CA; }
span { border-color: rgb(195,88,202); }
td.TdClassName
{
border-color: #C358CA;
}
.TagClassName
{
border-color: #C358CA;
}
</style>