Shades of Fuchsia #CB63C1
Tints of Fuchsia #CB63C1
RGB
CMYK
RGB Variations
Color information
#CB63C1 (or 0xCB63C1) is known color: Fuchsia. HEX triplet: CB, 63 and C1. RGB value is (203,99,193). Sum of RGB (Red+Green+Blue) = 203+99+193=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63C1 is #349C3E. Grayscale: #8C8C8C. Windows color (decimal): -3447871 or 12673995. OLE color: 12673995.
HSL color Cylindrical-coordinate representation of color #CB63C1: hue angle of 305.77º 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 #CB63C1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 193 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.20 |
| HSL | 305.77º | 0.5% | 0.59% | - |
| HSV(B) | 305.77º | 0.51% | 0.8% | - |
| XYZ | 38.72 | 25.47 | 53.33 | - |
| YUV | 140.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 193 | 0 | 0.51 | 0.05 | 0.20 | 305.77 | 0.5 | 0.59 |
| Hex | CB | 63 | C1 | 0 | 33 | 5 | 14 | 132 | 32 | 3B |
| Octal | 313 | 143 | 301 | 0 | 63 | 5 | 24 | 462 | 62 | 73 |
| Binary | 11001011 | 1100011 | 11000001 | 0 | 110011 | 101 | 10100 | 100110010 | 110010 | 111011 |
Color Harmonies of #CB63C1
Complementary color
Monochromatic Colors of #CB63C1
Black with #CB63C1
Text Example
Text Example
White with #CB63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63C1; }
p { color: rgb(203,99,193); }
H1.HeaderClassName
{
color: #CB63C1;
}
.AnyTagClassName
{
color: #CB63C1;
}
</style>
background-color css
<style>
a { background-color: #CB63C1; }
a { background-color: rgb(203,99,193); }
div.DivClassName
{
background-color: #CB63C1;
}
.BgClassName
{
background-color: #CB63C1;
}
</style>
border-color css
<style>
span { border-color: #CB63C1; }
span { border-color: rgb(203,99,193); }
td.TdClassName
{
border-color: #CB63C1;
}
.TagClassName
{
border-color: #CB63C1;
}
</style>