Shades of Fuchsia #C738CF
Tints of Fuchsia #C738CF
RGB
CMYK
RGB Variations
Color information
#C738CF (or 0xC738CF) is known color: Fuchsia. HEX triplet: C7, 38 and CF. RGB value is (199,56,207). Sum of RGB (Red+Green+Blue) = 199+56+207=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #C738CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738CF is #38C730. Grayscale: #737373. Windows color (decimal): -3721009 or 13580487. OLE color: 13580487.
HSL color Cylindrical-coordinate representation of color #C738CF: hue angle of 296.82º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C738CF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 56 | 207 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.19 |
| HSL | 296.82º | 0.61% | 0.52% | - |
| HSV(B) | 296.82º | 0.73% | 0.81% | - |
| XYZ | 36.23 | 19.48 | 60.88 | - |
| YUV | 115.97 | 179.38 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 207 | 0.04 | 0.73 | 0 | 0.19 | 296.82 | 0.61 | 0.52 |
| Hex | C7 | 38 | CF | 4 | 49 | 0 | 13 | 129 | 3D | 34 |
| Octal | 307 | 70 | 317 | 4 | 111 | 0 | 23 | 451 | 75 | 64 |
| Binary | 11000111 | 111000 | 11001111 | 100 | 1001001 | 0 | 10011 | 100101001 | 111101 | 110100 |
Color Harmonies of #C738CF
Complementary color
Monochromatic Colors of #C738CF
Black with #C738CF
Text Example
Text Example
White with #C738CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738CF; }
p { color: rgb(199,56,207); }
H1.HeaderClassName
{
color: #C738CF;
}
.AnyTagClassName
{
color: #C738CF;
}
</style>
background-color css
<style>
a { background-color: #C738CF; }
a { background-color: rgb(199,56,207); }
div.DivClassName
{
background-color: #C738CF;
}
.BgClassName
{
background-color: #C738CF;
}
</style>
border-color css
<style>
span { border-color: #C738CF; }
span { border-color: rgb(199,56,207); }
td.TdClassName
{
border-color: #C738CF;
}
.TagClassName
{
border-color: #C738CF;
}
</style>