Shades of Fuchsia #C74CBE
Tints of Fuchsia #C74CBE
RGB
CMYK
RGB Variations
Color information
#C74CBE (or 0xC74CBE) is known color: Fuchsia. HEX triplet: C7, 4C and BE. RGB value is (199,76,190). Sum of RGB (Red+Green+Blue) = 199+76+190=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CBE is #38B341. Grayscale: #7D7D7D. Windows color (decimal): -3715906 or 12471495. OLE color: 12471495.
HSL color Cylindrical-coordinate representation of color #C74CBE: hue angle of 304.39º degrees, saturation: 0.52, 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 #C74CBE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 190 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.22 |
| HSL | 304.39º | 0.52% | 0.54% | - |
| HSV(B) | 304.39º | 0.62% | 0.78% | - |
| XYZ | 35.43 | 21.03 | 50.91 | - |
| YUV | 125.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 190 | 0 | 0.62 | 0.05 | 0.22 | 304.39 | 0.52 | 0.54 |
| Hex | C7 | 4C | BE | 0 | 3E | 5 | 16 | 130 | 34 | 36 |
| Octal | 307 | 114 | 276 | 0 | 76 | 5 | 26 | 460 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10111110 | 0 | 111110 | 101 | 10110 | 100110000 | 110100 | 110110 |
Color Harmonies of #C74CBE
Complementary color
Monochromatic Colors of #C74CBE
Black with #C74CBE
Text Example
Text Example
White with #C74CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CBE; }
p { color: rgb(199,76,190); }
H1.HeaderClassName
{
color: #C74CBE;
}
.AnyTagClassName
{
color: #C74CBE;
}
</style>
background-color css
<style>
a { background-color: #C74CBE; }
a { background-color: rgb(199,76,190); }
div.DivClassName
{
background-color: #C74CBE;
}
.BgClassName
{
background-color: #C74CBE;
}
</style>
border-color css
<style>
span { border-color: #C74CBE; }
span { border-color: rgb(199,76,190); }
td.TdClassName
{
border-color: #C74CBE;
}
.TagClassName
{
border-color: #C74CBE;
}
</style>