Shades of Fuchsia #C360B7
Tints of Fuchsia #C360B7
RGB
CMYK
RGB Variations
Color information
#C360B7 (or 0xC360B7) is known color: Fuchsia. HEX triplet: C3, 60 and B7. RGB value is (195,96,183). Sum of RGB (Red+Green+Blue) = 195+96+183=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C360B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360B7 is #3C9F48. Grayscale: #878787. Windows color (decimal): -3972937 or 12017859. OLE color: 12017859.
HSL color Cylindrical-coordinate representation of color #C360B7: hue angle of 307.27º 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 #C360B7 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 183 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.24 |
| HSL | 307.27º | 0.45% | 0.57% | - |
| HSV(B) | 307.27º | 0.51% | 0.76% | - |
| XYZ | 35.24 | 23.39 | 47.46 | - |
| YUV | 135.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 183 | 0 | 0.51 | 0.06 | 0.24 | 307.27 | 0.45 | 0.57 |
| Hex | C3 | 60 | B7 | 0 | 33 | 6 | 18 | 133 | 2D | 39 |
| Octal | 303 | 140 | 267 | 0 | 63 | 6 | 30 | 463 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10110111 | 0 | 110011 | 110 | 11000 | 100110011 | 101101 | 111001 |
Color Harmonies of #C360B7
Complementary color
Monochromatic Colors of #C360B7
Black with #C360B7
Text Example
Text Example
White with #C360B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360B7; }
p { color: rgb(195,96,183); }
H1.HeaderClassName
{
color: #C360B7;
}
.AnyTagClassName
{
color: #C360B7;
}
</style>
background-color css
<style>
a { background-color: #C360B7; }
a { background-color: rgb(195,96,183); }
div.DivClassName
{
background-color: #C360B7;
}
.BgClassName
{
background-color: #C360B7;
}
</style>
border-color css
<style>
span { border-color: #C360B7; }
span { border-color: rgb(195,96,183); }
td.TdClassName
{
border-color: #C360B7;
}
.TagClassName
{
border-color: #C360B7;
}
</style>