Shades of Fuchsia #C838BC
Tints of Fuchsia #C838BC
RGB
CMYK
RGB Variations
Color information
#C838BC (or 0xC838BC) is known color: Fuchsia. HEX triplet: C8, 38 and BC. RGB value is (200,56,188). Sum of RGB (Red+Green+Blue) = 200+56+188=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C838BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C838BC is #37C743. Grayscale: #717171. Windows color (decimal): -3655492 or 12335304. OLE color: 12335304.
HSL color Cylindrical-coordinate representation of color #C838BC: hue angle of 305º 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 #C838BC is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 188 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.22 |
| HSL | 305º | 0.57% | 0.5% | - |
| HSV(B) | 305º | 0.72% | 0.78% | - |
| XYZ | 34.31 | 18.74 | 49.39 | - |
| YUV | 114.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 188 | 0 | 0.72 | 0.06 | 0.22 | 305 | 0.57 | 0.5 |
| Hex | C8 | 38 | BC | 0 | 48 | 6 | 16 | 131 | 39 | 32 |
| Octal | 310 | 70 | 274 | 0 | 110 | 6 | 26 | 461 | 71 | 62 |
| Binary | 11001000 | 111000 | 10111100 | 0 | 1001000 | 110 | 10110 | 100110001 | 111001 | 110010 |
Color Harmonies of #C838BC
Complementary color
Monochromatic Colors of #C838BC
Black with #C838BC
Text Example
Text Example
White with #C838BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838BC; }
p { color: rgb(200,56,188); }
H1.HeaderClassName
{
color: #C838BC;
}
.AnyTagClassName
{
color: #C838BC;
}
</style>
background-color css
<style>
a { background-color: #C838BC; }
a { background-color: rgb(200,56,188); }
div.DivClassName
{
background-color: #C838BC;
}
.BgClassName
{
background-color: #C838BC;
}
</style>
border-color css
<style>
span { border-color: #C838BC; }
span { border-color: rgb(200,56,188); }
td.TdClassName
{
border-color: #C838BC;
}
.TagClassName
{
border-color: #C838BC;
}
</style>