Shades of Fuchsia #CB49C8
Tints of Fuchsia #CB49C8
RGB
CMYK
RGB Variations
Color information
#CB49C8 (or 0xCB49C8) is known color: Fuchsia. HEX triplet: CB, 49 and C8. RGB value is (203,73,200). Sum of RGB (Red+Green+Blue) = 203+73+200=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49C8 is #34B637. Grayscale: #7D7D7D. Windows color (decimal): -3454520 or 13126091. OLE color: 13126091.
HSL color Cylindrical-coordinate representation of color #CB49C8: hue angle of 301.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB49C8 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 200 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.20 |
| HSL | 301.38º | 0.56% | 0.54% | - |
| HSV(B) | 301.38º | 0.64% | 0.8% | - |
| XYZ | 37.44 | 21.63 | 56.85 | - |
| YUV | 126.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 200 | 0 | 0.64 | 0.01 | 0.20 | 301.38 | 0.56 | 0.54 |
| Hex | CB | 49 | C8 | 0 | 40 | 1 | 14 | 12D | 38 | 36 |
| Octal | 313 | 111 | 310 | 0 | 100 | 1 | 24 | 455 | 70 | 66 |
| Binary | 11001011 | 1001001 | 11001000 | 0 | 1000000 | 1 | 10100 | 100101101 | 111000 | 110110 |
Color Harmonies of #CB49C8
Complementary color
Monochromatic Colors of #CB49C8
Black with #CB49C8
Text Example
Text Example
White with #CB49C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49C8; }
p { color: rgb(203,73,200); }
H1.HeaderClassName
{
color: #CB49C8;
}
.AnyTagClassName
{
color: #CB49C8;
}
</style>
background-color css
<style>
a { background-color: #CB49C8; }
a { background-color: rgb(203,73,200); }
div.DivClassName
{
background-color: #CB49C8;
}
.BgClassName
{
background-color: #CB49C8;
}
</style>
border-color css
<style>
span { border-color: #CB49C8; }
span { border-color: rgb(203,73,200); }
td.TdClassName
{
border-color: #CB49C8;
}
.TagClassName
{
border-color: #CB49C8;
}
</style>