Shades of Fuchsia #C838CF
Tints of Fuchsia #C838CF
RGB
CMYK
RGB Variations
Color information
#C838CF (or 0xC838CF) is known color: Fuchsia. HEX triplet: C8, 38 and CF. RGB value is (200,56,207). Sum of RGB (Red+Green+Blue) = 200+56+207=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C838CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C838CF is #37C730. Grayscale: #737373. Windows color (decimal): -3655473 or 13580488. OLE color: 13580488.
HSL color Cylindrical-coordinate representation of color #C838CF: hue angle of 297.22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C838CF is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 56 | 207 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.19 |
| HSL | 297.22º | 0.61% | 0.52% | - |
| HSV(B) | 297.22º | 0.73% | 0.81% | - |
| XYZ | 36.5 | 19.61 | 60.89 | - |
| YUV | 116.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 207 | 0.03 | 0.73 | 0 | 0.19 | 297.22 | 0.61 | 0.52 |
| Hex | C8 | 38 | CF | 3 | 49 | 0 | 13 | 129 | 3D | 34 |
| Octal | 310 | 70 | 317 | 3 | 111 | 0 | 23 | 451 | 75 | 64 |
| Binary | 11001000 | 111000 | 11001111 | 11 | 1001001 | 0 | 10011 | 100101001 | 111101 | 110100 |
Color Harmonies of #C838CF
Complementary color
Monochromatic Colors of #C838CF
Black with #C838CF
Text Example
Text Example
White with #C838CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838CF; }
p { color: rgb(200,56,207); }
H1.HeaderClassName
{
color: #C838CF;
}
.AnyTagClassName
{
color: #C838CF;
}
</style>
background-color css
<style>
a { background-color: #C838CF; }
a { background-color: rgb(200,56,207); }
div.DivClassName
{
background-color: #C838CF;
}
.BgClassName
{
background-color: #C838CF;
}
</style>
border-color css
<style>
span { border-color: #C838CF; }
span { border-color: rgb(200,56,207); }
td.TdClassName
{
border-color: #C838CF;
}
.TagClassName
{
border-color: #C838CF;
}
</style>