Shades of Fuchsia #C74BBC
Tints of Fuchsia #C74BBC
RGB
CMYK
RGB Variations
Color information
#C74BBC (or 0xC74BBC) is known color: Fuchsia. HEX triplet: C7, 4B and BC. RGB value is (199,75,188). Sum of RGB (Red+Green+Blue) = 199+75+188=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BBC is #38B443. Grayscale: #7C7C7C. Windows color (decimal): -3716164 or 12340167. OLE color: 12340167.
HSL color Cylindrical-coordinate representation of color #C74BBC: hue angle of 305.32º 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 #C74BBC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 188 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.22 |
| HSL | 305.32º | 0.53% | 0.54% | - |
| HSV(B) | 305.32º | 0.62% | 0.78% | - |
| XYZ | 35.15 | 20.81 | 49.74 | - |
| YUV | 124.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 188 | 0 | 0.62 | 0.06 | 0.22 | 305.32 | 0.53 | 0.54 |
| Hex | C7 | 4B | BC | 0 | 3E | 6 | 16 | 131 | 35 | 36 |
| Octal | 307 | 113 | 274 | 0 | 76 | 6 | 26 | 461 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10111100 | 0 | 111110 | 110 | 10110 | 100110001 | 110101 | 110110 |
Color Harmonies of #C74BBC
Complementary color
Monochromatic Colors of #C74BBC
Black with #C74BBC
Text Example
Text Example
White with #C74BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BBC; }
p { color: rgb(199,75,188); }
H1.HeaderClassName
{
color: #C74BBC;
}
.AnyTagClassName
{
color: #C74BBC;
}
</style>
background-color css
<style>
a { background-color: #C74BBC; }
a { background-color: rgb(199,75,188); }
div.DivClassName
{
background-color: #C74BBC;
}
.BgClassName
{
background-color: #C74BBC;
}
</style>
border-color css
<style>
span { border-color: #C74BBC; }
span { border-color: rgb(199,75,188); }
td.TdClassName
{
border-color: #C74BBC;
}
.TagClassName
{
border-color: #C74BBC;
}
</style>