Shades of Fuchsia #C865CB
Tints of Fuchsia #C865CB
RGB
CMYK
RGB Variations
Color information
#C865CB (or 0xC865CB) is known color: Fuchsia. HEX triplet: C8, 65 and CB. RGB value is (200,101,203). Sum of RGB (Red+Green+Blue) = 200+101+203=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C865CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865CB is #379A34. Grayscale: #8D8D8D. Windows color (decimal): -3643957 or 13329864. OLE color: 13329864.
HSL color Cylindrical-coordinate representation of color #C865CB: hue angle of 298.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C865CB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 101 | 203 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.20 |
| HSL | 298.24º | 0.5% | 0.6% | - |
| HSV(B) | 298.24º | 0.5% | 0.8% | - |
| XYZ | 39.25 | 25.9 | 59.43 | - |
| YUV | 142.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 203 | 0.01 | 0.50 | 0 | 0.20 | 298.24 | 0.5 | 0.6 |
| Hex | C8 | 65 | CB | 1 | 32 | 0 | 14 | 12A | 32 | 3C |
| Octal | 310 | 145 | 313 | 1 | 62 | 0 | 24 | 452 | 62 | 74 |
| Binary | 11001000 | 1100101 | 11001011 | 1 | 110010 | 0 | 10100 | 100101010 | 110010 | 111100 |
Color Harmonies of #C865CB
Complementary color
Monochromatic Colors of #C865CB
Black with #C865CB
Text Example
Text Example
White with #C865CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865CB; }
p { color: rgb(200,101,203); }
H1.HeaderClassName
{
color: #C865CB;
}
.AnyTagClassName
{
color: #C865CB;
}
</style>
background-color css
<style>
a { background-color: #C865CB; }
a { background-color: rgb(200,101,203); }
div.DivClassName
{
background-color: #C865CB;
}
.BgClassName
{
background-color: #C865CB;
}
</style>
border-color css
<style>
span { border-color: #C865CB; }
span { border-color: rgb(200,101,203); }
td.TdClassName
{
border-color: #C865CB;
}
.TagClassName
{
border-color: #C865CB;
}
</style>