Shades of Fuchsia #CB48BA
Tints of Fuchsia #CB48BA
RGB
CMYK
RGB Variations
Color information
#CB48BA (or 0xCB48BA) is known color: Fuchsia. HEX triplet: CB, 48 and BA. RGB value is (203,72,186). Sum of RGB (Red+Green+Blue) = 203+72+186=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48BA is #34B745. Grayscale: #7B7B7B. Windows color (decimal): -3454790 or 12208331. OLE color: 12208331.
HSL color Cylindrical-coordinate representation of color #CB48BA: hue angle of 307.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB48BA is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 186 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.20 |
| HSL | 307.79º | 0.56% | 0.54% | - |
| HSV(B) | 307.79º | 0.65% | 0.8% | - |
| XYZ | 35.81 | 20.88 | 48.6 | - |
| YUV | 124.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 186 | 0 | 0.65 | 0.08 | 0.20 | 307.79 | 0.56 | 0.54 |
| Hex | CB | 48 | BA | 0 | 41 | 8 | 14 | 134 | 38 | 36 |
| Octal | 313 | 110 | 272 | 0 | 101 | 10 | 24 | 464 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10111010 | 0 | 1000001 | 1000 | 10100 | 100110100 | 111000 | 110110 |
Color Harmonies of #CB48BA
Complementary color
Monochromatic Colors of #CB48BA
Black with #CB48BA
Text Example
Text Example
White with #CB48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48BA; }
p { color: rgb(203,72,186); }
H1.HeaderClassName
{
color: #CB48BA;
}
.AnyTagClassName
{
color: #CB48BA;
}
</style>
background-color css
<style>
a { background-color: #CB48BA; }
a { background-color: rgb(203,72,186); }
div.DivClassName
{
background-color: #CB48BA;
}
.BgClassName
{
background-color: #CB48BA;
}
</style>
border-color css
<style>
span { border-color: #CB48BA; }
span { border-color: rgb(203,72,186); }
td.TdClassName
{
border-color: #CB48BA;
}
.TagClassName
{
border-color: #CB48BA;
}
</style>