Shades of Fuchsia #CB41AB
Tints of Fuchsia #CB41AB
RGB
CMYK
RGB Variations
Color information
#CB41AB (or 0xCB41AB) is known color: Fuchsia. HEX triplet: CB, 41 and AB. RGB value is (203,65,171). Sum of RGB (Red+Green+Blue) = 203+65+171=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41AB is #34BE54. Grayscale: #767676. Windows color (decimal): -3456597 or 11223499. OLE color: 11223499.
HSL color Cylindrical-coordinate representation of color #CB41AB: hue angle of 313.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB41AB is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 171 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.20 |
| HSL | 313.91º | 0.57% | 0.53% | - |
| HSV(B) | 313.91º | 0.68% | 0.8% | - |
| XYZ | 33.87 | 19.42 | 40.49 | - |
| YUV | 118.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 171 | 0 | 0.68 | 0.16 | 0.20 | 313.91 | 0.57 | 0.53 |
| Hex | CB | 41 | AB | 0 | 44 | 10 | 14 | 13A | 39 | 35 |
| Octal | 313 | 101 | 253 | 0 | 104 | 20 | 24 | 472 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10101011 | 0 | 1000100 | 10000 | 10100 | 100111010 | 111001 | 110101 |
Color Harmonies of #CB41AB
Complementary color
Monochromatic Colors of #CB41AB
Black with #CB41AB
Text Example
Text Example
White with #CB41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41AB; }
p { color: rgb(203,65,171); }
H1.HeaderClassName
{
color: #CB41AB;
}
.AnyTagClassName
{
color: #CB41AB;
}
</style>
background-color css
<style>
a { background-color: #CB41AB; }
a { background-color: rgb(203,65,171); }
div.DivClassName
{
background-color: #CB41AB;
}
.BgClassName
{
background-color: #CB41AB;
}
</style>
border-color css
<style>
span { border-color: #CB41AB; }
span { border-color: rgb(203,65,171); }
td.TdClassName
{
border-color: #CB41AB;
}
.TagClassName
{
border-color: #CB41AB;
}
</style>