Shades of Fuchsia #C04ACB
Tints of Fuchsia #C04ACB
RGB
CMYK
RGB Variations
Color information
#C04ACB (or 0xC04ACB) is known color: Fuchsia. HEX triplet: C0, 4A and CB. RGB value is (192,74,203). Sum of RGB (Red+Green+Blue) = 192+74+203=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #C04ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ACB is #3FB534. Grayscale: #7B7B7B. Windows color (decimal): -4175157 or 13322944. OLE color: 13322944.
HSL color Cylindrical-coordinate representation of color #C04ACB: hue angle of 294.88º 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 #C04ACB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 74 | 203 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.20 |
| HSL | 294.88º | 0.55% | 0.54% | - |
| HSV(B) | 294.88º | 0.64% | 0.8% | - |
| XYZ | 34.97 | 20.42 | 58.6 | - |
| YUV | 123.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 203 | 0.05 | 0.64 | 0 | 0.20 | 294.88 | 0.55 | 0.54 |
| Hex | C0 | 4A | CB | 5 | 40 | 0 | 14 | 127 | 37 | 36 |
| Octal | 300 | 112 | 313 | 5 | 100 | 0 | 24 | 447 | 67 | 66 |
| Binary | 11000000 | 1001010 | 11001011 | 101 | 1000000 | 0 | 10100 | 100100111 | 110111 | 110110 |
Color Harmonies of #C04ACB
Complementary color
Monochromatic Colors of #C04ACB
Black with #C04ACB
Text Example
Text Example
White with #C04ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ACB; }
p { color: rgb(192,74,203); }
H1.HeaderClassName
{
color: #C04ACB;
}
.AnyTagClassName
{
color: #C04ACB;
}
</style>
background-color css
<style>
a { background-color: #C04ACB; }
a { background-color: rgb(192,74,203); }
div.DivClassName
{
background-color: #C04ACB;
}
.BgClassName
{
background-color: #C04ACB;
}
</style>
border-color css
<style>
span { border-color: #C04ACB; }
span { border-color: rgb(192,74,203); }
td.TdClassName
{
border-color: #C04ACB;
}
.TagClassName
{
border-color: #C04ACB;
}
</style>