Shades of Fuchsia #CB3AB4
Tints of Fuchsia #CB3AB4
RGB
CMYK
RGB Variations
Color information
#CB3AB4 (or 0xCB3AB4) is known color: Fuchsia. HEX triplet: CB, 3A and B4. RGB value is (203,58,180). Sum of RGB (Red+Green+Blue) = 203+58+180=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AB4 is #34C54B. Grayscale: #727272. Windows color (decimal): -3458380 or 11811531. OLE color: 11811531.
HSL color Cylindrical-coordinate representation of color #CB3AB4: hue angle of 309.52º 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 #CB3AB4 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 180 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.20 |
| HSL | 309.52º | 0.58% | 0.51% | - |
| HSV(B) | 309.52º | 0.71% | 0.8% | - |
| XYZ | 34.38 | 19.02 | 45.04 | - |
| YUV | 115.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 180 | 0 | 0.71 | 0.11 | 0.20 | 309.52 | 0.58 | 0.51 |
| Hex | CB | 3A | B4 | 0 | 47 | B | 14 | 136 | 3A | 33 |
| Octal | 313 | 72 | 264 | 0 | 107 | 13 | 24 | 466 | 72 | 63 |
| Binary | 11001011 | 111010 | 10110100 | 0 | 1000111 | 1011 | 10100 | 100110110 | 111010 | 110011 |
Color Harmonies of #CB3AB4
Complementary color
Monochromatic Colors of #CB3AB4
Black with #CB3AB4
Text Example
Text Example
White with #CB3AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AB4; }
p { color: rgb(203,58,180); }
H1.HeaderClassName
{
color: #CB3AB4;
}
.AnyTagClassName
{
color: #CB3AB4;
}
</style>
background-color css
<style>
a { background-color: #CB3AB4; }
a { background-color: rgb(203,58,180); }
div.DivClassName
{
background-color: #CB3AB4;
}
.BgClassName
{
background-color: #CB3AB4;
}
</style>
border-color css
<style>
span { border-color: #CB3AB4; }
span { border-color: rgb(203,58,180); }
td.TdClassName
{
border-color: #CB3AB4;
}
.TagClassName
{
border-color: #CB3AB4;
}
</style>