Shades of Fuchsia #C360C0
Tints of Fuchsia #C360C0
RGB
CMYK
RGB Variations
Color information
#C360C0 (or 0xC360C0) is known color: Fuchsia. HEX triplet: C3, 60 and C0. RGB value is (195,96,192). Sum of RGB (Red+Green+Blue) = 195+96+192=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C360C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360C0 is #3C9F3F. Grayscale: #888888. Windows color (decimal): -3972928 or 12607683. OLE color: 12607683.
HSL color Cylindrical-coordinate representation of color #C360C0: hue angle of 301.82º 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 #C360C0 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 192 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.24 |
| HSL | 301.82º | 0.45% | 0.57% | - |
| HSV(B) | 301.82º | 0.51% | 0.76% | - |
| XYZ | 36.2 | 23.77 | 52.55 | - |
| YUV | 136.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 192 | 0 | 0.51 | 0.02 | 0.24 | 301.82 | 0.45 | 0.57 |
| Hex | C3 | 60 | C0 | 0 | 33 | 2 | 18 | 12E | 2D | 39 |
| Octal | 303 | 140 | 300 | 0 | 63 | 2 | 30 | 456 | 55 | 71 |
| Binary | 11000011 | 1100000 | 11000000 | 0 | 110011 | 10 | 11000 | 100101110 | 101101 | 111001 |
Color Harmonies of #C360C0
Complementary color
Monochromatic Colors of #C360C0
Black with #C360C0
Text Example
Text Example
White with #C360C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360C0; }
p { color: rgb(195,96,192); }
H1.HeaderClassName
{
color: #C360C0;
}
.AnyTagClassName
{
color: #C360C0;
}
</style>
background-color css
<style>
a { background-color: #C360C0; }
a { background-color: rgb(195,96,192); }
div.DivClassName
{
background-color: #C360C0;
}
.BgClassName
{
background-color: #C360C0;
}
</style>
border-color css
<style>
span { border-color: #C360C0; }
span { border-color: rgb(195,96,192); }
td.TdClassName
{
border-color: #C360C0;
}
.TagClassName
{
border-color: #C360C0;
}
</style>