Shades of Fuchsia #C865C7
Tints of Fuchsia #C865C7
RGB
CMYK
RGB Variations
Color information
#C865C7 (or 0xC865C7) is known color: Fuchsia. HEX triplet: C8, 65 and C7. RGB value is (200,101,199). Sum of RGB (Red+Green+Blue) = 200+101+199=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C865C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865C7 is #379A38. Grayscale: #8D8D8D. Windows color (decimal): -3643961 or 13067720. OLE color: 13067720.
HSL color Cylindrical-coordinate representation of color #C865C7: hue angle of 300.61º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C865C7 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 199 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.22 |
| HSL | 300.61º | 0.47% | 0.59% | - |
| HSV(B) | 300.61º | 0.5% | 0.78% | - |
| XYZ | 38.78 | 25.71 | 56.95 | - |
| YUV | 141.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 199 | 0 | 0.49 | 0.00 | 0.22 | 300.61 | 0.47 | 0.59 |
| Hex | C8 | 65 | C7 | 0 | 31 | 0 | 16 | 12D | 2F | 3B |
| Octal | 310 | 145 | 307 | 0 | 61 | 0 | 26 | 455 | 57 | 73 |
| Binary | 11001000 | 1100101 | 11000111 | 0 | 110001 | 0 | 10110 | 100101101 | 101111 | 111011 |
Color Harmonies of #C865C7
Complementary color
Monochromatic Colors of #C865C7
Black with #C865C7
Text Example
Text Example
White with #C865C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865C7; }
p { color: rgb(200,101,199); }
H1.HeaderClassName
{
color: #C865C7;
}
.AnyTagClassName
{
color: #C865C7;
}
</style>
background-color css
<style>
a { background-color: #C865C7; }
a { background-color: rgb(200,101,199); }
div.DivClassName
{
background-color: #C865C7;
}
.BgClassName
{
background-color: #C865C7;
}
</style>
border-color css
<style>
span { border-color: #C865C7; }
span { border-color: rgb(200,101,199); }
td.TdClassName
{
border-color: #C865C7;
}
.TagClassName
{
border-color: #C865C7;
}
</style>