Shades of Fuchsia #C362BE
Tints of Fuchsia #C362BE
RGB
CMYK
RGB Variations
Color information
#C362BE (or 0xC362BE) is known color: Fuchsia. HEX triplet: C3, 62 and BE. RGB value is (195,98,190). Sum of RGB (Red+Green+Blue) = 195+98+190=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C362BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362BE is #3C9D41. Grayscale: #898989. Windows color (decimal): -3972418 or 12477123. OLE color: 12477123.
HSL color Cylindrical-coordinate representation of color #C362BE: hue angle of 303.09º 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 #C362BE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 190 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.24 |
| HSL | 303.09º | 0.45% | 0.57% | - |
| HSV(B) | 303.09º | 0.5% | 0.76% | - |
| XYZ | 36.17 | 24.06 | 51.45 | - |
| YUV | 137.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 190 | 0 | 0.50 | 0.03 | 0.24 | 303.09 | 0.45 | 0.57 |
| Hex | C3 | 62 | BE | 0 | 32 | 3 | 18 | 12F | 2D | 39 |
| Octal | 303 | 142 | 276 | 0 | 62 | 3 | 30 | 457 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10111110 | 0 | 110010 | 11 | 11000 | 100101111 | 101101 | 111001 |
Color Harmonies of #C362BE
Complementary color
Monochromatic Colors of #C362BE
Black with #C362BE
Text Example
Text Example
White with #C362BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362BE; }
p { color: rgb(195,98,190); }
H1.HeaderClassName
{
color: #C362BE;
}
.AnyTagClassName
{
color: #C362BE;
}
</style>
background-color css
<style>
a { background-color: #C362BE; }
a { background-color: rgb(195,98,190); }
div.DivClassName
{
background-color: #C362BE;
}
.BgClassName
{
background-color: #C362BE;
}
</style>
border-color css
<style>
span { border-color: #C362BE; }
span { border-color: rgb(195,98,190); }
td.TdClassName
{
border-color: #C362BE;
}
.TagClassName
{
border-color: #C362BE;
}
</style>