Shades of Fuchsia #C360B9
Tints of Fuchsia #C360B9
RGB
CMYK
RGB Variations
Color information
#C360B9 (or 0xC360B9) is known color: Fuchsia. HEX triplet: C3, 60 and B9. RGB value is (195,96,185). Sum of RGB (Red+Green+Blue) = 195+96+185=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C360B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360B9 is #3C9F46. Grayscale: #878787. Windows color (decimal): -3972935 or 12148931. OLE color: 12148931.
HSL color Cylindrical-coordinate representation of color #C360B9: hue angle of 306.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C360B9 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 185 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.24 |
| HSL | 306.06º | 0.45% | 0.57% | - |
| HSV(B) | 306.06º | 0.51% | 0.76% | - |
| XYZ | 35.45 | 23.47 | 48.56 | - |
| YUV | 135.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 185 | 0 | 0.51 | 0.05 | 0.24 | 306.06 | 0.45 | 0.57 |
| Hex | C3 | 60 | B9 | 0 | 33 | 5 | 18 | 132 | 2D | 39 |
| Octal | 303 | 140 | 271 | 0 | 63 | 5 | 30 | 462 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10111001 | 0 | 110011 | 101 | 11000 | 100110010 | 101101 | 111001 |
Color Harmonies of #C360B9
Complementary color
Monochromatic Colors of #C360B9
Black with #C360B9
Text Example
Text Example
White with #C360B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360B9; }
p { color: rgb(195,96,185); }
H1.HeaderClassName
{
color: #C360B9;
}
.AnyTagClassName
{
color: #C360B9;
}
</style>
background-color css
<style>
a { background-color: #C360B9; }
a { background-color: rgb(195,96,185); }
div.DivClassName
{
background-color: #C360B9;
}
.BgClassName
{
background-color: #C360B9;
}
</style>
border-color css
<style>
span { border-color: #C360B9; }
span { border-color: rgb(195,96,185); }
td.TdClassName
{
border-color: #C360B9;
}
.TagClassName
{
border-color: #C360B9;
}
</style>