Shades of Fuchsia #C262B2
Tints of Fuchsia #C262B2
RGB
CMYK
RGB Variations
Color information
#C262B2 (or 0xC262B2) is known color: Fuchsia. HEX triplet: C2, 62 and B2. RGB value is (194,98,178). Sum of RGB (Red+Green+Blue) = 194+98+178=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C262B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262B2 is #3D9D4D. Grayscale: #878787. Windows color (decimal): -4037966 or 11690690. OLE color: 11690690.
HSL color Cylindrical-coordinate representation of color #C262B2: hue angle of 310º 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 #C262B2 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 178 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.24 |
| HSL | 310º | 0.44% | 0.57% | - |
| HSV(B) | 310º | 0.49% | 0.76% | - |
| XYZ | 34.65 | 23.42 | 44.81 | - |
| YUV | 135.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 178 | 0 | 0.49 | 0.08 | 0.24 | 310 | 0.44 | 0.57 |
| Hex | C2 | 62 | B2 | 0 | 31 | 8 | 18 | 136 | 2C | 39 |
| Octal | 302 | 142 | 262 | 0 | 61 | 10 | 30 | 466 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10110010 | 0 | 110001 | 1000 | 11000 | 100110110 | 101100 | 111001 |
Color Harmonies of #C262B2
Complementary color
Monochromatic Colors of #C262B2
Black with #C262B2
Text Example
Text Example
White with #C262B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262B2; }
p { color: rgb(194,98,178); }
H1.HeaderClassName
{
color: #C262B2;
}
.AnyTagClassName
{
color: #C262B2;
}
</style>
background-color css
<style>
a { background-color: #C262B2; }
a { background-color: rgb(194,98,178); }
div.DivClassName
{
background-color: #C262B2;
}
.BgClassName
{
background-color: #C262B2;
}
</style>
border-color css
<style>
span { border-color: #C262B2; }
span { border-color: rgb(194,98,178); }
td.TdClassName
{
border-color: #C262B2;
}
.TagClassName
{
border-color: #C262B2;
}
</style>