Shades of Fuchsia #C738BD
Tints of Fuchsia #C738BD
RGB
CMYK
RGB Variations
Color information
#C738BD (or 0xC738BD) is known color: Fuchsia. HEX triplet: C7, 38 and BD. RGB value is (199,56,189). Sum of RGB (Red+Green+Blue) = 199+56+189=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C738BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738BD is #38C742. Grayscale: #717171. Windows color (decimal): -3721027 or 12400839. OLE color: 12400839.
HSL color Cylindrical-coordinate representation of color #C738BD: hue angle of 304.2º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C738BD is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 189 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.22 |
| HSL | 304.2º | 0.56% | 0.5% | - |
| HSV(B) | 304.2º | 0.72% | 0.78% | - |
| XYZ | 34.15 | 18.64 | 49.94 | - |
| YUV | 113.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 189 | 0 | 0.72 | 0.05 | 0.22 | 304.2 | 0.56 | 0.5 |
| Hex | C7 | 38 | BD | 0 | 48 | 5 | 16 | 130 | 38 | 32 |
| Octal | 307 | 70 | 275 | 0 | 110 | 5 | 26 | 460 | 70 | 62 |
| Binary | 11000111 | 111000 | 10111101 | 0 | 1001000 | 101 | 10110 | 100110000 | 111000 | 110010 |
Color Harmonies of #C738BD
Complementary color
Monochromatic Colors of #C738BD
Black with #C738BD
Text Example
Text Example
White with #C738BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738BD; }
p { color: rgb(199,56,189); }
H1.HeaderClassName
{
color: #C738BD;
}
.AnyTagClassName
{
color: #C738BD;
}
</style>
background-color css
<style>
a { background-color: #C738BD; }
a { background-color: rgb(199,56,189); }
div.DivClassName
{
background-color: #C738BD;
}
.BgClassName
{
background-color: #C738BD;
}
</style>
border-color css
<style>
span { border-color: #C738BD; }
span { border-color: rgb(199,56,189); }
td.TdClassName
{
border-color: #C738BD;
}
.TagClassName
{
border-color: #C738BD;
}
</style>