Shades of Fuchsia #C438B4
Tints of Fuchsia #C438B4
RGB
CMYK
RGB Variations
Color information
#C438B4 (or 0xC438B4) is known color: Fuchsia. HEX triplet: C4, 38 and B4. RGB value is (196,56,180). Sum of RGB (Red+Green+Blue) = 196+56+180=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C438B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438B4 is #3BC74B. Grayscale: #6F6F6F. Windows color (decimal): -3917644 or 11811012. OLE color: 11811012.
HSL color Cylindrical-coordinate representation of color #C438B4: hue angle of 306.86º 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 #C438B4 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 180 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.23 |
| HSL | 306.86º | 0.56% | 0.49% | - |
| HSV(B) | 306.86º | 0.71% | 0.77% | - |
| XYZ | 32.42 | 17.86 | 44.92 | - |
| YUV | 112 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 180 | 0 | 0.71 | 0.08 | 0.23 | 306.86 | 0.56 | 0.49 |
| Hex | C4 | 38 | B4 | 0 | 47 | 8 | 17 | 133 | 38 | 31 |
| Octal | 304 | 70 | 264 | 0 | 107 | 10 | 27 | 463 | 70 | 61 |
| Binary | 11000100 | 111000 | 10110100 | 0 | 1000111 | 1000 | 10111 | 100110011 | 111000 | 110001 |
Color Harmonies of #C438B4
Complementary color
Monochromatic Colors of #C438B4
Black with #C438B4
Text Example
Text Example
White with #C438B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438B4; }
p { color: rgb(196,56,180); }
H1.HeaderClassName
{
color: #C438B4;
}
.AnyTagClassName
{
color: #C438B4;
}
</style>
background-color css
<style>
a { background-color: #C438B4; }
a { background-color: rgb(196,56,180); }
div.DivClassName
{
background-color: #C438B4;
}
.BgClassName
{
background-color: #C438B4;
}
</style>
border-color css
<style>
span { border-color: #C438B4; }
span { border-color: rgb(196,56,180); }
td.TdClassName
{
border-color: #C438B4;
}
.TagClassName
{
border-color: #C438B4;
}
</style>