Shades of Fuchsia #C365C2
Tints of Fuchsia #C365C2
RGB
CMYK
RGB Variations
Color information
#C365C2 (or 0xC365C2) is known color: Fuchsia. HEX triplet: C3, 65 and C2. RGB value is (195,101,194). Sum of RGB (Red+Green+Blue) = 195+101+194=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C365C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365C2 is #3C9A3D. Grayscale: #8B8B8B. Windows color (decimal): -3971646 or 12740035. OLE color: 12740035.
HSL color Cylindrical-coordinate representation of color #C365C2: hue angle of 300.64º 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 #C365C2 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 194 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.24 |
| HSL | 300.64º | 0.44% | 0.58% | - |
| HSV(B) | 300.64º | 0.48% | 0.76% | - |
| XYZ | 36.9 | 24.8 | 53.88 | - |
| YUV | 139.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 194 | 0 | 0.48 | 0.01 | 0.24 | 300.64 | 0.44 | 0.58 |
| Hex | C3 | 65 | C2 | 0 | 30 | 1 | 18 | 12D | 2C | 3A |
| Octal | 303 | 145 | 302 | 0 | 60 | 1 | 30 | 455 | 54 | 72 |
| Binary | 11000011 | 1100101 | 11000010 | 0 | 110000 | 1 | 11000 | 100101101 | 101100 | 111010 |
Color Harmonies of #C365C2
Complementary color
Monochromatic Colors of #C365C2
Black with #C365C2
Text Example
Text Example
White with #C365C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365C2; }
p { color: rgb(195,101,194); }
H1.HeaderClassName
{
color: #C365C2;
}
.AnyTagClassName
{
color: #C365C2;
}
</style>
background-color css
<style>
a { background-color: #C365C2; }
a { background-color: rgb(195,101,194); }
div.DivClassName
{
background-color: #C365C2;
}
.BgClassName
{
background-color: #C365C2;
}
</style>
border-color css
<style>
span { border-color: #C365C2; }
span { border-color: rgb(195,101,194); }
td.TdClassName
{
border-color: #C365C2;
}
.TagClassName
{
border-color: #C365C2;
}
</style>