Shades of Fuchsia #CB3AB3
Tints of Fuchsia #CB3AB3
RGB
CMYK
RGB Variations
Color information
#CB3AB3 (or 0xCB3AB3) is known color: Fuchsia. HEX triplet: CB, 3A and B3. RGB value is (203,58,179). Sum of RGB (Red+Green+Blue) = 203+58+179=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AB3 is #34C54C. Grayscale: #727272. Windows color (decimal): -3458381 or 11745995. OLE color: 11745995.
HSL color Cylindrical-coordinate representation of color #CB3AB3: hue angle of 309.93º 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 #CB3AB3 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 179 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.20 |
| HSL | 309.93º | 0.58% | 0.51% | - |
| HSV(B) | 309.93º | 0.71% | 0.8% | - |
| XYZ | 34.28 | 18.98 | 44.5 | - |
| YUV | 115.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 179 | 0 | 0.71 | 0.12 | 0.20 | 309.93 | 0.58 | 0.51 |
| Hex | CB | 3A | B3 | 0 | 47 | C | 14 | 136 | 3A | 33 |
| Octal | 313 | 72 | 263 | 0 | 107 | 14 | 24 | 466 | 72 | 63 |
| Binary | 11001011 | 111010 | 10110011 | 0 | 1000111 | 1100 | 10100 | 100110110 | 111010 | 110011 |
Color Harmonies of #CB3AB3
Complementary color
Monochromatic Colors of #CB3AB3
Black with #CB3AB3
Text Example
Text Example
White with #CB3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AB3; }
p { color: rgb(203,58,179); }
H1.HeaderClassName
{
color: #CB3AB3;
}
.AnyTagClassName
{
color: #CB3AB3;
}
</style>
background-color css
<style>
a { background-color: #CB3AB3; }
a { background-color: rgb(203,58,179); }
div.DivClassName
{
background-color: #CB3AB3;
}
.BgClassName
{
background-color: #CB3AB3;
}
</style>
border-color css
<style>
span { border-color: #CB3AB3; }
span { border-color: rgb(203,58,179); }
td.TdClassName
{
border-color: #CB3AB3;
}
.TagClassName
{
border-color: #CB3AB3;
}
</style>