Shades of Fuchsia #C363B7
Tints of Fuchsia #C363B7
RGB
CMYK
RGB Variations
Color information
#C363B7 (or 0xC363B7) is known color: Fuchsia. HEX triplet: C3, 63 and B7. RGB value is (195,99,183). Sum of RGB (Red+Green+Blue) = 195+99+183=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C363B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363B7 is #3C9C48. Grayscale: #898989. Windows color (decimal): -3972169 or 12018627. OLE color: 12018627.
HSL color Cylindrical-coordinate representation of color #C363B7: hue angle of 307.5º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C363B7 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 183 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.24 |
| HSL | 307.5º | 0.44% | 0.58% | - |
| HSV(B) | 307.5º | 0.49% | 0.76% | - |
| XYZ | 35.51 | 23.94 | 47.55 | - |
| YUV | 137.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 183 | 0 | 0.49 | 0.06 | 0.24 | 307.5 | 0.44 | 0.58 |
| Hex | C3 | 63 | B7 | 0 | 31 | 6 | 18 | 134 | 2C | 3A |
| Octal | 303 | 143 | 267 | 0 | 61 | 6 | 30 | 464 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10110111 | 0 | 110001 | 110 | 11000 | 100110100 | 101100 | 111010 |
Color Harmonies of #C363B7
Complementary color
Monochromatic Colors of #C363B7
Black with #C363B7
Text Example
Text Example
White with #C363B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363B7; }
p { color: rgb(195,99,183); }
H1.HeaderClassName
{
color: #C363B7;
}
.AnyTagClassName
{
color: #C363B7;
}
</style>
background-color css
<style>
a { background-color: #C363B7; }
a { background-color: rgb(195,99,183); }
div.DivClassName
{
background-color: #C363B7;
}
.BgClassName
{
background-color: #C363B7;
}
</style>
border-color css
<style>
span { border-color: #C363B7; }
span { border-color: rgb(195,99,183); }
td.TdClassName
{
border-color: #C363B7;
}
.TagClassName
{
border-color: #C363B7;
}
</style>