Shades of Fuchsia #C74BB7
Tints of Fuchsia #C74BB7
RGB
CMYK
RGB Variations
Color information
#C74BB7 (or 0xC74BB7) is known color: Fuchsia. HEX triplet: C7, 4B and B7. RGB value is (199,75,183). Sum of RGB (Red+Green+Blue) = 199+75+183=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BB7 is #38B448. Grayscale: #7C7C7C. Windows color (decimal): -3716169 or 12012487. OLE color: 12012487.
HSL color Cylindrical-coordinate representation of color #C74BB7: hue angle of 307.74º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74BB7 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 183 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.22 |
| HSL | 307.74º | 0.53% | 0.54% | - |
| HSV(B) | 307.74º | 0.62% | 0.78% | - |
| XYZ | 34.62 | 20.59 | 46.95 | - |
| YUV | 124.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 183 | 0 | 0.62 | 0.08 | 0.22 | 307.74 | 0.53 | 0.54 |
| Hex | C7 | 4B | B7 | 0 | 3E | 8 | 16 | 134 | 35 | 36 |
| Octal | 307 | 113 | 267 | 0 | 76 | 10 | 26 | 464 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10110111 | 0 | 111110 | 1000 | 10110 | 100110100 | 110101 | 110110 |
Color Harmonies of #C74BB7
Complementary color
Monochromatic Colors of #C74BB7
Black with #C74BB7
Text Example
Text Example
White with #C74BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BB7; }
p { color: rgb(199,75,183); }
H1.HeaderClassName
{
color: #C74BB7;
}
.AnyTagClassName
{
color: #C74BB7;
}
</style>
background-color css
<style>
a { background-color: #C74BB7; }
a { background-color: rgb(199,75,183); }
div.DivClassName
{
background-color: #C74BB7;
}
.BgClassName
{
background-color: #C74BB7;
}
</style>
border-color css
<style>
span { border-color: #C74BB7; }
span { border-color: rgb(199,75,183); }
td.TdClassName
{
border-color: #C74BB7;
}
.TagClassName
{
border-color: #C74BB7;
}
</style>