Shades of Fuchsia #C365BF
Tints of Fuchsia #C365BF
RGB
CMYK
RGB Variations
Color information
#C365BF (or 0xC365BF) is known color: Fuchsia. HEX triplet: C3, 65 and BF. RGB value is (195,101,191). Sum of RGB (Red+Green+Blue) = 195+101+191=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C365BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365BF is #3C9A40. Grayscale: #8B8B8B. Windows color (decimal): -3971649 or 12543427. OLE color: 12543427.
HSL color Cylindrical-coordinate representation of color #C365BF: hue angle of 302.55º 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 #C365BF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 191 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.24 |
| HSL | 302.55º | 0.44% | 0.58% | - |
| HSV(B) | 302.55º | 0.48% | 0.76% | - |
| XYZ | 36.56 | 24.67 | 52.13 | - |
| YUV | 139.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 191 | 0 | 0.48 | 0.02 | 0.24 | 302.55 | 0.44 | 0.58 |
| Hex | C3 | 65 | BF | 0 | 30 | 2 | 18 | 12F | 2C | 3A |
| Octal | 303 | 145 | 277 | 0 | 60 | 2 | 30 | 457 | 54 | 72 |
| Binary | 11000011 | 1100101 | 10111111 | 0 | 110000 | 10 | 11000 | 100101111 | 101100 | 111010 |
Color Harmonies of #C365BF
Complementary color
Monochromatic Colors of #C365BF
Black with #C365BF
Text Example
Text Example
White with #C365BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365BF; }
p { color: rgb(195,101,191); }
H1.HeaderClassName
{
color: #C365BF;
}
.AnyTagClassName
{
color: #C365BF;
}
</style>
background-color css
<style>
a { background-color: #C365BF; }
a { background-color: rgb(195,101,191); }
div.DivClassName
{
background-color: #C365BF;
}
.BgClassName
{
background-color: #C365BF;
}
</style>
border-color css
<style>
span { border-color: #C365BF; }
span { border-color: rgb(195,101,191); }
td.TdClassName
{
border-color: #C365BF;
}
.TagClassName
{
border-color: #C365BF;
}
</style>