Shades of Fuchsia #C875B5
Tints of Fuchsia #C875B5
RGB
CMYK
RGB Variations
Color information
#C875B5 (or 0xC875B5) is known color: Fuchsia. HEX triplet: C8, 75 and B5. RGB value is (200,117,181). Sum of RGB (Red+Green+Blue) = 200+117+181=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C875B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875B5 is #378A4A. Grayscale: #949494. Windows color (decimal): -3639883 or 11892168. OLE color: 11892168.
HSL color Cylindrical-coordinate representation of color #C875B5: hue angle of 313.73º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C875B5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 181 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.22 |
| HSL | 313.73º | 0.43% | 0.62% | - |
| HSV(B) | 313.73º | 0.42% | 0.78% | - |
| XYZ | 38.52 | 28.34 | 47.16 | - |
| YUV | 149.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 181 | 0 | 0.42 | 0.09 | 0.22 | 313.73 | 0.43 | 0.62 |
| Hex | C8 | 75 | B5 | 0 | 2A | 9 | 16 | 13A | 2B | 3E |
| Octal | 310 | 165 | 265 | 0 | 52 | 11 | 26 | 472 | 53 | 76 |
| Binary | 11001000 | 1110101 | 10110101 | 0 | 101010 | 1001 | 10110 | 100111010 | 101011 | 111110 |
Color Harmonies of #C875B5
Complementary color
Monochromatic Colors of #C875B5
Black with #C875B5
Text Example
Text Example
White with #C875B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875B5; }
p { color: rgb(200,117,181); }
H1.HeaderClassName
{
color: #C875B5;
}
.AnyTagClassName
{
color: #C875B5;
}
</style>
background-color css
<style>
a { background-color: #C875B5; }
a { background-color: rgb(200,117,181); }
div.DivClassName
{
background-color: #C875B5;
}
.BgClassName
{
background-color: #C875B5;
}
</style>
border-color css
<style>
span { border-color: #C875B5; }
span { border-color: rgb(200,117,181); }
td.TdClassName
{
border-color: #C875B5;
}
.TagClassName
{
border-color: #C875B5;
}
</style>