Shades of Fuchsia #CB49CC
Tints of Fuchsia #CB49CC
RGB
CMYK
RGB Variations
Color information
#CB49CC (or 0xCB49CC) is known color: Fuchsia. HEX triplet: CB, 49 and CC. RGB value is (203,73,204). Sum of RGB (Red+Green+Blue) = 203+73+204=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49CC is #34B633. Grayscale: #7E7E7E. Windows color (decimal): -3454516 or 13388235. OLE color: 13388235.
HSL color Cylindrical-coordinate representation of color #CB49CC: hue angle of 299.54º 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 #CB49CC is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 73 | 204 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.2 |
| HSL | 299.54º | 0.56% | 0.54% | - |
| HSV(B) | 299.54º | 0.64% | 0.8% | - |
| XYZ | 37.91 | 21.82 | 59.34 | - |
| YUV | 126.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 204 | 0.00 | 0.64 | 0 | 0.2 | 299.54 | 0.56 | 0.54 |
| Hex | CB | 49 | CC | 0 | 40 | 0 | 14 | 12C | 38 | 36 |
| Octal | 313 | 111 | 314 | 0 | 100 | 0 | 24 | 454 | 70 | 66 |
| Binary | 11001011 | 1001001 | 11001100 | 0 | 1000000 | 0 | 10100 | 100101100 | 111000 | 110110 |
Color Harmonies of #CB49CC
Complementary color
Monochromatic Colors of #CB49CC
Black with #CB49CC
Text Example
Text Example
White with #CB49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49CC; }
p { color: rgb(203,73,204); }
H1.HeaderClassName
{
color: #CB49CC;
}
.AnyTagClassName
{
color: #CB49CC;
}
</style>
background-color css
<style>
a { background-color: #CB49CC; }
a { background-color: rgb(203,73,204); }
div.DivClassName
{
background-color: #CB49CC;
}
.BgClassName
{
background-color: #CB49CC;
}
</style>
border-color css
<style>
span { border-color: #CB49CC; }
span { border-color: rgb(203,73,204); }
td.TdClassName
{
border-color: #CB49CC;
}
.TagClassName
{
border-color: #CB49CC;
}
</style>