Shades of Fuchsia #C762CA
Tints of Fuchsia #C762CA
RGB
CMYK
RGB Variations
Color information
#C762CA (or 0xC762CA) is known color: Fuchsia. HEX triplet: C7, 62 and CA. RGB value is (199,98,202). Sum of RGB (Red+Green+Blue) = 199+98+202=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C762CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762CA is #389D35. Grayscale: #8B8B8B. Windows color (decimal): -3710262 or 13263559. OLE color: 13263559.
HSL color Cylindrical-coordinate representation of color #C762CA: hue angle of 298.27º 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 #C762CA is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 98 | 202 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.21 |
| HSL | 298.27º | 0.5% | 0.59% | - |
| HSV(B) | 298.27º | 0.51% | 0.79% | - |
| XYZ | 38.58 | 25.14 | 58.7 | - |
| YUV | 140.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 202 | 0.01 | 0.51 | 0 | 0.21 | 298.27 | 0.5 | 0.59 |
| Hex | C7 | 62 | CA | 1 | 33 | 0 | 15 | 12A | 32 | 3B |
| Octal | 307 | 142 | 312 | 1 | 63 | 0 | 25 | 452 | 62 | 73 |
| Binary | 11000111 | 1100010 | 11001010 | 1 | 110011 | 0 | 10101 | 100101010 | 110010 | 111011 |
Color Harmonies of #C762CA
Complementary color
Monochromatic Colors of #C762CA
Black with #C762CA
Text Example
Text Example
White with #C762CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762CA; }
p { color: rgb(199,98,202); }
H1.HeaderClassName
{
color: #C762CA;
}
.AnyTagClassName
{
color: #C762CA;
}
</style>
background-color css
<style>
a { background-color: #C762CA; }
a { background-color: rgb(199,98,202); }
div.DivClassName
{
background-color: #C762CA;
}
.BgClassName
{
background-color: #C762CA;
}
</style>
border-color css
<style>
span { border-color: #C762CA; }
span { border-color: rgb(199,98,202); }
td.TdClassName
{
border-color: #C762CA;
}
.TagClassName
{
border-color: #C762CA;
}
</style>