Shades of Fuchsia #C438C5
Tints of Fuchsia #C438C5
RGB
CMYK
RGB Variations
Color information
#C438C5 (or 0xC438C5) is known color: Fuchsia. HEX triplet: C4, 38 and C5. RGB value is (196,56,197). Sum of RGB (Red+Green+Blue) = 196+56+197=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #C438C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438C5 is #3BC73A. Grayscale: #717171. Windows color (decimal): -3917627 or 12925124. OLE color: 12925124.
HSL color Cylindrical-coordinate representation of color #C438C5: hue angle of 299.57º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C438C5 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 197 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.23 |
| HSL | 299.57º | 0.56% | 0.5% | - |
| HSV(B) | 299.57º | 0.72% | 0.77% | - |
| XYZ | 34.26 | 18.6 | 54.61 | - |
| YUV | 113.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 197 | 0.01 | 0.72 | 0 | 0.23 | 299.57 | 0.56 | 0.5 |
| Hex | C4 | 38 | C5 | 1 | 48 | 0 | 17 | 12C | 38 | 32 |
| Octal | 304 | 70 | 305 | 1 | 110 | 0 | 27 | 454 | 70 | 62 |
| Binary | 11000100 | 111000 | 11000101 | 1 | 1001000 | 0 | 10111 | 100101100 | 111000 | 110010 |
Color Harmonies of #C438C5
Complementary color
Monochromatic Colors of #C438C5
Black with #C438C5
Text Example
Text Example
White with #C438C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438C5; }
p { color: rgb(196,56,197); }
H1.HeaderClassName
{
color: #C438C5;
}
.AnyTagClassName
{
color: #C438C5;
}
</style>
background-color css
<style>
a { background-color: #C438C5; }
a { background-color: rgb(196,56,197); }
div.DivClassName
{
background-color: #C438C5;
}
.BgClassName
{
background-color: #C438C5;
}
</style>
border-color css
<style>
span { border-color: #C438C5; }
span { border-color: rgb(196,56,197); }
td.TdClassName
{
border-color: #C438C5;
}
.TagClassName
{
border-color: #C438C5;
}
</style>