Shades of Fuchsia #CB29B5
Tints of Fuchsia #CB29B5
RGB
CMYK
RGB Variations
Color information
#CB29B5 (or 0xCB29B5) is known color: Fuchsia. HEX triplet: CB, 29 and B5. RGB value is (203,41,181). Sum of RGB (Red+Green+Blue) = 203+41+181=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29B5 is #34D64A. Grayscale: #696969. Windows color (decimal): -3462731 or 11872715. OLE color: 11872715.
HSL color Cylindrical-coordinate representation of color #CB29B5: hue angle of 308.15º 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 #CB29B5 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 181 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.20 |
| HSL | 308.15º | 0.66% | 0.48% | - |
| HSV(B) | 308.15º | 0.8% | 0.8% | - |
| XYZ | 33.76 | 17.62 | 45.34 | - |
| YUV | 105.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 181 | 0 | 0.80 | 0.11 | 0.20 | 308.15 | 0.66 | 0.48 |
| Hex | CB | 29 | B5 | 0 | 50 | B | 14 | 134 | 42 | 30 |
| Octal | 313 | 51 | 265 | 0 | 120 | 13 | 24 | 464 | 102 | 60 |
| Binary | 11001011 | 101001 | 10110101 | 0 | 1010000 | 1011 | 10100 | 100110100 | 1000010 | 110000 |
Color Harmonies of #CB29B5
Complementary color
Monochromatic Colors of #CB29B5
Black with #CB29B5
Text Example
Text Example
White with #CB29B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29B5; }
p { color: rgb(203,41,181); }
H1.HeaderClassName
{
color: #CB29B5;
}
.AnyTagClassName
{
color: #CB29B5;
}
</style>
background-color css
<style>
a { background-color: #CB29B5; }
a { background-color: rgb(203,41,181); }
div.DivClassName
{
background-color: #CB29B5;
}
.BgClassName
{
background-color: #CB29B5;
}
</style>
border-color css
<style>
span { border-color: #CB29B5; }
span { border-color: rgb(203,41,181); }
td.TdClassName
{
border-color: #CB29B5;
}
.TagClassName
{
border-color: #CB29B5;
}
</style>