Shades of Fuchsia #CB40BA
Tints of Fuchsia #CB40BA
RGB
CMYK
RGB Variations
Color information
#CB40BA (or 0xCB40BA) is known color: Fuchsia. HEX triplet: CB, 40 and BA. RGB value is (203,64,186). Sum of RGB (Red+Green+Blue) = 203+64+186=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40BA is #34BF45. Grayscale: #777777. Windows color (decimal): -3456838 or 12206283. OLE color: 12206283.
HSL color Cylindrical-coordinate representation of color #CB40BA: hue angle of 307.34º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40BA is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 186 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.20 |
| HSL | 307.34º | 0.57% | 0.52% | - |
| HSV(B) | 307.34º | 0.68% | 0.8% | - |
| XYZ | 35.32 | 19.91 | 48.44 | - |
| YUV | 119.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 186 | 0 | 0.68 | 0.08 | 0.20 | 307.34 | 0.57 | 0.52 |
| Hex | CB | 40 | BA | 0 | 44 | 8 | 14 | 133 | 39 | 34 |
| Octal | 313 | 100 | 272 | 0 | 104 | 10 | 24 | 463 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10111010 | 0 | 1000100 | 1000 | 10100 | 100110011 | 111001 | 110100 |
Color Harmonies of #CB40BA
Complementary color
Monochromatic Colors of #CB40BA
Black with #CB40BA
Text Example
Text Example
White with #CB40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40BA; }
p { color: rgb(203,64,186); }
H1.HeaderClassName
{
color: #CB40BA;
}
.AnyTagClassName
{
color: #CB40BA;
}
</style>
background-color css
<style>
a { background-color: #CB40BA; }
a { background-color: rgb(203,64,186); }
div.DivClassName
{
background-color: #CB40BA;
}
.BgClassName
{
background-color: #CB40BA;
}
</style>
border-color css
<style>
span { border-color: #CB40BA; }
span { border-color: rgb(203,64,186); }
td.TdClassName
{
border-color: #CB40BA;
}
.TagClassName
{
border-color: #CB40BA;
}
</style>