Shades of Fuchsia #C862CC
Tints of Fuchsia #C862CC
RGB
CMYK
RGB Variations
Color information
#C862CC (or 0xC862CC) is known color: Fuchsia. HEX triplet: C8, 62 and CC. RGB value is (200,98,204). Sum of RGB (Red+Green+Blue) = 200+98+204=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C862CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862CC is #379D33. Grayscale: #8C8C8C. Windows color (decimal): -3644724 or 13394632. OLE color: 13394632.
HSL color Cylindrical-coordinate representation of color #C862CC: hue angle of 297.74º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C862CC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 98 | 204 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.2 |
| HSL | 297.74º | 0.51% | 0.59% | - |
| HSV(B) | 297.74º | 0.52% | 0.8% | - |
| XYZ | 39.09 | 25.37 | 59.96 | - |
| YUV | 140.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 204 | 0.02 | 0.52 | 0 | 0.2 | 297.74 | 0.51 | 0.59 |
| Hex | C8 | 62 | CC | 2 | 34 | 0 | 14 | 12A | 33 | 3B |
| Octal | 310 | 142 | 314 | 2 | 64 | 0 | 24 | 452 | 63 | 73 |
| Binary | 11001000 | 1100010 | 11001100 | 10 | 110100 | 0 | 10100 | 100101010 | 110011 | 111011 |
Color Harmonies of #C862CC
Complementary color
Monochromatic Colors of #C862CC
Black with #C862CC
Text Example
Text Example
White with #C862CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862CC; }
p { color: rgb(200,98,204); }
H1.HeaderClassName
{
color: #C862CC;
}
.AnyTagClassName
{
color: #C862CC;
}
</style>
background-color css
<style>
a { background-color: #C862CC; }
a { background-color: rgb(200,98,204); }
div.DivClassName
{
background-color: #C862CC;
}
.BgClassName
{
background-color: #C862CC;
}
</style>
border-color css
<style>
span { border-color: #C862CC; }
span { border-color: rgb(200,98,204); }
td.TdClassName
{
border-color: #C862CC;
}
.TagClassName
{
border-color: #C862CC;
}
</style>