Shades of Fuchsia #CB46BD
Tints of Fuchsia #CB46BD
RGB
CMYK
RGB Variations
Color information
#CB46BD (or 0xCB46BD) is known color: Fuchsia. HEX triplet: CB, 46 and BD. RGB value is (203,70,189). Sum of RGB (Red+Green+Blue) = 203+70+189=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46BD is #34B942. Grayscale: #7A7A7A. Windows color (decimal): -3455299 or 12404427. OLE color: 12404427.
HSL color Cylindrical-coordinate representation of color #CB46BD: hue angle of 306.32º 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 #CB46BD is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 189 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.20 |
| HSL | 306.32º | 0.56% | 0.54% | - |
| HSV(B) | 306.32º | 0.66% | 0.8% | - |
| XYZ | 36 | 20.75 | 50.25 | - |
| YUV | 123.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 189 | 0 | 0.66 | 0.07 | 0.20 | 306.32 | 0.56 | 0.54 |
| Hex | CB | 46 | BD | 0 | 42 | 7 | 14 | 132 | 38 | 36 |
| Octal | 313 | 106 | 275 | 0 | 102 | 7 | 24 | 462 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10111101 | 0 | 1000010 | 111 | 10100 | 100110010 | 111000 | 110110 |
Color Harmonies of #CB46BD
Complementary color
Monochromatic Colors of #CB46BD
Black with #CB46BD
Text Example
Text Example
White with #CB46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46BD; }
p { color: rgb(203,70,189); }
H1.HeaderClassName
{
color: #CB46BD;
}
.AnyTagClassName
{
color: #CB46BD;
}
</style>
background-color css
<style>
a { background-color: #CB46BD; }
a { background-color: rgb(203,70,189); }
div.DivClassName
{
background-color: #CB46BD;
}
.BgClassName
{
background-color: #CB46BD;
}
</style>
border-color css
<style>
span { border-color: #CB46BD; }
span { border-color: rgb(203,70,189); }
td.TdClassName
{
border-color: #CB46BD;
}
.TagClassName
{
border-color: #CB46BD;
}
</style>