Shades of Fuchsia #C263B3
Tints of Fuchsia #C263B3
RGB
CMYK
RGB Variations
Color information
#C263B3 (or 0xC263B3) is known color: Fuchsia. HEX triplet: C2, 63 and B3. RGB value is (194,99,179). Sum of RGB (Red+Green+Blue) = 194+99+179=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C263B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263B3 is #3D9C4C. Grayscale: #888888. Windows color (decimal): -4037709 or 11756482. OLE color: 11756482.
HSL color Cylindrical-coordinate representation of color #C263B3: hue angle of 309.47º 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 #C263B3 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 179 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.24 |
| HSL | 309.47º | 0.44% | 0.57% | - |
| HSV(B) | 309.47º | 0.49% | 0.76% | - |
| XYZ | 34.85 | 23.65 | 45.38 | - |
| YUV | 136.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 179 | 0 | 0.49 | 0.08 | 0.24 | 309.47 | 0.44 | 0.57 |
| Hex | C2 | 63 | B3 | 0 | 31 | 8 | 18 | 135 | 2C | 39 |
| Octal | 302 | 143 | 263 | 0 | 61 | 10 | 30 | 465 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10110011 | 0 | 110001 | 1000 | 11000 | 100110101 | 101100 | 111001 |
Color Harmonies of #C263B3
Complementary color
Monochromatic Colors of #C263B3
Black with #C263B3
Text Example
Text Example
White with #C263B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263B3; }
p { color: rgb(194,99,179); }
H1.HeaderClassName
{
color: #C263B3;
}
.AnyTagClassName
{
color: #C263B3;
}
</style>
background-color css
<style>
a { background-color: #C263B3; }
a { background-color: rgb(194,99,179); }
div.DivClassName
{
background-color: #C263B3;
}
.BgClassName
{
background-color: #C263B3;
}
</style>
border-color css
<style>
span { border-color: #C263B3; }
span { border-color: rgb(194,99,179); }
td.TdClassName
{
border-color: #C263B3;
}
.TagClassName
{
border-color: #C263B3;
}
</style>