Shades of Fuchsia #C74BBA
Tints of Fuchsia #C74BBA
RGB
CMYK
RGB Variations
Color information
#C74BBA (or 0xC74BBA) is known color: Fuchsia. HEX triplet: C7, 4B and BA. RGB value is (199,75,186). Sum of RGB (Red+Green+Blue) = 199+75+186=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BBA is #38B445. Grayscale: #7C7C7C. Windows color (decimal): -3716166 or 12209095. OLE color: 12209095.
HSL color Cylindrical-coordinate representation of color #C74BBA: hue angle of 306.29º 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 #C74BBA is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 186 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.22 |
| HSL | 306.29º | 0.53% | 0.54% | - |
| HSV(B) | 306.29º | 0.62% | 0.78% | - |
| XYZ | 34.93 | 20.72 | 48.61 | - |
| YUV | 124.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 186 | 0 | 0.62 | 0.07 | 0.22 | 306.29 | 0.53 | 0.54 |
| Hex | C7 | 4B | BA | 0 | 3E | 7 | 16 | 132 | 35 | 36 |
| Octal | 307 | 113 | 272 | 0 | 76 | 7 | 26 | 462 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10111010 | 0 | 111110 | 111 | 10110 | 100110010 | 110101 | 110110 |
Color Harmonies of #C74BBA
Complementary color
Monochromatic Colors of #C74BBA
Black with #C74BBA
Text Example
Text Example
White with #C74BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BBA; }
p { color: rgb(199,75,186); }
H1.HeaderClassName
{
color: #C74BBA;
}
.AnyTagClassName
{
color: #C74BBA;
}
</style>
background-color css
<style>
a { background-color: #C74BBA; }
a { background-color: rgb(199,75,186); }
div.DivClassName
{
background-color: #C74BBA;
}
.BgClassName
{
background-color: #C74BBA;
}
</style>
border-color css
<style>
span { border-color: #C74BBA; }
span { border-color: rgb(199,75,186); }
td.TdClassName
{
border-color: #C74BBA;
}
.TagClassName
{
border-color: #C74BBA;
}
</style>