Shades of Fuchsia #C74BBB
Tints of Fuchsia #C74BBB
RGB
CMYK
RGB Variations
Color information
#C74BBB (or 0xC74BBB) is known color: Fuchsia. HEX triplet: C7, 4B and BB. RGB value is (199,75,187). Sum of RGB (Red+Green+Blue) = 199+75+187=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BBB is #38B444. Grayscale: #7C7C7C. Windows color (decimal): -3716165 or 12274631. OLE color: 12274631.
HSL color Cylindrical-coordinate representation of color #C74BBB: hue angle of 305.81º 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 #C74BBB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 187 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.22 |
| HSL | 305.81º | 0.53% | 0.54% | - |
| HSV(B) | 305.81º | 0.62% | 0.78% | - |
| XYZ | 35.04 | 20.76 | 49.17 | - |
| YUV | 124.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 187 | 0 | 0.62 | 0.06 | 0.22 | 305.81 | 0.53 | 0.54 |
| Hex | C7 | 4B | BB | 0 | 3E | 6 | 16 | 132 | 35 | 36 |
| Octal | 307 | 113 | 273 | 0 | 76 | 6 | 26 | 462 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10111011 | 0 | 111110 | 110 | 10110 | 100110010 | 110101 | 110110 |
Color Harmonies of #C74BBB
Complementary color
Monochromatic Colors of #C74BBB
Black with #C74BBB
Text Example
Text Example
White with #C74BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BBB; }
p { color: rgb(199,75,187); }
H1.HeaderClassName
{
color: #C74BBB;
}
.AnyTagClassName
{
color: #C74BBB;
}
</style>
background-color css
<style>
a { background-color: #C74BBB; }
a { background-color: rgb(199,75,187); }
div.DivClassName
{
background-color: #C74BBB;
}
.BgClassName
{
background-color: #C74BBB;
}
</style>
border-color css
<style>
span { border-color: #C74BBB; }
span { border-color: rgb(199,75,187); }
td.TdClassName
{
border-color: #C74BBB;
}
.TagClassName
{
border-color: #C74BBB;
}
</style>