Shades of Fuchsia #C262CA
Tints of Fuchsia #C262CA
RGB
CMYK
RGB Variations
Color information
#C262CA (or 0xC262CA) is known color: Fuchsia. HEX triplet: C2, 62 and CA. RGB value is (194,98,202). Sum of RGB (Red+Green+Blue) = 194+98+202=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #C262CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262CA is #3D9D35. Grayscale: #8A8A8A. Windows color (decimal): -4037942 or 13263554. OLE color: 13263554.
HSL color Cylindrical-coordinate representation of color #C262CA: hue angle of 295.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C262CA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 98 | 202 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.21 |
| HSL | 295.38º | 0.5% | 0.59% | - |
| HSV(B) | 295.38º | 0.51% | 0.79% | - |
| XYZ | 37.28 | 24.47 | 58.64 | - |
| YUV | 138.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 202 | 0.04 | 0.51 | 0 | 0.21 | 295.38 | 0.5 | 0.59 |
| Hex | C2 | 62 | CA | 4 | 33 | 0 | 15 | 127 | 32 | 3B |
| Octal | 302 | 142 | 312 | 4 | 63 | 0 | 25 | 447 | 62 | 73 |
| Binary | 11000010 | 1100010 | 11001010 | 100 | 110011 | 0 | 10101 | 100100111 | 110010 | 111011 |
Color Harmonies of #C262CA
Complementary color
Monochromatic Colors of #C262CA
Black with #C262CA
Text Example
Text Example
White with #C262CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262CA; }
p { color: rgb(194,98,202); }
H1.HeaderClassName
{
color: #C262CA;
}
.AnyTagClassName
{
color: #C262CA;
}
</style>
background-color css
<style>
a { background-color: #C262CA; }
a { background-color: rgb(194,98,202); }
div.DivClassName
{
background-color: #C262CA;
}
.BgClassName
{
background-color: #C262CA;
}
</style>
border-color css
<style>
span { border-color: #C262CA; }
span { border-color: rgb(194,98,202); }
td.TdClassName
{
border-color: #C262CA;
}
.TagClassName
{
border-color: #C262CA;
}
</style>