Shades of Fuchsia #C875B6
Tints of Fuchsia #C875B6
RGB
CMYK
RGB Variations
Color information
#C875B6 (or 0xC875B6) is known color: Fuchsia. HEX triplet: C8, 75 and B6. RGB value is (200,117,182). Sum of RGB (Red+Green+Blue) = 200+117+182=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C875B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875B6 is #378A49. Grayscale: #959595. Windows color (decimal): -3639882 or 11957704. OLE color: 11957704.
HSL color Cylindrical-coordinate representation of color #C875B6: hue angle of 313.01º 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 #C875B6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 182 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.22 |
| HSL | 313.01º | 0.43% | 0.62% | - |
| HSV(B) | 313.01º | 0.42% | 0.78% | - |
| XYZ | 38.62 | 28.38 | 47.7 | - |
| YUV | 149.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 182 | 0 | 0.42 | 0.09 | 0.22 | 313.01 | 0.43 | 0.62 |
| Hex | C8 | 75 | B6 | 0 | 2A | 9 | 16 | 139 | 2B | 3E |
| Octal | 310 | 165 | 266 | 0 | 52 | 11 | 26 | 471 | 53 | 76 |
| Binary | 11001000 | 1110101 | 10110110 | 0 | 101010 | 1001 | 10110 | 100111001 | 101011 | 111110 |
Color Harmonies of #C875B6
Complementary color
Monochromatic Colors of #C875B6
Black with #C875B6
Text Example
Text Example
White with #C875B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875B6; }
p { color: rgb(200,117,182); }
H1.HeaderClassName
{
color: #C875B6;
}
.AnyTagClassName
{
color: #C875B6;
}
</style>
background-color css
<style>
a { background-color: #C875B6; }
a { background-color: rgb(200,117,182); }
div.DivClassName
{
background-color: #C875B6;
}
.BgClassName
{
background-color: #C875B6;
}
</style>
border-color css
<style>
span { border-color: #C875B6; }
span { border-color: rgb(200,117,182); }
td.TdClassName
{
border-color: #C875B6;
}
.TagClassName
{
border-color: #C875B6;
}
</style>