Shades of Fuchsia #CB63C0
Tints of Fuchsia #CB63C0
RGB
CMYK
RGB Variations
Color information
#CB63C0 (or 0xCB63C0) is known color: Fuchsia. HEX triplet: CB, 63 and C0. RGB value is (203,99,192). Sum of RGB (Red+Green+Blue) = 203+99+192=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63C0 is #349C3F. Grayscale: #8C8C8C. Windows color (decimal): -3447872 or 12608459. OLE color: 12608459.
HSL color Cylindrical-coordinate representation of color #CB63C0: hue angle of 306.35º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB63C0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 192 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.20 |
| HSL | 306.35º | 0.5% | 0.59% | - |
| HSV(B) | 306.35º | 0.51% | 0.8% | - |
| XYZ | 38.6 | 25.43 | 52.74 | - |
| YUV | 140.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 192 | 0 | 0.51 | 0.05 | 0.20 | 306.35 | 0.5 | 0.59 |
| Hex | CB | 63 | C0 | 0 | 33 | 5 | 14 | 132 | 32 | 3B |
| Octal | 313 | 143 | 300 | 0 | 63 | 5 | 24 | 462 | 62 | 73 |
| Binary | 11001011 | 1100011 | 11000000 | 0 | 110011 | 101 | 10100 | 100110010 | 110010 | 111011 |
Color Harmonies of #CB63C0
Complementary color
Monochromatic Colors of #CB63C0
Black with #CB63C0
Text Example
Text Example
White with #CB63C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63C0; }
p { color: rgb(203,99,192); }
H1.HeaderClassName
{
color: #CB63C0;
}
.AnyTagClassName
{
color: #CB63C0;
}
</style>
background-color css
<style>
a { background-color: #CB63C0; }
a { background-color: rgb(203,99,192); }
div.DivClassName
{
background-color: #CB63C0;
}
.BgClassName
{
background-color: #CB63C0;
}
</style>
border-color css
<style>
span { border-color: #CB63C0; }
span { border-color: rgb(203,99,192); }
td.TdClassName
{
border-color: #CB63C0;
}
.TagClassName
{
border-color: #CB63C0;
}
</style>