Shades of Fuchsia #CB40AB
Tints of Fuchsia #CB40AB
RGB
CMYK
RGB Variations
Color information
#CB40AB (or 0xCB40AB) is known color: Fuchsia. HEX triplet: CB, 40 and AB. RGB value is (203,64,171). Sum of RGB (Red+Green+Blue) = 203+64+171=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40AB is #34BF54. Grayscale: #757575. Windows color (decimal): -3456853 or 11223243. OLE color: 11223243.
HSL color Cylindrical-coordinate representation of color #CB40AB: hue angle of 313.81º 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 #CB40AB is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 171 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.20 |
| HSL | 313.81º | 0.57% | 0.52% | - |
| HSV(B) | 313.81º | 0.68% | 0.8% | - |
| XYZ | 33.81 | 19.3 | 40.47 | - |
| YUV | 117.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 171 | 0 | 0.68 | 0.16 | 0.20 | 313.81 | 0.57 | 0.52 |
| Hex | CB | 40 | AB | 0 | 44 | 10 | 14 | 13A | 39 | 34 |
| Octal | 313 | 100 | 253 | 0 | 104 | 20 | 24 | 472 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10101011 | 0 | 1000100 | 10000 | 10100 | 100111010 | 111001 | 110100 |
Color Harmonies of #CB40AB
Complementary color
Monochromatic Colors of #CB40AB
Black with #CB40AB
Text Example
Text Example
White with #CB40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40AB; }
p { color: rgb(203,64,171); }
H1.HeaderClassName
{
color: #CB40AB;
}
.AnyTagClassName
{
color: #CB40AB;
}
</style>
background-color css
<style>
a { background-color: #CB40AB; }
a { background-color: rgb(203,64,171); }
div.DivClassName
{
background-color: #CB40AB;
}
.BgClassName
{
background-color: #CB40AB;
}
</style>
border-color css
<style>
span { border-color: #CB40AB; }
span { border-color: rgb(203,64,171); }
td.TdClassName
{
border-color: #CB40AB;
}
.TagClassName
{
border-color: #CB40AB;
}
</style>