Shades of Fuchsia #C05BB4
Tints of Fuchsia #C05BB4
RGB
CMYK
RGB Variations
Color information
#C05BB4 (or 0xC05BB4) is known color: Fuchsia. HEX triplet: C0, 5B and B4. RGB value is (192,91,180). Sum of RGB (Red+Green+Blue) = 192+91+180=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BB4 is #3FA44B. Grayscale: #838383. Windows color (decimal): -4170828 or 11819968. OLE color: 11819968.
HSL color Cylindrical-coordinate representation of color #C05BB4: hue angle of 307.13º degrees, saturation: 0.44, 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 #C05BB4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 180 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.25 |
| HSL | 307.13º | 0.44% | 0.55% | - |
| HSV(B) | 307.13º | 0.53% | 0.75% | - |
| XYZ | 33.72 | 21.98 | 45.65 | - |
| YUV | 131.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 180 | 0 | 0.53 | 0.06 | 0.25 | 307.13 | 0.44 | 0.55 |
| Hex | C0 | 5B | B4 | 0 | 35 | 6 | 19 | 133 | 2C | 37 |
| Octal | 300 | 133 | 264 | 0 | 65 | 6 | 31 | 463 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10110100 | 0 | 110101 | 110 | 11001 | 100110011 | 101100 | 110111 |
Color Harmonies of #C05BB4
Complementary color
Monochromatic Colors of #C05BB4
Black with #C05BB4
Text Example
Text Example
White with #C05BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BB4; }
p { color: rgb(192,91,180); }
H1.HeaderClassName
{
color: #C05BB4;
}
.AnyTagClassName
{
color: #C05BB4;
}
</style>
background-color css
<style>
a { background-color: #C05BB4; }
a { background-color: rgb(192,91,180); }
div.DivClassName
{
background-color: #C05BB4;
}
.BgClassName
{
background-color: #C05BB4;
}
</style>
border-color css
<style>
span { border-color: #C05BB4; }
span { border-color: rgb(192,91,180); }
td.TdClassName
{
border-color: #C05BB4;
}
.TagClassName
{
border-color: #C05BB4;
}
</style>