Shades of Fuchsia #CB46BA
Tints of Fuchsia #CB46BA
RGB
CMYK
RGB Variations
Color information
#CB46BA (or 0xCB46BA) is known color: Fuchsia. HEX triplet: CB, 46 and BA. RGB value is (203,70,186). Sum of RGB (Red+Green+Blue) = 203+70+186=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46BA is #34B945. Grayscale: #7A7A7A. Windows color (decimal): -3455302 or 12207819. OLE color: 12207819.
HSL color Cylindrical-coordinate representation of color #CB46BA: hue angle of 307.67º 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 #CB46BA is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 186 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.20 |
| HSL | 307.67º | 0.56% | 0.54% | - |
| HSV(B) | 307.67º | 0.66% | 0.8% | - |
| XYZ | 35.68 | 20.62 | 48.55 | - |
| YUV | 122.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 186 | 0 | 0.66 | 0.08 | 0.20 | 307.67 | 0.56 | 0.54 |
| Hex | CB | 46 | BA | 0 | 42 | 8 | 14 | 134 | 38 | 36 |
| Octal | 313 | 106 | 272 | 0 | 102 | 10 | 24 | 464 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10111010 | 0 | 1000010 | 1000 | 10100 | 100110100 | 111000 | 110110 |
Color Harmonies of #CB46BA
Complementary color
Monochromatic Colors of #CB46BA
Black with #CB46BA
Text Example
Text Example
White with #CB46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46BA; }
p { color: rgb(203,70,186); }
H1.HeaderClassName
{
color: #CB46BA;
}
.AnyTagClassName
{
color: #CB46BA;
}
</style>
background-color css
<style>
a { background-color: #CB46BA; }
a { background-color: rgb(203,70,186); }
div.DivClassName
{
background-color: #CB46BA;
}
.BgClassName
{
background-color: #CB46BA;
}
</style>
border-color css
<style>
span { border-color: #CB46BA; }
span { border-color: rgb(203,70,186); }
td.TdClassName
{
border-color: #CB46BA;
}
.TagClassName
{
border-color: #CB46BA;
}
</style>