Shades of Fuchsia #CB54BA
Tints of Fuchsia #CB54BA
RGB
CMYK
RGB Variations
Color information
#CB54BA (or 0xCB54BA) is known color: Fuchsia. HEX triplet: CB, 54 and BA. RGB value is (203,84,186). Sum of RGB (Red+Green+Blue) = 203+84+186=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54BA is #34AB45. Grayscale: #828282. Windows color (decimal): -3451718 or 12211403. OLE color: 12211403.
HSL color Cylindrical-coordinate representation of color #CB54BA: hue angle of 308.57º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB54BA is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 186 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.20 |
| HSL | 308.57º | 0.53% | 0.56% | - |
| HSV(B) | 308.57º | 0.59% | 0.8% | - |
| XYZ | 36.66 | 22.58 | 48.88 | - |
| YUV | 131.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 186 | 0 | 0.59 | 0.08 | 0.20 | 308.57 | 0.53 | 0.56 |
| Hex | CB | 54 | BA | 0 | 3B | 8 | 14 | 135 | 35 | 38 |
| Octal | 313 | 124 | 272 | 0 | 73 | 10 | 24 | 465 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10111010 | 0 | 111011 | 1000 | 10100 | 100110101 | 110101 | 111000 |
Color Harmonies of #CB54BA
Complementary color
Monochromatic Colors of #CB54BA
Black with #CB54BA
Text Example
Text Example
White with #CB54BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54BA; }
p { color: rgb(203,84,186); }
H1.HeaderClassName
{
color: #CB54BA;
}
.AnyTagClassName
{
color: #CB54BA;
}
</style>
background-color css
<style>
a { background-color: #CB54BA; }
a { background-color: rgb(203,84,186); }
div.DivClassName
{
background-color: #CB54BA;
}
.BgClassName
{
background-color: #CB54BA;
}
</style>
border-color css
<style>
span { border-color: #CB54BA; }
span { border-color: rgb(203,84,186); }
td.TdClassName
{
border-color: #CB54BA;
}
.TagClassName
{
border-color: #CB54BA;
}
</style>