Shades of Fuchsia #C05AB4
Tints of Fuchsia #C05AB4
RGB
CMYK
RGB Variations
Color information
#C05AB4 (or 0xC05AB4) is known color: Fuchsia. HEX triplet: C0, 5A and B4. RGB value is (192,90,180). Sum of RGB (Red+Green+Blue) = 192+90+180=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AB4 is #3FA54B. Grayscale: #828282. Windows color (decimal): -4171084 or 11819712. OLE color: 11819712.
HSL color Cylindrical-coordinate representation of color #C05AB4: hue angle of 307.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AB4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 180 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.25 |
| HSL | 307.06º | 0.45% | 0.55% | - |
| HSV(B) | 307.06º | 0.53% | 0.75% | - |
| XYZ | 33.63 | 21.81 | 45.62 | - |
| YUV | 130.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 180 | 0 | 0.53 | 0.06 | 0.25 | 307.06 | 0.45 | 0.55 |
| Hex | C0 | 5A | B4 | 0 | 35 | 6 | 19 | 133 | 2D | 37 |
| Octal | 300 | 132 | 264 | 0 | 65 | 6 | 31 | 463 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10110100 | 0 | 110101 | 110 | 11001 | 100110011 | 101101 | 110111 |
Color Harmonies of #C05AB4
Complementary color
Monochromatic Colors of #C05AB4
Black with #C05AB4
Text Example
Text Example
White with #C05AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AB4; }
p { color: rgb(192,90,180); }
H1.HeaderClassName
{
color: #C05AB4;
}
.AnyTagClassName
{
color: #C05AB4;
}
</style>
background-color css
<style>
a { background-color: #C05AB4; }
a { background-color: rgb(192,90,180); }
div.DivClassName
{
background-color: #C05AB4;
}
.BgClassName
{
background-color: #C05AB4;
}
</style>
border-color css
<style>
span { border-color: #C05AB4; }
span { border-color: rgb(192,90,180); }
td.TdClassName
{
border-color: #C05AB4;
}
.TagClassName
{
border-color: #C05AB4;
}
</style>