Shades of Fuchsia #CB63C6
Tints of Fuchsia #CB63C6
RGB
CMYK
RGB Variations
Color information
#CB63C6 (or 0xCB63C6) is known color: Fuchsia. HEX triplet: CB, 63 and C6. RGB value is (203,99,198). Sum of RGB (Red+Green+Blue) = 203+99+198=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63C6 is #349C39. Grayscale: #8D8D8D. Windows color (decimal): -3447866 or 13001675. OLE color: 13001675.
HSL color Cylindrical-coordinate representation of color #CB63C6: hue angle of 302.88º 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 #CB63C6 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 198 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.20 |
| HSL | 302.88º | 0.5% | 0.59% | - |
| HSV(B) | 302.88º | 0.51% | 0.8% | - |
| XYZ | 39.28 | 25.7 | 56.32 | - |
| YUV | 141.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 198 | 0 | 0.51 | 0.02 | 0.20 | 302.88 | 0.5 | 0.59 |
| Hex | CB | 63 | C6 | 0 | 33 | 2 | 14 | 12F | 32 | 3B |
| Octal | 313 | 143 | 306 | 0 | 63 | 2 | 24 | 457 | 62 | 73 |
| Binary | 11001011 | 1100011 | 11000110 | 0 | 110011 | 10 | 10100 | 100101111 | 110010 | 111011 |
Color Harmonies of #CB63C6
Complementary color
Monochromatic Colors of #CB63C6
Black with #CB63C6
Text Example
Text Example
White with #CB63C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63C6; }
p { color: rgb(203,99,198); }
H1.HeaderClassName
{
color: #CB63C6;
}
.AnyTagClassName
{
color: #CB63C6;
}
</style>
background-color css
<style>
a { background-color: #CB63C6; }
a { background-color: rgb(203,99,198); }
div.DivClassName
{
background-color: #CB63C6;
}
.BgClassName
{
background-color: #CB63C6;
}
</style>
border-color css
<style>
span { border-color: #CB63C6; }
span { border-color: rgb(203,99,198); }
td.TdClassName
{
border-color: #CB63C6;
}
.TagClassName
{
border-color: #CB63C6;
}
</style>