Shades of Fuchsia #CB29B2
Tints of Fuchsia #CB29B2
RGB
CMYK
RGB Variations
Color information
#CB29B2 (or 0xCB29B2) is known color: Fuchsia. HEX triplet: CB, 29 and B2. RGB value is (203,41,178). Sum of RGB (Red+Green+Blue) = 203+41+178=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB29B2 is #34D64D. Grayscale: #686868. Windows color (decimal): -3462734 or 11676107. OLE color: 11676107.
HSL color Cylindrical-coordinate representation of color #CB29B2: hue angle of 309.26º 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 #CB29B2 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 178 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.20 |
| HSL | 309.26º | 0.66% | 0.48% | - |
| HSV(B) | 309.26º | 0.8% | 0.8% | - |
| XYZ | 33.46 | 17.5 | 43.73 | - |
| YUV | 105.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 178 | 0 | 0.80 | 0.12 | 0.20 | 309.26 | 0.66 | 0.48 |
| Hex | CB | 29 | B2 | 0 | 50 | C | 14 | 135 | 42 | 30 |
| Octal | 313 | 51 | 262 | 0 | 120 | 14 | 24 | 465 | 102 | 60 |
| Binary | 11001011 | 101001 | 10110010 | 0 | 1010000 | 1100 | 10100 | 100110101 | 1000010 | 110000 |
Color Harmonies of #CB29B2
Complementary color
Monochromatic Colors of #CB29B2
Black with #CB29B2
Text Example
Text Example
White with #CB29B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29B2; }
p { color: rgb(203,41,178); }
H1.HeaderClassName
{
color: #CB29B2;
}
.AnyTagClassName
{
color: #CB29B2;
}
</style>
background-color css
<style>
a { background-color: #CB29B2; }
a { background-color: rgb(203,41,178); }
div.DivClassName
{
background-color: #CB29B2;
}
.BgClassName
{
background-color: #CB29B2;
}
</style>
border-color css
<style>
span { border-color: #CB29B2; }
span { border-color: rgb(203,41,178); }
td.TdClassName
{
border-color: #CB29B2;
}
.TagClassName
{
border-color: #CB29B2;
}
</style>