Shades of Fuchsia #C262AB
Tints of Fuchsia #C262AB
RGB
CMYK
RGB Variations
Color information
#C262AB (or 0xC262AB) is known color: Fuchsia. HEX triplet: C2, 62 and AB. RGB value is (194,98,171). Sum of RGB (Red+Green+Blue) = 194+98+171=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C262AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262AB is #3D9D54. Grayscale: #868686. Windows color (decimal): -4037973 or 11231938. OLE color: 11231938.
HSL color Cylindrical-coordinate representation of color #C262AB: hue angle of 314.38º 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 #C262AB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 171 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.24 |
| HSL | 314.38º | 0.44% | 0.57% | - |
| HSV(B) | 314.38º | 0.49% | 0.76% | - |
| XYZ | 33.97 | 23.14 | 41.21 | - |
| YUV | 135.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 171 | 0 | 0.49 | 0.12 | 0.24 | 314.38 | 0.44 | 0.57 |
| Hex | C2 | 62 | AB | 0 | 31 | C | 18 | 13A | 2C | 39 |
| Octal | 302 | 142 | 253 | 0 | 61 | 14 | 30 | 472 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10101011 | 0 | 110001 | 1100 | 11000 | 100111010 | 101100 | 111001 |
Color Harmonies of #C262AB
Complementary color
Monochromatic Colors of #C262AB
Black with #C262AB
Text Example
Text Example
White with #C262AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262AB; }
p { color: rgb(194,98,171); }
H1.HeaderClassName
{
color: #C262AB;
}
.AnyTagClassName
{
color: #C262AB;
}
</style>
background-color css
<style>
a { background-color: #C262AB; }
a { background-color: rgb(194,98,171); }
div.DivClassName
{
background-color: #C262AB;
}
.BgClassName
{
background-color: #C262AB;
}
</style>
border-color css
<style>
span { border-color: #C262AB; }
span { border-color: rgb(194,98,171); }
td.TdClassName
{
border-color: #C262AB;
}
.TagClassName
{
border-color: #C262AB;
}
</style>