Shades of Fuchsia #C365C1
Tints of Fuchsia #C365C1
RGB
CMYK
RGB Variations
Color information
#C365C1 (or 0xC365C1) is known color: Fuchsia. HEX triplet: C3, 65 and C1. RGB value is (195,101,193). Sum of RGB (Red+Green+Blue) = 195+101+193=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C365C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365C1 is #3C9A3E. Grayscale: #8B8B8B. Windows color (decimal): -3971647 or 12674499. OLE color: 12674499.
HSL color Cylindrical-coordinate representation of color #C365C1: hue angle of 301.28º 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 #C365C1 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 193 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.24 |
| HSL | 301.28º | 0.44% | 0.58% | - |
| HSV(B) | 301.28º | 0.48% | 0.76% | - |
| XYZ | 36.79 | 24.76 | 53.29 | - |
| YUV | 139.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 193 | 0 | 0.48 | 0.01 | 0.24 | 301.28 | 0.44 | 0.58 |
| Hex | C3 | 65 | C1 | 0 | 30 | 1 | 18 | 12D | 2C | 3A |
| Octal | 303 | 145 | 301 | 0 | 60 | 1 | 30 | 455 | 54 | 72 |
| Binary | 11000011 | 1100101 | 11000001 | 0 | 110000 | 1 | 11000 | 100101101 | 101100 | 111010 |
Color Harmonies of #C365C1
Complementary color
Monochromatic Colors of #C365C1
Black with #C365C1
Text Example
Text Example
White with #C365C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365C1; }
p { color: rgb(195,101,193); }
H1.HeaderClassName
{
color: #C365C1;
}
.AnyTagClassName
{
color: #C365C1;
}
</style>
background-color css
<style>
a { background-color: #C365C1; }
a { background-color: rgb(195,101,193); }
div.DivClassName
{
background-color: #C365C1;
}
.BgClassName
{
background-color: #C365C1;
}
</style>
border-color css
<style>
span { border-color: #C365C1; }
span { border-color: rgb(195,101,193); }
td.TdClassName
{
border-color: #C365C1;
}
.TagClassName
{
border-color: #C365C1;
}
</style>