Shades of Fuchsia #CB63C7
Tints of Fuchsia #CB63C7
RGB
CMYK
RGB Variations
Color information
#CB63C7 (or 0xCB63C7) is known color: Fuchsia. HEX triplet: CB, 63 and C7. RGB value is (203,99,199). Sum of RGB (Red+Green+Blue) = 203+99+199=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63C7 is #349C38. Grayscale: #8D8D8D. Windows color (decimal): -3447865 or 13067211. OLE color: 13067211.
HSL color Cylindrical-coordinate representation of color #CB63C7: hue angle of 302.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 #CB63C7 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 199 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.20 |
| HSL | 302.31º | 0.5% | 0.59% | - |
| HSV(B) | 302.31º | 0.51% | 0.8% | - |
| XYZ | 39.4 | 25.74 | 56.93 | - |
| YUV | 141.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 199 | 0 | 0.51 | 0.02 | 0.20 | 302.31 | 0.5 | 0.59 |
| Hex | CB | 63 | C7 | 0 | 33 | 2 | 14 | 12E | 32 | 3B |
| Octal | 313 | 143 | 307 | 0 | 63 | 2 | 24 | 456 | 62 | 73 |
| Binary | 11001011 | 1100011 | 11000111 | 0 | 110011 | 10 | 10100 | 100101110 | 110010 | 111011 |
Color Harmonies of #CB63C7
Complementary color
Monochromatic Colors of #CB63C7
Black with #CB63C7
Text Example
Text Example
White with #CB63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63C7; }
p { color: rgb(203,99,199); }
H1.HeaderClassName
{
color: #CB63C7;
}
.AnyTagClassName
{
color: #CB63C7;
}
</style>
background-color css
<style>
a { background-color: #CB63C7; }
a { background-color: rgb(203,99,199); }
div.DivClassName
{
background-color: #CB63C7;
}
.BgClassName
{
background-color: #CB63C7;
}
</style>
border-color css
<style>
span { border-color: #CB63C7; }
span { border-color: rgb(203,99,199); }
td.TdClassName
{
border-color: #CB63C7;
}
.TagClassName
{
border-color: #CB63C7;
}
</style>