Shades of Fuchsia #CB3BAE
Tints of Fuchsia #CB3BAE
RGB
CMYK
RGB Variations
Color information
#CB3BAE (or 0xCB3BAE) is known color: Fuchsia. HEX triplet: CB, 3B and AE. RGB value is (203,59,174). Sum of RGB (Red+Green+Blue) = 203+59+174=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3BAE is #34C451. Grayscale: #727272. Windows color (decimal): -3458130 or 11418571. OLE color: 11418571.
HSL color Cylindrical-coordinate representation of color #CB3BAE: hue angle of 312.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3BAE is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 174 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.20 |
| HSL | 312.08º | 0.58% | 0.51% | - |
| HSV(B) | 312.08º | 0.71% | 0.8% | - |
| XYZ | 33.83 | 18.88 | 41.91 | - |
| YUV | 115.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 174 | 0 | 0.71 | 0.14 | 0.20 | 312.08 | 0.58 | 0.51 |
| Hex | CB | 3B | AE | 0 | 47 | E | 14 | 138 | 3A | 33 |
| Octal | 313 | 73 | 256 | 0 | 107 | 16 | 24 | 470 | 72 | 63 |
| Binary | 11001011 | 111011 | 10101110 | 0 | 1000111 | 1110 | 10100 | 100111000 | 111010 | 110011 |
Color Harmonies of #CB3BAE
Complementary color
Monochromatic Colors of #CB3BAE
Black with #CB3BAE
Text Example
Text Example
White with #CB3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BAE; }
p { color: rgb(203,59,174); }
H1.HeaderClassName
{
color: #CB3BAE;
}
.AnyTagClassName
{
color: #CB3BAE;
}
</style>
background-color css
<style>
a { background-color: #CB3BAE; }
a { background-color: rgb(203,59,174); }
div.DivClassName
{
background-color: #CB3BAE;
}
.BgClassName
{
background-color: #CB3BAE;
}
</style>
border-color css
<style>
span { border-color: #CB3BAE; }
span { border-color: rgb(203,59,174); }
td.TdClassName
{
border-color: #CB3BAE;
}
.TagClassName
{
border-color: #CB3BAE;
}
</style>