Shades of Fuchsia #C438B0
Tints of Fuchsia #C438B0
RGB
CMYK
RGB Variations
Color information
#C438B0 (or 0xC438B0) is known color: Fuchsia. HEX triplet: C4, 38 and B0. RGB value is (196,56,176). Sum of RGB (Red+Green+Blue) = 196+56+176=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C438B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C438B0 is #3BC74F. Grayscale: #6F6F6F. Windows color (decimal): -3917648 or 11548868. OLE color: 11548868.
HSL color Cylindrical-coordinate representation of color #C438B0: hue angle of 308.57º 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 #C438B0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 176 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.23 |
| HSL | 308.57º | 0.56% | 0.49% | - |
| HSV(B) | 308.57º | 0.71% | 0.77% | - |
| XYZ | 32.02 | 17.7 | 42.8 | - |
| YUV | 111.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 176 | 0 | 0.71 | 0.10 | 0.23 | 308.57 | 0.56 | 0.49 |
| Hex | C4 | 38 | B0 | 0 | 47 | A | 17 | 135 | 38 | 31 |
| Octal | 304 | 70 | 260 | 0 | 107 | 12 | 27 | 465 | 70 | 61 |
| Binary | 11000100 | 111000 | 10110000 | 0 | 1000111 | 1010 | 10111 | 100110101 | 111000 | 110001 |
Color Harmonies of #C438B0
Complementary color
Monochromatic Colors of #C438B0
Black with #C438B0
Text Example
Text Example
White with #C438B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438B0; }
p { color: rgb(196,56,176); }
H1.HeaderClassName
{
color: #C438B0;
}
.AnyTagClassName
{
color: #C438B0;
}
</style>
background-color css
<style>
a { background-color: #C438B0; }
a { background-color: rgb(196,56,176); }
div.DivClassName
{
background-color: #C438B0;
}
.BgClassName
{
background-color: #C438B0;
}
</style>
border-color css
<style>
span { border-color: #C438B0; }
span { border-color: rgb(196,56,176); }
td.TdClassName
{
border-color: #C438B0;
}
.TagClassName
{
border-color: #C438B0;
}
</style>