Shades of Fuchsia #C74ACB
Tints of Fuchsia #C74ACB
RGB
CMYK
RGB Variations
Color information
#C74ACB (or 0xC74ACB) is known color: Fuchsia. HEX triplet: C7, 4A and CB. RGB value is (199,74,203). Sum of RGB (Red+Green+Blue) = 199+74+203=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C74ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ACB is #38B534. Grayscale: #7D7D7D. Windows color (decimal): -3716405 or 13322951. OLE color: 13322951.
HSL color Cylindrical-coordinate representation of color #C74ACB: hue angle of 298.14º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74ACB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 74 | 203 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.20 |
| HSL | 298.14º | 0.55% | 0.54% | - |
| HSV(B) | 298.14º | 0.64% | 0.8% | - |
| XYZ | 36.78 | 21.35 | 58.68 | - |
| YUV | 126.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 203 | 0.02 | 0.64 | 0 | 0.20 | 298.14 | 0.55 | 0.54 |
| Hex | C7 | 4A | CB | 2 | 40 | 0 | 14 | 12A | 37 | 36 |
| Octal | 307 | 112 | 313 | 2 | 100 | 0 | 24 | 452 | 67 | 66 |
| Binary | 11000111 | 1001010 | 11001011 | 10 | 1000000 | 0 | 10100 | 100101010 | 110111 | 110110 |
Color Harmonies of #C74ACB
Complementary color
Monochromatic Colors of #C74ACB
Black with #C74ACB
Text Example
Text Example
White with #C74ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ACB; }
p { color: rgb(199,74,203); }
H1.HeaderClassName
{
color: #C74ACB;
}
.AnyTagClassName
{
color: #C74ACB;
}
</style>
background-color css
<style>
a { background-color: #C74ACB; }
a { background-color: rgb(199,74,203); }
div.DivClassName
{
background-color: #C74ACB;
}
.BgClassName
{
background-color: #C74ACB;
}
</style>
border-color css
<style>
span { border-color: #C74ACB; }
span { border-color: rgb(199,74,203); }
td.TdClassName
{
border-color: #C74ACB;
}
.TagClassName
{
border-color: #C74ACB;
}
</style>