Shades of Fuchsia #CB46CB
Tints of Fuchsia #CB46CB
RGB
CMYK
RGB Variations
Color information
#CB46CB (or 0xCB46CB) is known color: Fuchsia. HEX triplet: CB, 46 and CB. RGB value is (203,70,203). Sum of RGB (Red+Green+Blue) = 203+70+203=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46CB is #34B934. Grayscale: #7C7C7C. Windows color (decimal): -3455285 or 13321931. OLE color: 13321931.
HSL color Cylindrical-coordinate representation of color #CB46CB: hue angle of 300º 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 #CB46CB is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 203 | - |
| CMYK | 0 | 0.66 | 0 | 0.20 |
| HSL | 300º | 0.56% | 0.54% | - |
| HSV(B) | 300º | 0.66% | 0.8% | - |
| XYZ | 37.6 | 21.39 | 58.65 | - |
| YUV | 124.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 203 | 0 | 0.66 | 0 | 0.20 | 300 | 0.56 | 0.54 |
| Hex | CB | 46 | CB | 0 | 42 | 0 | 14 | 12C | 38 | 36 |
| Octal | 313 | 106 | 313 | 0 | 102 | 0 | 24 | 454 | 70 | 66 |
| Binary | 11001011 | 1000110 | 11001011 | 0 | 1000010 | 0 | 10100 | 100101100 | 111000 | 110110 |
Color Harmonies of #CB46CB
Complementary color
Monochromatic Colors of #CB46CB
Black with #CB46CB
Text Example
Text Example
White with #CB46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46CB; }
p { color: rgb(203,70,203); }
H1.HeaderClassName
{
color: #CB46CB;
}
.AnyTagClassName
{
color: #CB46CB;
}
</style>
background-color css
<style>
a { background-color: #CB46CB; }
a { background-color: rgb(203,70,203); }
div.DivClassName
{
background-color: #CB46CB;
}
.BgClassName
{
background-color: #CB46CB;
}
</style>
border-color css
<style>
span { border-color: #CB46CB; }
span { border-color: rgb(203,70,203); }
td.TdClassName
{
border-color: #CB46CB;
}
.TagClassName
{
border-color: #CB46CB;
}
</style>