Shades of Fuchsia #CB46B1
Tints of Fuchsia #CB46B1
RGB
CMYK
RGB Variations
Color information
#CB46B1 (or 0xCB46B1) is known color: Fuchsia. HEX triplet: CB, 46 and B1. RGB value is (203,70,177). Sum of RGB (Red+Green+Blue) = 203+70+177=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46B1 is #34B94E. Grayscale: #797979. Windows color (decimal): -3455311 or 11617995. OLE color: 11617995.
HSL color Cylindrical-coordinate representation of color #CB46B1: hue angle of 311.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46B1 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 177 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.20 |
| HSL | 311.73º | 0.56% | 0.54% | - |
| HSV(B) | 311.73º | 0.66% | 0.8% | - |
| XYZ | 34.75 | 20.25 | 43.67 | - |
| YUV | 121.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 177 | 0 | 0.66 | 0.13 | 0.20 | 311.73 | 0.56 | 0.54 |
| Hex | CB | 46 | B1 | 0 | 42 | D | 14 | 138 | 38 | 36 |
| Octal | 313 | 106 | 261 | 0 | 102 | 15 | 24 | 470 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10110001 | 0 | 1000010 | 1101 | 10100 | 100111000 | 111000 | 110110 |
Color Harmonies of #CB46B1
Complementary color
Monochromatic Colors of #CB46B1
Black with #CB46B1
Text Example
Text Example
White with #CB46B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46B1; }
p { color: rgb(203,70,177); }
H1.HeaderClassName
{
color: #CB46B1;
}
.AnyTagClassName
{
color: #CB46B1;
}
</style>
background-color css
<style>
a { background-color: #CB46B1; }
a { background-color: rgb(203,70,177); }
div.DivClassName
{
background-color: #CB46B1;
}
.BgClassName
{
background-color: #CB46B1;
}
</style>
border-color css
<style>
span { border-color: #CB46B1; }
span { border-color: rgb(203,70,177); }
td.TdClassName
{
border-color: #CB46B1;
}
.TagClassName
{
border-color: #CB46B1;
}
</style>