Shades of Fuchsia #C362BA
Tints of Fuchsia #C362BA
RGB
CMYK
RGB Variations
Color information
#C362BA (or 0xC362BA) is known color: Fuchsia. HEX triplet: C3, 62 and BA. RGB value is (195,98,186). Sum of RGB (Red+Green+Blue) = 195+98+186=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C362BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362BA is #3C9D45. Grayscale: #888888. Windows color (decimal): -3972422 or 12214979. OLE color: 12214979.
HSL color Cylindrical-coordinate representation of color #C362BA: hue angle of 305.57º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C362BA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 186 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.24 |
| HSL | 305.57º | 0.45% | 0.57% | - |
| HSV(B) | 305.57º | 0.5% | 0.76% | - |
| XYZ | 35.74 | 23.88 | 49.18 | - |
| YUV | 137.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 186 | 0 | 0.50 | 0.05 | 0.24 | 305.57 | 0.45 | 0.57 |
| Hex | C3 | 62 | BA | 0 | 32 | 5 | 18 | 132 | 2D | 39 |
| Octal | 303 | 142 | 272 | 0 | 62 | 5 | 30 | 462 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10111010 | 0 | 110010 | 101 | 11000 | 100110010 | 101101 | 111001 |
Color Harmonies of #C362BA
Complementary color
Monochromatic Colors of #C362BA
Black with #C362BA
Text Example
Text Example
White with #C362BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362BA; }
p { color: rgb(195,98,186); }
H1.HeaderClassName
{
color: #C362BA;
}
.AnyTagClassName
{
color: #C362BA;
}
</style>
background-color css
<style>
a { background-color: #C362BA; }
a { background-color: rgb(195,98,186); }
div.DivClassName
{
background-color: #C362BA;
}
.BgClassName
{
background-color: #C362BA;
}
</style>
border-color css
<style>
span { border-color: #C362BA; }
span { border-color: rgb(195,98,186); }
td.TdClassName
{
border-color: #C362BA;
}
.TagClassName
{
border-color: #C362BA;
}
</style>