Shades of Fuchsia #C360BD
Tints of Fuchsia #C360BD
RGB
CMYK
RGB Variations
Color information
#C360BD (or 0xC360BD) is known color: Fuchsia. HEX triplet: C3, 60 and BD. RGB value is (195,96,189). Sum of RGB (Red+Green+Blue) = 195+96+189=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C360BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360BD is #3C9F42. Grayscale: #878787. Windows color (decimal): -3972931 or 12411075. OLE color: 12411075.
HSL color Cylindrical-coordinate representation of color #C360BD: hue angle of 303.64º 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 #C360BD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 189 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.24 |
| HSL | 303.64º | 0.45% | 0.57% | - |
| HSV(B) | 303.64º | 0.51% | 0.76% | - |
| XYZ | 35.87 | 23.64 | 50.82 | - |
| YUV | 136.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 189 | 0 | 0.51 | 0.03 | 0.24 | 303.64 | 0.45 | 0.57 |
| Hex | C3 | 60 | BD | 0 | 33 | 3 | 18 | 130 | 2D | 39 |
| Octal | 303 | 140 | 275 | 0 | 63 | 3 | 30 | 460 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10111101 | 0 | 110011 | 11 | 11000 | 100110000 | 101101 | 111001 |
Color Harmonies of #C360BD
Complementary color
Monochromatic Colors of #C360BD
Black with #C360BD
Text Example
Text Example
White with #C360BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360BD; }
p { color: rgb(195,96,189); }
H1.HeaderClassName
{
color: #C360BD;
}
.AnyTagClassName
{
color: #C360BD;
}
</style>
background-color css
<style>
a { background-color: #C360BD; }
a { background-color: rgb(195,96,189); }
div.DivClassName
{
background-color: #C360BD;
}
.BgClassName
{
background-color: #C360BD;
}
</style>
border-color css
<style>
span { border-color: #C360BD; }
span { border-color: rgb(195,96,189); }
td.TdClassName
{
border-color: #C360BD;
}
.TagClassName
{
border-color: #C360BD;
}
</style>