Shades of Fuchsia #C262BA
Tints of Fuchsia #C262BA
RGB
CMYK
RGB Variations
Color information
#C262BA (or 0xC262BA) is known color: Fuchsia. HEX triplet: C2, 62 and BA. RGB value is (194,98,186). Sum of RGB (Red+Green+Blue) = 194+98+186=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C262BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262BA is #3D9D45. Grayscale: #888888. Windows color (decimal): -4037958 or 12214978. OLE color: 12214978.
HSL color Cylindrical-coordinate representation of color #C262BA: hue angle of 305º 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 #C262BA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 186 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.24 |
| HSL | 305º | 0.44% | 0.57% | - |
| HSV(B) | 305º | 0.49% | 0.76% | - |
| XYZ | 35.48 | 23.75 | 49.17 | - |
| YUV | 136.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 186 | 0 | 0.49 | 0.04 | 0.24 | 305 | 0.44 | 0.57 |
| Hex | C2 | 62 | BA | 0 | 31 | 4 | 18 | 131 | 2C | 39 |
| Octal | 302 | 142 | 272 | 0 | 61 | 4 | 30 | 461 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10111010 | 0 | 110001 | 100 | 11000 | 100110001 | 101100 | 111001 |
Color Harmonies of #C262BA
Complementary color
Monochromatic Colors of #C262BA
Black with #C262BA
Text Example
Text Example
White with #C262BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262BA; }
p { color: rgb(194,98,186); }
H1.HeaderClassName
{
color: #C262BA;
}
.AnyTagClassName
{
color: #C262BA;
}
</style>
background-color css
<style>
a { background-color: #C262BA; }
a { background-color: rgb(194,98,186); }
div.DivClassName
{
background-color: #C262BA;
}
.BgClassName
{
background-color: #C262BA;
}
</style>
border-color css
<style>
span { border-color: #C262BA; }
span { border-color: rgb(194,98,186); }
td.TdClassName
{
border-color: #C262BA;
}
.TagClassName
{
border-color: #C262BA;
}
</style>