Shades of Fuchsia #CB4EBA
Tints of Fuchsia #CB4EBA
RGB
CMYK
RGB Variations
Color information
#CB4EBA (or 0xCB4EBA) is known color: Fuchsia. HEX triplet: CB, 4E and BA. RGB value is (203,78,186). Sum of RGB (Red+Green+Blue) = 203+78+186=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4EBA is #34B145. Grayscale: #7F7F7F. Windows color (decimal): -3453254 or 12209867. OLE color: 12209867.
HSL color Cylindrical-coordinate representation of color #CB4EBA: hue angle of 308.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4EBA is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 186 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.20 |
| HSL | 308.16º | 0.55% | 0.55% | - |
| HSV(B) | 308.16º | 0.62% | 0.8% | - |
| XYZ | 36.22 | 21.69 | 48.73 | - |
| YUV | 127.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 186 | 0 | 0.62 | 0.08 | 0.20 | 308.16 | 0.55 | 0.55 |
| Hex | CB | 4E | BA | 0 | 3E | 8 | 14 | 134 | 37 | 37 |
| Octal | 313 | 116 | 272 | 0 | 76 | 10 | 24 | 464 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10111010 | 0 | 111110 | 1000 | 10100 | 100110100 | 110111 | 110111 |
Color Harmonies of #CB4EBA
Complementary color
Monochromatic Colors of #CB4EBA
Black with #CB4EBA
Text Example
Text Example
White with #CB4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EBA; }
p { color: rgb(203,78,186); }
H1.HeaderClassName
{
color: #CB4EBA;
}
.AnyTagClassName
{
color: #CB4EBA;
}
</style>
background-color css
<style>
a { background-color: #CB4EBA; }
a { background-color: rgb(203,78,186); }
div.DivClassName
{
background-color: #CB4EBA;
}
.BgClassName
{
background-color: #CB4EBA;
}
</style>
border-color css
<style>
span { border-color: #CB4EBA; }
span { border-color: rgb(203,78,186); }
td.TdClassName
{
border-color: #CB4EBA;
}
.TagClassName
{
border-color: #CB4EBA;
}
</style>