Shades of Fuchsia #C262C2
Tints of Fuchsia #C262C2
RGB
CMYK
RGB Variations
Color information
#C262C2 (or 0xC262C2) is known color: Fuchsia. HEX triplet: C2, 62 and C2. RGB value is (194,98,194). Sum of RGB (Red+Green+Blue) = 194+98+194=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C262C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262C2 is #3D9D3D. Grayscale: #898989. Windows color (decimal): -4037950 or 12739266. OLE color: 12739266.
HSL color Cylindrical-coordinate representation of color #C262C2: hue angle of 300º 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 #C262C2 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 194 | - |
| CMYK | 0 | 0.49 | 0 | 0.24 |
| HSL | 300º | 0.44% | 0.57% | - |
| HSV(B) | 300º | 0.49% | 0.76% | - |
| XYZ | 36.35 | 24.1 | 53.77 | - |
| YUV | 137.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 194 | 0 | 0.49 | 0 | 0.24 | 300 | 0.44 | 0.57 |
| Hex | C2 | 62 | C2 | 0 | 31 | 0 | 18 | 12C | 2C | 39 |
| Octal | 302 | 142 | 302 | 0 | 61 | 0 | 30 | 454 | 54 | 71 |
| Binary | 11000010 | 1100010 | 11000010 | 0 | 110001 | 0 | 11000 | 100101100 | 101100 | 111001 |
Color Harmonies of #C262C2
Complementary color
Monochromatic Colors of #C262C2
Black with #C262C2
Text Example
Text Example
White with #C262C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262C2; }
p { color: rgb(194,98,194); }
H1.HeaderClassName
{
color: #C262C2;
}
.AnyTagClassName
{
color: #C262C2;
}
</style>
background-color css
<style>
a { background-color: #C262C2; }
a { background-color: rgb(194,98,194); }
div.DivClassName
{
background-color: #C262C2;
}
.BgClassName
{
background-color: #C262C2;
}
</style>
border-color css
<style>
span { border-color: #C262C2; }
span { border-color: rgb(194,98,194); }
td.TdClassName
{
border-color: #C262C2;
}
.TagClassName
{
border-color: #C262C2;
}
</style>