Shades of Fuchsia #C862CF
Tints of Fuchsia #C862CF
RGB
CMYK
RGB Variations
Color information
#C862CF (or 0xC862CF) is known color: Fuchsia. HEX triplet: C8, 62 and CF. RGB value is (200,98,207). Sum of RGB (Red+Green+Blue) = 200+98+207=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C862CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862CF is #379D30. Grayscale: #8C8C8C. Windows color (decimal): -3644721 or 13591240. OLE color: 13591240.
HSL color Cylindrical-coordinate representation of color #C862CF: hue angle of 296.15º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C862CF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 98 | 207 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.19 |
| HSL | 296.15º | 0.53% | 0.6% | - |
| HSV(B) | 296.15º | 0.53% | 0.81% | - |
| XYZ | 39.45 | 25.52 | 61.88 | - |
| YUV | 140.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 207 | 0.03 | 0.53 | 0 | 0.19 | 296.15 | 0.53 | 0.6 |
| Hex | C8 | 62 | CF | 3 | 35 | 0 | 13 | 128 | 35 | 3C |
| Octal | 310 | 142 | 317 | 3 | 65 | 0 | 23 | 450 | 65 | 74 |
| Binary | 11001000 | 1100010 | 11001111 | 11 | 110101 | 0 | 10011 | 100101000 | 110101 | 111100 |
Color Harmonies of #C862CF
Complementary color
Monochromatic Colors of #C862CF
Black with #C862CF
Text Example
Text Example
White with #C862CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862CF; }
p { color: rgb(200,98,207); }
H1.HeaderClassName
{
color: #C862CF;
}
.AnyTagClassName
{
color: #C862CF;
}
</style>
background-color css
<style>
a { background-color: #C862CF; }
a { background-color: rgb(200,98,207); }
div.DivClassName
{
background-color: #C862CF;
}
.BgClassName
{
background-color: #C862CF;
}
</style>
border-color css
<style>
span { border-color: #C862CF; }
span { border-color: rgb(200,98,207); }
td.TdClassName
{
border-color: #C862CF;
}
.TagClassName
{
border-color: #C862CF;
}
</style>