Shades of Fuchsia #CB29BA
Tints of Fuchsia #CB29BA
RGB
CMYK
RGB Variations
Color information
#CB29BA (or 0xCB29BA) is known color: Fuchsia. HEX triplet: CB, 29 and BA. RGB value is (203,41,186). Sum of RGB (Red+Green+Blue) = 203+41+186=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29BA is #34D645. Grayscale: #696969. Windows color (decimal): -3462726 or 12200395. OLE color: 12200395.
HSL color Cylindrical-coordinate representation of color #CB29BA: hue angle of 306.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB29BA is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 186 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.20 |
| HSL | 306.3º | 0.66% | 0.48% | - |
| HSV(B) | 306.3º | 0.8% | 0.8% | - |
| XYZ | 34.28 | 17.83 | 48.09 | - |
| YUV | 105.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 186 | 0 | 0.80 | 0.08 | 0.20 | 306.3 | 0.66 | 0.48 |
| Hex | CB | 29 | BA | 0 | 50 | 8 | 14 | 132 | 42 | 30 |
| Octal | 313 | 51 | 272 | 0 | 120 | 10 | 24 | 462 | 102 | 60 |
| Binary | 11001011 | 101001 | 10111010 | 0 | 1010000 | 1000 | 10100 | 100110010 | 1000010 | 110000 |
Color Harmonies of #CB29BA
Complementary color
Monochromatic Colors of #CB29BA
Black with #CB29BA
Text Example
Text Example
White with #CB29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29BA; }
p { color: rgb(203,41,186); }
H1.HeaderClassName
{
color: #CB29BA;
}
.AnyTagClassName
{
color: #CB29BA;
}
</style>
background-color css
<style>
a { background-color: #CB29BA; }
a { background-color: rgb(203,41,186); }
div.DivClassName
{
background-color: #CB29BA;
}
.BgClassName
{
background-color: #CB29BA;
}
</style>
border-color css
<style>
span { border-color: #CB29BA; }
span { border-color: rgb(203,41,186); }
td.TdClassName
{
border-color: #CB29BA;
}
.TagClassName
{
border-color: #CB29BA;
}
</style>