Shades of Fuchsia #C438BD
Tints of Fuchsia #C438BD
RGB
CMYK
RGB Variations
Color information
#C438BD (or 0xC438BD) is known color: Fuchsia. HEX triplet: C4, 38 and BD. RGB value is (196,56,189). Sum of RGB (Red+Green+Blue) = 196+56+189=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C438BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438BD is #3BC742. Grayscale: #707070. Windows color (decimal): -3917635 or 12400836. OLE color: 12400836.
HSL color Cylindrical-coordinate representation of color #C438BD: hue angle of 303º 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 #C438BD is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 189 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.23 |
| HSL | 303º | 0.56% | 0.49% | - |
| HSV(B) | 303º | 0.71% | 0.77% | - |
| XYZ | 33.36 | 18.24 | 49.91 | - |
| YUV | 113.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 189 | 0 | 0.71 | 0.04 | 0.23 | 303 | 0.56 | 0.49 |
| Hex | C4 | 38 | BD | 0 | 47 | 4 | 17 | 12F | 38 | 31 |
| Octal | 304 | 70 | 275 | 0 | 107 | 4 | 27 | 457 | 70 | 61 |
| Binary | 11000100 | 111000 | 10111101 | 0 | 1000111 | 100 | 10111 | 100101111 | 111000 | 110001 |
Color Harmonies of #C438BD
Complementary color
Monochromatic Colors of #C438BD
Black with #C438BD
Text Example
Text Example
White with #C438BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438BD; }
p { color: rgb(196,56,189); }
H1.HeaderClassName
{
color: #C438BD;
}
.AnyTagClassName
{
color: #C438BD;
}
</style>
background-color css
<style>
a { background-color: #C438BD; }
a { background-color: rgb(196,56,189); }
div.DivClassName
{
background-color: #C438BD;
}
.BgClassName
{
background-color: #C438BD;
}
</style>
border-color css
<style>
span { border-color: #C438BD; }
span { border-color: rgb(196,56,189); }
td.TdClassName
{
border-color: #C438BD;
}
.TagClassName
{
border-color: #C438BD;
}
</style>