Shades of Fuchsia #C365B2
Tints of Fuchsia #C365B2
RGB
CMYK
RGB Variations
Color information
#C365B2 (or 0xC365B2) is known color: Fuchsia. HEX triplet: C3, 65 and B2. RGB value is (195,101,178). Sum of RGB (Red+Green+Blue) = 195+101+178=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C365B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365B2 is #3C9A4D. Grayscale: #898989. Windows color (decimal): -3971662 or 11691459. OLE color: 11691459.
HSL color Cylindrical-coordinate representation of color #C365B2: hue angle of 310.85º 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 #C365B2 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 178 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.24 |
| HSL | 310.85º | 0.44% | 0.58% | - |
| HSV(B) | 310.85º | 0.48% | 0.76% | - |
| XYZ | 35.2 | 24.12 | 44.92 | - |
| YUV | 137.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 178 | 0 | 0.48 | 0.09 | 0.24 | 310.85 | 0.44 | 0.58 |
| Hex | C3 | 65 | B2 | 0 | 30 | 9 | 18 | 137 | 2C | 3A |
| Octal | 303 | 145 | 262 | 0 | 60 | 11 | 30 | 467 | 54 | 72 |
| Binary | 11000011 | 1100101 | 10110010 | 0 | 110000 | 1001 | 11000 | 100110111 | 101100 | 111010 |
Color Harmonies of #C365B2
Complementary color
Monochromatic Colors of #C365B2
Black with #C365B2
Text Example
Text Example
White with #C365B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365B2; }
p { color: rgb(195,101,178); }
H1.HeaderClassName
{
color: #C365B2;
}
.AnyTagClassName
{
color: #C365B2;
}
</style>
background-color css
<style>
a { background-color: #C365B2; }
a { background-color: rgb(195,101,178); }
div.DivClassName
{
background-color: #C365B2;
}
.BgClassName
{
background-color: #C365B2;
}
</style>
border-color css
<style>
span { border-color: #C365B2; }
span { border-color: rgb(195,101,178); }
td.TdClassName
{
border-color: #C365B2;
}
.TagClassName
{
border-color: #C365B2;
}
</style>