Shades of Fuchsia #C873B2
Tints of Fuchsia #C873B2
RGB
CMYK
RGB Variations
Color information
#C873B2 (or 0xC873B2) is known color: Fuchsia. HEX triplet: C8, 73 and B2. RGB value is (200,115,178). Sum of RGB (Red+Green+Blue) = 200+115+178=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C873B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C873B2 is #378C4D. Grayscale: #939393. Windows color (decimal): -3640398 or 11695048. OLE color: 11695048.
HSL color Cylindrical-coordinate representation of color #C873B2: hue angle of 315.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873B2 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 178 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.22 |
| HSL | 315.53º | 0.44% | 0.62% | - |
| HSV(B) | 315.53º | 0.43% | 0.78% | - |
| XYZ | 37.99 | 27.76 | 45.47 | - |
| YUV | 147.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 178 | 0 | 0.42 | 0.11 | 0.22 | 315.53 | 0.44 | 0.62 |
| Hex | C8 | 73 | B2 | 0 | 2A | B | 16 | 13C | 2C | 3E |
| Octal | 310 | 163 | 262 | 0 | 52 | 13 | 26 | 474 | 54 | 76 |
| Binary | 11001000 | 1110011 | 10110010 | 0 | 101010 | 1011 | 10110 | 100111100 | 101100 | 111110 |
Color Harmonies of #C873B2
Complementary color
Monochromatic Colors of #C873B2
Black with #C873B2
Text Example
Text Example
White with #C873B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873B2; }
p { color: rgb(200,115,178); }
H1.HeaderClassName
{
color: #C873B2;
}
.AnyTagClassName
{
color: #C873B2;
}
</style>
background-color css
<style>
a { background-color: #C873B2; }
a { background-color: rgb(200,115,178); }
div.DivClassName
{
background-color: #C873B2;
}
.BgClassName
{
background-color: #C873B2;
}
</style>
border-color css
<style>
span { border-color: #C873B2; }
span { border-color: rgb(200,115,178); }
td.TdClassName
{
border-color: #C873B2;
}
.TagClassName
{
border-color: #C873B2;
}
</style>