Shades of Fuchsia #C438C1
Tints of Fuchsia #C438C1
RGB
CMYK
RGB Variations
Color information
#C438C1 (or 0xC438C1) is known color: Fuchsia. HEX triplet: C4, 38 and C1. RGB value is (196,56,193). Sum of RGB (Red+Green+Blue) = 196+56+193=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C438C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438C1 is #3BC73E. Grayscale: #717171. Windows color (decimal): -3917631 or 12662980. OLE color: 12662980.
HSL color Cylindrical-coordinate representation of color #C438C1: hue angle of 301.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C438C1 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 193 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.23 |
| HSL | 301.29º | 0.56% | 0.49% | - |
| HSV(B) | 301.29º | 0.71% | 0.77% | - |
| XYZ | 33.8 | 18.41 | 52.22 | - |
| YUV | 113.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 193 | 0 | 0.71 | 0.02 | 0.23 | 301.29 | 0.56 | 0.49 |
| Hex | C4 | 38 | C1 | 0 | 47 | 2 | 17 | 12D | 38 | 31 |
| Octal | 304 | 70 | 301 | 0 | 107 | 2 | 27 | 455 | 70 | 61 |
| Binary | 11000100 | 111000 | 11000001 | 0 | 1000111 | 10 | 10111 | 100101101 | 111000 | 110001 |
Color Harmonies of #C438C1
Complementary color
Monochromatic Colors of #C438C1
Black with #C438C1
Text Example
Text Example
White with #C438C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438C1; }
p { color: rgb(196,56,193); }
H1.HeaderClassName
{
color: #C438C1;
}
.AnyTagClassName
{
color: #C438C1;
}
</style>
background-color css
<style>
a { background-color: #C438C1; }
a { background-color: rgb(196,56,193); }
div.DivClassName
{
background-color: #C438C1;
}
.BgClassName
{
background-color: #C438C1;
}
</style>
border-color css
<style>
span { border-color: #C438C1; }
span { border-color: rgb(196,56,193); }
td.TdClassName
{
border-color: #C438C1;
}
.TagClassName
{
border-color: #C438C1;
}
</style>