Shades of Fuchsia #C363BD
Tints of Fuchsia #C363BD
RGB
CMYK
RGB Variations
Color information
#C363BD (or 0xC363BD) is known color: Fuchsia. HEX triplet: C3, 63 and BD. RGB value is (195,99,189). Sum of RGB (Red+Green+Blue) = 195+99+189=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C363BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363BD is #3C9C42. Grayscale: #898989. Windows color (decimal): -3972163 or 12411843. OLE color: 12411843.
HSL color Cylindrical-coordinate representation of color #C363BD: hue angle of 303.75º 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 #C363BD is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 189 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.24 |
| HSL | 303.75º | 0.44% | 0.58% | - |
| HSV(B) | 303.75º | 0.49% | 0.76% | - |
| XYZ | 36.15 | 24.2 | 50.91 | - |
| YUV | 137.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 189 | 0 | 0.49 | 0.03 | 0.24 | 303.75 | 0.44 | 0.58 |
| Hex | C3 | 63 | BD | 0 | 31 | 3 | 18 | 130 | 2C | 3A |
| Octal | 303 | 143 | 275 | 0 | 61 | 3 | 30 | 460 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10111101 | 0 | 110001 | 11 | 11000 | 100110000 | 101100 | 111010 |
Color Harmonies of #C363BD
Complementary color
Monochromatic Colors of #C363BD
Black with #C363BD
Text Example
Text Example
White with #C363BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363BD; }
p { color: rgb(195,99,189); }
H1.HeaderClassName
{
color: #C363BD;
}
.AnyTagClassName
{
color: #C363BD;
}
</style>
background-color css
<style>
a { background-color: #C363BD; }
a { background-color: rgb(195,99,189); }
div.DivClassName
{
background-color: #C363BD;
}
.BgClassName
{
background-color: #C363BD;
}
</style>
border-color css
<style>
span { border-color: #C363BD; }
span { border-color: rgb(195,99,189); }
td.TdClassName
{
border-color: #C363BD;
}
.TagClassName
{
border-color: #C363BD;
}
</style>