Shades of Fuchsia #CB63B0
Tints of Fuchsia #CB63B0
RGB
CMYK
RGB Variations
Color information
#CB63B0 (or 0xCB63B0) is known color: Fuchsia. HEX triplet: CB, 63 and B0. RGB value is (203,99,176). Sum of RGB (Red+Green+Blue) = 203+99+176=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63B0 is #349C4F. Grayscale: #8A8A8A. Windows color (decimal): -3447888 or 11559883. OLE color: 11559883.
HSL color Cylindrical-coordinate representation of color #CB63B0: hue angle of 315.58º 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 #CB63B0 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 176 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.20 |
| HSL | 315.58º | 0.5% | 0.59% | - |
| HSV(B) | 315.58º | 0.51% | 0.8% | - |
| XYZ | 36.93 | 24.75 | 43.91 | - |
| YUV | 138.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 176 | 0 | 0.51 | 0.13 | 0.20 | 315.58 | 0.5 | 0.59 |
| Hex | CB | 63 | B0 | 0 | 33 | D | 14 | 13C | 32 | 3B |
| Octal | 313 | 143 | 260 | 0 | 63 | 15 | 24 | 474 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10110000 | 0 | 110011 | 1101 | 10100 | 100111100 | 110010 | 111011 |
Color Harmonies of #CB63B0
Complementary color
Monochromatic Colors of #CB63B0
Black with #CB63B0
Text Example
Text Example
White with #CB63B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63B0; }
p { color: rgb(203,99,176); }
H1.HeaderClassName
{
color: #CB63B0;
}
.AnyTagClassName
{
color: #CB63B0;
}
</style>
background-color css
<style>
a { background-color: #CB63B0; }
a { background-color: rgb(203,99,176); }
div.DivClassName
{
background-color: #CB63B0;
}
.BgClassName
{
background-color: #CB63B0;
}
</style>
border-color css
<style>
span { border-color: #CB63B0; }
span { border-color: rgb(203,99,176); }
td.TdClassName
{
border-color: #CB63B0;
}
.TagClassName
{
border-color: #CB63B0;
}
</style>