Shades of Fuchsia #CB46B9
Tints of Fuchsia #CB46B9
RGB
CMYK
RGB Variations
Color information
#CB46B9 (or 0xCB46B9) is known color: Fuchsia. HEX triplet: CB, 46 and B9. RGB value is (203,70,185). Sum of RGB (Red+Green+Blue) = 203+70+185=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46B9 is #34B946. Grayscale: #7A7A7A. Windows color (decimal): -3455303 or 12142283. OLE color: 12142283.
HSL color Cylindrical-coordinate representation of color #CB46B9: hue angle of 308.12º 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 #CB46B9 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 185 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.20 |
| HSL | 308.12º | 0.56% | 0.54% | - |
| HSV(B) | 308.12º | 0.66% | 0.8% | - |
| XYZ | 35.58 | 20.58 | 48 | - |
| YUV | 122.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 185 | 0 | 0.66 | 0.09 | 0.20 | 308.12 | 0.56 | 0.54 |
| Hex | CB | 46 | B9 | 0 | 42 | 9 | 14 | 134 | 38 | 36 |
| Octal | 313 | 106 | 271 | 0 | 102 | 11 | 24 | 464 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10111001 | 0 | 1000010 | 1001 | 10100 | 100110100 | 111000 | 110110 |
Color Harmonies of #CB46B9
Complementary color
Monochromatic Colors of #CB46B9
Black with #CB46B9
Text Example
Text Example
White with #CB46B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46B9; }
p { color: rgb(203,70,185); }
H1.HeaderClassName
{
color: #CB46B9;
}
.AnyTagClassName
{
color: #CB46B9;
}
</style>
background-color css
<style>
a { background-color: #CB46B9; }
a { background-color: rgb(203,70,185); }
div.DivClassName
{
background-color: #CB46B9;
}
.BgClassName
{
background-color: #CB46B9;
}
</style>
border-color css
<style>
span { border-color: #CB46B9; }
span { border-color: rgb(203,70,185); }
td.TdClassName
{
border-color: #CB46B9;
}
.TagClassName
{
border-color: #CB46B9;
}
</style>