Shades of Fuchsia #C365BA
Tints of Fuchsia #C365BA
RGB
CMYK
RGB Variations
Color information
#C365BA (or 0xC365BA) is known color: Fuchsia. HEX triplet: C3, 65 and BA. RGB value is (195,101,186). Sum of RGB (Red+Green+Blue) = 195+101+186=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C365BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365BA is #3C9A45. Grayscale: #8A8A8A. Windows color (decimal): -3971654 or 12215747. OLE color: 12215747.
HSL color Cylindrical-coordinate representation of color #C365BA: hue angle of 305.74º 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 #C365BA is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 186 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.24 |
| HSL | 305.74º | 0.44% | 0.58% | - |
| HSV(B) | 305.74º | 0.48% | 0.76% | - |
| XYZ | 36.02 | 24.45 | 49.28 | - |
| YUV | 138.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 186 | 0 | 0.48 | 0.05 | 0.24 | 305.74 | 0.44 | 0.58 |
| Hex | C3 | 65 | BA | 0 | 30 | 5 | 18 | 132 | 2C | 3A |
| Octal | 303 | 145 | 272 | 0 | 60 | 5 | 30 | 462 | 54 | 72 |
| Binary | 11000011 | 1100101 | 10111010 | 0 | 110000 | 101 | 11000 | 100110010 | 101100 | 111010 |
Color Harmonies of #C365BA
Complementary color
Monochromatic Colors of #C365BA
Black with #C365BA
Text Example
Text Example
White with #C365BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365BA; }
p { color: rgb(195,101,186); }
H1.HeaderClassName
{
color: #C365BA;
}
.AnyTagClassName
{
color: #C365BA;
}
</style>
background-color css
<style>
a { background-color: #C365BA; }
a { background-color: rgb(195,101,186); }
div.DivClassName
{
background-color: #C365BA;
}
.BgClassName
{
background-color: #C365BA;
}
</style>
border-color css
<style>
span { border-color: #C365BA; }
span { border-color: rgb(195,101,186); }
td.TdClassName
{
border-color: #C365BA;
}
.TagClassName
{
border-color: #C365BA;
}
</style>