Shades of Fuchsia #CB49CE
Tints of Fuchsia #CB49CE
RGB
CMYK
RGB Variations
Color information
#CB49CE (or 0xCB49CE) is known color: Fuchsia. HEX triplet: CB, 49 and CE. RGB value is (203,73,206). Sum of RGB (Red+Green+Blue) = 203+73+206=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49CE is #34B631. Grayscale: #7E7E7E. Windows color (decimal): -3454514 or 13519307. OLE color: 13519307.
HSL color Cylindrical-coordinate representation of color #CB49CE: hue angle of 298.65º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB49CE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 73 | 206 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.19 |
| HSL | 298.65º | 0.58% | 0.55% | - |
| HSV(B) | 298.65º | 0.65% | 0.81% | - |
| XYZ | 38.15 | 21.92 | 60.61 | - |
| YUV | 127.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 206 | 0.01 | 0.65 | 0 | 0.19 | 298.65 | 0.58 | 0.55 |
| Hex | CB | 49 | CE | 1 | 41 | 0 | 13 | 12B | 3A | 37 |
| Octal | 313 | 111 | 316 | 1 | 101 | 0 | 23 | 453 | 72 | 67 |
| Binary | 11001011 | 1001001 | 11001110 | 1 | 1000001 | 0 | 10011 | 100101011 | 111010 | 110111 |
Color Harmonies of #CB49CE
Complementary color
Monochromatic Colors of #CB49CE
Black with #CB49CE
Text Example
Text Example
White with #CB49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49CE; }
p { color: rgb(203,73,206); }
H1.HeaderClassName
{
color: #CB49CE;
}
.AnyTagClassName
{
color: #CB49CE;
}
</style>
background-color css
<style>
a { background-color: #CB49CE; }
a { background-color: rgb(203,73,206); }
div.DivClassName
{
background-color: #CB49CE;
}
.BgClassName
{
background-color: #CB49CE;
}
</style>
border-color css
<style>
span { border-color: #CB49CE; }
span { border-color: rgb(203,73,206); }
td.TdClassName
{
border-color: #CB49CE;
}
.TagClassName
{
border-color: #CB49CE;
}
</style>