Shades of Fuchsia #C365BE
Tints of Fuchsia #C365BE
RGB
CMYK
RGB Variations
Color information
#C365BE (or 0xC365BE) is known color: Fuchsia. HEX triplet: C3, 65 and BE. RGB value is (195,101,190). Sum of RGB (Red+Green+Blue) = 195+101+190=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C365BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365BE is #3C9A41. Grayscale: #8A8A8A. Windows color (decimal): -3971650 or 12477891. OLE color: 12477891.
HSL color Cylindrical-coordinate representation of color #C365BE: hue angle of 303.19º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365BE is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 190 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.24 |
| HSL | 303.19º | 0.44% | 0.58% | - |
| HSV(B) | 303.19º | 0.48% | 0.76% | - |
| XYZ | 36.45 | 24.63 | 51.55 | - |
| YUV | 139.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 190 | 0 | 0.48 | 0.03 | 0.24 | 303.19 | 0.44 | 0.58 |
| Hex | C3 | 65 | BE | 0 | 30 | 3 | 18 | 12F | 2C | 3A |
| Octal | 303 | 145 | 276 | 0 | 60 | 3 | 30 | 457 | 54 | 72 |
| Binary | 11000011 | 1100101 | 10111110 | 0 | 110000 | 11 | 11000 | 100101111 | 101100 | 111010 |
Color Harmonies of #C365BE
Complementary color
Monochromatic Colors of #C365BE
Black with #C365BE
Text Example
Text Example
White with #C365BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365BE; }
p { color: rgb(195,101,190); }
H1.HeaderClassName
{
color: #C365BE;
}
.AnyTagClassName
{
color: #C365BE;
}
</style>
background-color css
<style>
a { background-color: #C365BE; }
a { background-color: rgb(195,101,190); }
div.DivClassName
{
background-color: #C365BE;
}
.BgClassName
{
background-color: #C365BE;
}
</style>
border-color css
<style>
span { border-color: #C365BE; }
span { border-color: rgb(195,101,190); }
td.TdClassName
{
border-color: #C365BE;
}
.TagClassName
{
border-color: #C365BE;
}
</style>