Shades of Fuchsia #C263BD
Tints of Fuchsia #C263BD
RGB
CMYK
RGB Variations
Color information
#C263BD (or 0xC263BD) is known color: Fuchsia. HEX triplet: C2, 63 and BD. RGB value is (194,99,189). Sum of RGB (Red+Green+Blue) = 194+99+189=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C263BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263BD is #3D9C42. Grayscale: #898989. Windows color (decimal): -4037699 or 12411842. OLE color: 12411842.
HSL color Cylindrical-coordinate representation of color #C263BD: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C263BD is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 189 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.24 |
| HSL | 303.16º | 0.44% | 0.57% | - |
| HSV(B) | 303.16º | 0.49% | 0.76% | - |
| XYZ | 35.9 | 24.07 | 50.9 | - |
| YUV | 137.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 189 | 0 | 0.49 | 0.03 | 0.24 | 303.16 | 0.44 | 0.57 |
| Hex | C2 | 63 | BD | 0 | 31 | 3 | 18 | 12F | 2C | 39 |
| Octal | 302 | 143 | 275 | 0 | 61 | 3 | 30 | 457 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10111101 | 0 | 110001 | 11 | 11000 | 100101111 | 101100 | 111001 |
Color Harmonies of #C263BD
Complementary color
Monochromatic Colors of #C263BD
Black with #C263BD
Text Example
Text Example
White with #C263BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263BD; }
p { color: rgb(194,99,189); }
H1.HeaderClassName
{
color: #C263BD;
}
.AnyTagClassName
{
color: #C263BD;
}
</style>
background-color css
<style>
a { background-color: #C263BD; }
a { background-color: rgb(194,99,189); }
div.DivClassName
{
background-color: #C263BD;
}
.BgClassName
{
background-color: #C263BD;
}
</style>
border-color css
<style>
span { border-color: #C263BD; }
span { border-color: rgb(194,99,189); }
td.TdClassName
{
border-color: #C263BD;
}
.TagClassName
{
border-color: #C263BD;
}
</style>