Shades of Fuchsia #C861CB
Tints of Fuchsia #C861CB
RGB
CMYK
RGB Variations
Color information
#C861CB (or 0xC861CB) is known color: Fuchsia. HEX triplet: C8, 61 and CB. RGB value is (200,97,203). Sum of RGB (Red+Green+Blue) = 200+97+203=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C861CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861CB is #379E34. Grayscale: #8B8B8B. Windows color (decimal): -3644981 or 13328840. OLE color: 13328840.
HSL color Cylindrical-coordinate representation of color #C861CB: hue angle of 298.3º degrees, saturation: 0.5, 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 #C861CB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 97 | 203 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.20 |
| HSL | 298.3º | 0.5% | 0.59% | - |
| HSV(B) | 298.3º | 0.52% | 0.8% | - |
| XYZ | 38.87 | 25.14 | 59.3 | - |
| YUV | 139.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 203 | 0.01 | 0.52 | 0 | 0.20 | 298.3 | 0.5 | 0.59 |
| Hex | C8 | 61 | CB | 1 | 34 | 0 | 14 | 12A | 32 | 3B |
| Octal | 310 | 141 | 313 | 1 | 64 | 0 | 24 | 452 | 62 | 73 |
| Binary | 11001000 | 1100001 | 11001011 | 1 | 110100 | 0 | 10100 | 100101010 | 110010 | 111011 |
Color Harmonies of #C861CB
Complementary color
Monochromatic Colors of #C861CB
Black with #C861CB
Text Example
Text Example
White with #C861CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861CB; }
p { color: rgb(200,97,203); }
H1.HeaderClassName
{
color: #C861CB;
}
.AnyTagClassName
{
color: #C861CB;
}
</style>
background-color css
<style>
a { background-color: #C861CB; }
a { background-color: rgb(200,97,203); }
div.DivClassName
{
background-color: #C861CB;
}
.BgClassName
{
background-color: #C861CB;
}
</style>
border-color css
<style>
span { border-color: #C861CB; }
span { border-color: rgb(200,97,203); }
td.TdClassName
{
border-color: #C861CB;
}
.TagClassName
{
border-color: #C861CB;
}
</style>