Shades of Fuchsia #C363BF
Tints of Fuchsia #C363BF
RGB
CMYK
RGB Variations
Color information
#C363BF (or 0xC363BF) is known color: Fuchsia. HEX triplet: C3, 63 and BF. RGB value is (195,99,191). Sum of RGB (Red+Green+Blue) = 195+99+191=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C363BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363BF is #3C9C40. Grayscale: #898989. Windows color (decimal): -3972161 or 12542915. OLE color: 12542915.
HSL color Cylindrical-coordinate representation of color #C363BF: hue angle of 302.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 #C363BF is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 191 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.24 |
| HSL | 302.5º | 0.44% | 0.58% | - |
| HSV(B) | 302.5º | 0.49% | 0.76% | - |
| XYZ | 36.37 | 24.29 | 52.06 | - |
| YUV | 138.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 191 | 0 | 0.49 | 0.02 | 0.24 | 302.5 | 0.44 | 0.58 |
| Hex | C3 | 63 | BF | 0 | 31 | 2 | 18 | 12E | 2C | 3A |
| Octal | 303 | 143 | 277 | 0 | 61 | 2 | 30 | 456 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10111111 | 0 | 110001 | 10 | 11000 | 100101110 | 101100 | 111010 |
Color Harmonies of #C363BF
Complementary color
Monochromatic Colors of #C363BF
Black with #C363BF
Text Example
Text Example
White with #C363BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363BF; }
p { color: rgb(195,99,191); }
H1.HeaderClassName
{
color: #C363BF;
}
.AnyTagClassName
{
color: #C363BF;
}
</style>
background-color css
<style>
a { background-color: #C363BF; }
a { background-color: rgb(195,99,191); }
div.DivClassName
{
background-color: #C363BF;
}
.BgClassName
{
background-color: #C363BF;
}
</style>
border-color css
<style>
span { border-color: #C363BF; }
span { border-color: rgb(195,99,191); }
td.TdClassName
{
border-color: #C363BF;
}
.TagClassName
{
border-color: #C363BF;
}
</style>