Shades of Fuchsia #CB63AD
Tints of Fuchsia #CB63AD
RGB
CMYK
RGB Variations
Color information
#CB63AD (or 0xCB63AD) is known color: Fuchsia. HEX triplet: CB, 63 and AD. RGB value is (203,99,173). Sum of RGB (Red+Green+Blue) = 203+99+173=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63AD is #349C52. Grayscale: #8A8A8A. Windows color (decimal): -3447891 or 11363275. OLE color: 11363275.
HSL color Cylindrical-coordinate representation of color #CB63AD: hue angle of 317.31º 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 #CB63AD is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 173 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.20 |
| HSL | 317.31º | 0.5% | 0.59% | - |
| HSV(B) | 317.31º | 0.51% | 0.8% | - |
| XYZ | 36.63 | 24.64 | 42.36 | - |
| YUV | 138.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 173 | 0 | 0.51 | 0.15 | 0.20 | 317.31 | 0.5 | 0.59 |
| Hex | CB | 63 | AD | 0 | 33 | F | 14 | 13D | 32 | 3B |
| Octal | 313 | 143 | 255 | 0 | 63 | 17 | 24 | 475 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10101101 | 0 | 110011 | 1111 | 10100 | 100111101 | 110010 | 111011 |
Color Harmonies of #CB63AD
Complementary color
Monochromatic Colors of #CB63AD
Black with #CB63AD
Text Example
Text Example
White with #CB63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63AD; }
p { color: rgb(203,99,173); }
H1.HeaderClassName
{
color: #CB63AD;
}
.AnyTagClassName
{
color: #CB63AD;
}
</style>
background-color css
<style>
a { background-color: #CB63AD; }
a { background-color: rgb(203,99,173); }
div.DivClassName
{
background-color: #CB63AD;
}
.BgClassName
{
background-color: #CB63AD;
}
</style>
border-color css
<style>
span { border-color: #CB63AD; }
span { border-color: rgb(203,99,173); }
td.TdClassName
{
border-color: #CB63AD;
}
.TagClassName
{
border-color: #CB63AD;
}
</style>