Shades of Fuchsia #CB46CE
Tints of Fuchsia #CB46CE
RGB
CMYK
RGB Variations
Color information
#CB46CE (or 0xCB46CE) is known color: Fuchsia. HEX triplet: CB, 46 and CE. RGB value is (203,70,206). Sum of RGB (Red+Green+Blue) = 203+70+206=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46CE is #34B931. Grayscale: #7C7C7C. Windows color (decimal): -3455282 or 13518539. OLE color: 13518539.
HSL color Cylindrical-coordinate representation of color #CB46CE: hue angle of 298.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46CE is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 70 | 206 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.19 |
| HSL | 298.68º | 0.58% | 0.54% | - |
| HSV(B) | 298.68º | 0.66% | 0.81% | - |
| XYZ | 37.96 | 21.53 | 60.55 | - |
| YUV | 125.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 206 | 0.01 | 0.66 | 0 | 0.19 | 298.68 | 0.58 | 0.54 |
| Hex | CB | 46 | CE | 1 | 42 | 0 | 13 | 12B | 3A | 36 |
| Octal | 313 | 106 | 316 | 1 | 102 | 0 | 23 | 453 | 72 | 66 |
| Binary | 11001011 | 1000110 | 11001110 | 1 | 1000010 | 0 | 10011 | 100101011 | 111010 | 110110 |
Color Harmonies of #CB46CE
Complementary color
Monochromatic Colors of #CB46CE
Black with #CB46CE
Text Example
Text Example
White with #CB46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46CE; }
p { color: rgb(203,70,206); }
H1.HeaderClassName
{
color: #CB46CE;
}
.AnyTagClassName
{
color: #CB46CE;
}
</style>
background-color css
<style>
a { background-color: #CB46CE; }
a { background-color: rgb(203,70,206); }
div.DivClassName
{
background-color: #CB46CE;
}
.BgClassName
{
background-color: #CB46CE;
}
</style>
border-color css
<style>
span { border-color: #CB46CE; }
span { border-color: rgb(203,70,206); }
td.TdClassName
{
border-color: #CB46CE;
}
.TagClassName
{
border-color: #CB46CE;
}
</style>