Shades of Fuchsia #C262A8
Tints of Fuchsia #C262A8
RGB
CMYK
RGB Variations
Color information
#C262A8 (or 0xC262A8) is known color: Fuchsia. HEX triplet: C2, 62 and A8. RGB value is (194,98,168). Sum of RGB (Red+Green+Blue) = 194+98+168=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C262A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262A8 is #3D9D57. Grayscale: #868686. Windows color (decimal): -4037976 or 11035330. OLE color: 11035330.
HSL color Cylindrical-coordinate representation of color #C262A8: hue angle of 316.25º 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 #C262A8 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 168 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.24 |
| HSL | 316.25º | 0.44% | 0.57% | - |
| HSV(B) | 316.25º | 0.49% | 0.76% | - |
| XYZ | 33.68 | 23.03 | 39.72 | - |
| YUV | 134.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 168 | 0 | 0.49 | 0.13 | 0.24 | 316.25 | 0.44 | 0.57 |
| Hex | C2 | 62 | A8 | 0 | 31 | D | 18 | 13C | 2C | 39 |
| Octal | 302 | 142 | 250 | 0 | 61 | 15 | 30 | 474 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10101000 | 0 | 110001 | 1101 | 11000 | 100111100 | 101100 | 111001 |
Color Harmonies of #C262A8
Complementary color
Monochromatic Colors of #C262A8
Black with #C262A8
Text Example
Text Example
White with #C262A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262A8; }
p { color: rgb(194,98,168); }
H1.HeaderClassName
{
color: #C262A8;
}
.AnyTagClassName
{
color: #C262A8;
}
</style>
background-color css
<style>
a { background-color: #C262A8; }
a { background-color: rgb(194,98,168); }
div.DivClassName
{
background-color: #C262A8;
}
.BgClassName
{
background-color: #C262A8;
}
</style>
border-color css
<style>
span { border-color: #C262A8; }
span { border-color: rgb(194,98,168); }
td.TdClassName
{
border-color: #C262A8;
}
.TagClassName
{
border-color: #C262A8;
}
</style>