Shades of Fuchsia #C262B0
Tints of Fuchsia #C262B0
RGB
CMYK
RGB Variations
Color information
#C262B0 (or 0xC262B0) is known color: Fuchsia. HEX triplet: C2, 62 and B0. RGB value is (194,98,176). Sum of RGB (Red+Green+Blue) = 194+98+176=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C262B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262B0 is #3D9D4F. Grayscale: #878787. Windows color (decimal): -4037968 or 11559618. OLE color: 11559618.
HSL color Cylindrical-coordinate representation of color #C262B0: hue angle of 311.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 #C262B0 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 176 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.24 |
| HSL | 311.25º | 0.44% | 0.57% | - |
| HSV(B) | 311.25º | 0.49% | 0.76% | - |
| XYZ | 34.45 | 23.34 | 43.76 | - |
| YUV | 135.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 176 | 0 | 0.49 | 0.09 | 0.24 | 311.25 | 0.44 | 0.57 |
| Hex | C2 | 62 | B0 | 0 | 31 | 9 | 18 | 137 | 2C | 39 |
| Octal | 302 | 142 | 260 | 0 | 61 | 11 | 30 | 467 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10110000 | 0 | 110001 | 1001 | 11000 | 100110111 | 101100 | 111001 |
Color Harmonies of #C262B0
Complementary color
Monochromatic Colors of #C262B0
Black with #C262B0
Text Example
Text Example
White with #C262B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262B0; }
p { color: rgb(194,98,176); }
H1.HeaderClassName
{
color: #C262B0;
}
.AnyTagClassName
{
color: #C262B0;
}
</style>
background-color css
<style>
a { background-color: #C262B0; }
a { background-color: rgb(194,98,176); }
div.DivClassName
{
background-color: #C262B0;
}
.BgClassName
{
background-color: #C262B0;
}
</style>
border-color css
<style>
span { border-color: #C262B0; }
span { border-color: rgb(194,98,176); }
td.TdClassName
{
border-color: #C262B0;
}
.TagClassName
{
border-color: #C262B0;
}
</style>