Shades of Fuchsia #C838BF
Tints of Fuchsia #C838BF
RGB
CMYK
RGB Variations
Color information
#C838BF (or 0xC838BF) is known color: Fuchsia. HEX triplet: C8, 38 and BF. RGB value is (200,56,191). Sum of RGB (Red+Green+Blue) = 200+56+191=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C838BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C838BF is #37C740. Grayscale: #727272. Windows color (decimal): -3655489 or 12531912. OLE color: 12531912.
HSL color Cylindrical-coordinate representation of color #C838BF: hue angle of 303.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C838BF is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 191 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.22 |
| HSL | 303.75º | 0.57% | 0.5% | - |
| HSV(B) | 303.75º | 0.72% | 0.78% | - |
| XYZ | 34.64 | 18.87 | 51.11 | - |
| YUV | 114.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 191 | 0 | 0.72 | 0.04 | 0.22 | 303.75 | 0.57 | 0.5 |
| Hex | C8 | 38 | BF | 0 | 48 | 4 | 16 | 130 | 39 | 32 |
| Octal | 310 | 70 | 277 | 0 | 110 | 4 | 26 | 460 | 71 | 62 |
| Binary | 11001000 | 111000 | 10111111 | 0 | 1001000 | 100 | 10110 | 100110000 | 111001 | 110010 |
Color Harmonies of #C838BF
Complementary color
Monochromatic Colors of #C838BF
Black with #C838BF
Text Example
Text Example
White with #C838BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838BF; }
p { color: rgb(200,56,191); }
H1.HeaderClassName
{
color: #C838BF;
}
.AnyTagClassName
{
color: #C838BF;
}
</style>
background-color css
<style>
a { background-color: #C838BF; }
a { background-color: rgb(200,56,191); }
div.DivClassName
{
background-color: #C838BF;
}
.BgClassName
{
background-color: #C838BF;
}
</style>
border-color css
<style>
span { border-color: #C838BF; }
span { border-color: rgb(200,56,191); }
td.TdClassName
{
border-color: #C838BF;
}
.TagClassName
{
border-color: #C838BF;
}
</style>