Shades of Fuchsia #C728B1
Tints of Fuchsia #C728B1
RGB
CMYK
RGB Variations
Color information
#C728B1 (or 0xC728B1) is known color: Fuchsia. HEX triplet: C7, 28 and B1. RGB value is (199,40,177). Sum of RGB (Red+Green+Blue) = 199+40+177=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C728B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C728B1 is #38D74E. Grayscale: #666666. Windows color (decimal): -3725135 or 11610311. OLE color: 11610311.
HSL color Cylindrical-coordinate representation of color #C728B1: hue angle of 308.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C728B1 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 177 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.22 |
| HSL | 308.3º | 0.67% | 0.47% | - |
| HSV(B) | 308.3º | 0.8% | 0.78% | - |
| XYZ | 32.25 | 16.83 | 43.14 | - |
| YUV | 103.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 177 | 0 | 0.80 | 0.11 | 0.22 | 308.3 | 0.67 | 0.47 |
| Hex | C7 | 28 | B1 | 0 | 50 | B | 16 | 134 | 43 | 2F |
| Octal | 307 | 50 | 261 | 0 | 120 | 13 | 26 | 464 | 103 | 57 |
| Binary | 11000111 | 101000 | 10110001 | 0 | 1010000 | 1011 | 10110 | 100110100 | 1000011 | 101111 |
Color Harmonies of #C728B1
Complementary color
Monochromatic Colors of #C728B1
Black with #C728B1
Text Example
Text Example
White with #C728B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728B1; }
p { color: rgb(199,40,177); }
H1.HeaderClassName
{
color: #C728B1;
}
.AnyTagClassName
{
color: #C728B1;
}
</style>
background-color css
<style>
a { background-color: #C728B1; }
a { background-color: rgb(199,40,177); }
div.DivClassName
{
background-color: #C728B1;
}
.BgClassName
{
background-color: #C728B1;
}
</style>
border-color css
<style>
span { border-color: #C728B1; }
span { border-color: rgb(199,40,177); }
td.TdClassName
{
border-color: #C728B1;
}
.TagClassName
{
border-color: #C728B1;
}
</style>