Shades of Fuchsia #C838C5
Tints of Fuchsia #C838C5
RGB
CMYK
RGB Variations
Color information
#C838C5 (or 0xC838C5) is known color: Fuchsia. HEX triplet: C8, 38 and C5. RGB value is (200,56,197). Sum of RGB (Red+Green+Blue) = 200+56+197=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C838C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C838C5 is #37C73A. Grayscale: #727272. Windows color (decimal): -3655483 or 12925128. OLE color: 12925128.
HSL color Cylindrical-coordinate representation of color #C838C5: hue angle of 301.25º 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 #C838C5 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 197 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.22 |
| HSL | 301.25º | 0.57% | 0.5% | - |
| HSV(B) | 301.25º | 0.72% | 0.78% | - |
| XYZ | 35.31 | 19.14 | 54.66 | - |
| YUV | 115.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 197 | 0 | 0.72 | 0.02 | 0.22 | 301.25 | 0.57 | 0.5 |
| Hex | C8 | 38 | C5 | 0 | 48 | 2 | 16 | 12D | 39 | 32 |
| Octal | 310 | 70 | 305 | 0 | 110 | 2 | 26 | 455 | 71 | 62 |
| Binary | 11001000 | 111000 | 11000101 | 0 | 1001000 | 10 | 10110 | 100101101 | 111001 | 110010 |
Color Harmonies of #C838C5
Complementary color
Monochromatic Colors of #C838C5
Black with #C838C5
Text Example
Text Example
White with #C838C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838C5; }
p { color: rgb(200,56,197); }
H1.HeaderClassName
{
color: #C838C5;
}
.AnyTagClassName
{
color: #C838C5;
}
</style>
background-color css
<style>
a { background-color: #C838C5; }
a { background-color: rgb(200,56,197); }
div.DivClassName
{
background-color: #C838C5;
}
.BgClassName
{
background-color: #C838C5;
}
</style>
border-color css
<style>
span { border-color: #C838C5; }
span { border-color: rgb(200,56,197); }
td.TdClassName
{
border-color: #C838C5;
}
.TagClassName
{
border-color: #C838C5;
}
</style>