Shades of Fuchsia #C365B4
Tints of Fuchsia #C365B4
RGB
CMYK
RGB Variations
Color information
#C365B4 (or 0xC365B4) is known color: Fuchsia. HEX triplet: C3, 65 and B4. RGB value is (195,101,180). Sum of RGB (Red+Green+Blue) = 195+101+180=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C365B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365B4 is #3C9A4B. Grayscale: #898989. Windows color (decimal): -3971660 or 11822531. OLE color: 11822531.
HSL color Cylindrical-coordinate representation of color #C365B4: hue angle of 309.57º 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 #C365B4 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 180 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.24 |
| HSL | 309.57º | 0.44% | 0.58% | - |
| HSV(B) | 309.57º | 0.48% | 0.76% | - |
| XYZ | 35.4 | 24.2 | 45.99 | - |
| YUV | 138.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 180 | 0 | 0.48 | 0.08 | 0.24 | 309.57 | 0.44 | 0.58 |
| Hex | C3 | 65 | B4 | 0 | 30 | 8 | 18 | 136 | 2C | 3A |
| Octal | 303 | 145 | 264 | 0 | 60 | 10 | 30 | 466 | 54 | 72 |
| Binary | 11000011 | 1100101 | 10110100 | 0 | 110000 | 1000 | 11000 | 100110110 | 101100 | 111010 |
Color Harmonies of #C365B4
Complementary color
Monochromatic Colors of #C365B4
Black with #C365B4
Text Example
Text Example
White with #C365B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365B4; }
p { color: rgb(195,101,180); }
H1.HeaderClassName
{
color: #C365B4;
}
.AnyTagClassName
{
color: #C365B4;
}
</style>
background-color css
<style>
a { background-color: #C365B4; }
a { background-color: rgb(195,101,180); }
div.DivClassName
{
background-color: #C365B4;
}
.BgClassName
{
background-color: #C365B4;
}
</style>
border-color css
<style>
span { border-color: #C365B4; }
span { border-color: rgb(195,101,180); }
td.TdClassName
{
border-color: #C365B4;
}
.TagClassName
{
border-color: #C365B4;
}
</style>