Shades of Fuchsia #C363B3
Tints of Fuchsia #C363B3
RGB
CMYK
RGB Variations
Color information
#C363B3 (or 0xC363B3) is known color: Fuchsia. HEX triplet: C3, 63 and B3. RGB value is (195,99,179). Sum of RGB (Red+Green+Blue) = 195+99+179=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C363B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363B3 is #3C9C4C. Grayscale: #888888. Windows color (decimal): -3972173 or 11756483. OLE color: 11756483.
HSL color Cylindrical-coordinate representation of color #C363B3: hue angle of 310º 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 #C363B3 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 179 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.24 |
| HSL | 310º | 0.44% | 0.58% | - |
| HSV(B) | 310º | 0.49% | 0.76% | - |
| XYZ | 35.1 | 23.78 | 45.39 | - |
| YUV | 136.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 179 | 0 | 0.49 | 0.08 | 0.24 | 310 | 0.44 | 0.58 |
| Hex | C3 | 63 | B3 | 0 | 31 | 8 | 18 | 136 | 2C | 3A |
| Octal | 303 | 143 | 263 | 0 | 61 | 10 | 30 | 466 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10110011 | 0 | 110001 | 1000 | 11000 | 100110110 | 101100 | 111010 |
Color Harmonies of #C363B3
Complementary color
Monochromatic Colors of #C363B3
Black with #C363B3
Text Example
Text Example
White with #C363B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363B3; }
p { color: rgb(195,99,179); }
H1.HeaderClassName
{
color: #C363B3;
}
.AnyTagClassName
{
color: #C363B3;
}
</style>
background-color css
<style>
a { background-color: #C363B3; }
a { background-color: rgb(195,99,179); }
div.DivClassName
{
background-color: #C363B3;
}
.BgClassName
{
background-color: #C363B3;
}
</style>
border-color css
<style>
span { border-color: #C363B3; }
span { border-color: rgb(195,99,179); }
td.TdClassName
{
border-color: #C363B3;
}
.TagClassName
{
border-color: #C363B3;
}
</style>