Shades of Fuchsia #C738B7
Tints of Fuchsia #C738B7
RGB
CMYK
RGB Variations
Color information
#C738B7 (or 0xC738B7) is known color: Fuchsia. HEX triplet: C7, 38 and B7. RGB value is (199,56,183). Sum of RGB (Red+Green+Blue) = 199+56+183=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C738B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738B7 is #38C748. Grayscale: #707070. Windows color (decimal): -3721033 or 12007623. OLE color: 12007623.
HSL color Cylindrical-coordinate representation of color #C738B7: hue angle of 306.71º 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 #C738B7 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 183 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.22 |
| HSL | 306.71º | 0.56% | 0.5% | - |
| HSV(B) | 306.71º | 0.72% | 0.78% | - |
| XYZ | 33.51 | 18.39 | 46.58 | - |
| YUV | 113.24 | 167.38 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 183 | 0 | 0.72 | 0.08 | 0.22 | 306.71 | 0.56 | 0.5 |
| Hex | C7 | 38 | B7 | 0 | 48 | 8 | 16 | 133 | 38 | 32 |
| Octal | 307 | 70 | 267 | 0 | 110 | 10 | 26 | 463 | 70 | 62 |
| Binary | 11000111 | 111000 | 10110111 | 0 | 1001000 | 1000 | 10110 | 100110011 | 111000 | 110010 |
Color Harmonies of #C738B7
Complementary color
Monochromatic Colors of #C738B7
Black with #C738B7
Text Example
Text Example
White with #C738B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738B7; }
p { color: rgb(199,56,183); }
H1.HeaderClassName
{
color: #C738B7;
}
.AnyTagClassName
{
color: #C738B7;
}
</style>
background-color css
<style>
a { background-color: #C738B7; }
a { background-color: rgb(199,56,183); }
div.DivClassName
{
background-color: #C738B7;
}
.BgClassName
{
background-color: #C738B7;
}
</style>
border-color css
<style>
span { border-color: #C738B7; }
span { border-color: rgb(199,56,183); }
td.TdClassName
{
border-color: #C738B7;
}
.TagClassName
{
border-color: #C738B7;
}
</style>