Shades of Fuchsia #CB36BA
Tints of Fuchsia #CB36BA
RGB
CMYK
RGB Variations
Color information
#CB36BA (or 0xCB36BA) is known color: Fuchsia. HEX triplet: CB, 36 and BA. RGB value is (203,54,186). Sum of RGB (Red+Green+Blue) = 203+54+186=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36BA is #34C945. Grayscale: #717171. Windows color (decimal): -3459398 or 12203723. OLE color: 12203723.
HSL color Cylindrical-coordinate representation of color #CB36BA: hue angle of 306.85º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB36BA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 186 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.20 |
| HSL | 306.85º | 0.59% | 0.5% | - |
| HSV(B) | 306.85º | 0.73% | 0.8% | - |
| XYZ | 34.81 | 18.88 | 48.26 | - |
| YUV | 113.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 186 | 0 | 0.73 | 0.08 | 0.20 | 306.85 | 0.59 | 0.5 |
| Hex | CB | 36 | BA | 0 | 49 | 8 | 14 | 133 | 3B | 32 |
| Octal | 313 | 66 | 272 | 0 | 111 | 10 | 24 | 463 | 73 | 62 |
| Binary | 11001011 | 110110 | 10111010 | 0 | 1001001 | 1000 | 10100 | 100110011 | 111011 | 110010 |
Color Harmonies of #CB36BA
Complementary color
Monochromatic Colors of #CB36BA
Black with #CB36BA
Text Example
Text Example
White with #CB36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36BA; }
p { color: rgb(203,54,186); }
H1.HeaderClassName
{
color: #CB36BA;
}
.AnyTagClassName
{
color: #CB36BA;
}
</style>
background-color css
<style>
a { background-color: #CB36BA; }
a { background-color: rgb(203,54,186); }
div.DivClassName
{
background-color: #CB36BA;
}
.BgClassName
{
background-color: #CB36BA;
}
</style>
border-color css
<style>
span { border-color: #CB36BA; }
span { border-color: rgb(203,54,186); }
td.TdClassName
{
border-color: #CB36BA;
}
.TagClassName
{
border-color: #CB36BA;
}
</style>