Shades of Fuchsia #CB63B6
Tints of Fuchsia #CB63B6
RGB
CMYK
RGB Variations
Color information
#CB63B6 (or 0xCB63B6) is known color: Fuchsia. HEX triplet: CB, 63 and B6. RGB value is (203,99,182). Sum of RGB (Red+Green+Blue) = 203+99+182=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63B6 is #349C49. Grayscale: #8B8B8B. Windows color (decimal): -3447882 or 11953099. OLE color: 11953099.
HSL color Cylindrical-coordinate representation of color #CB63B6: hue angle of 312.12º 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 #CB63B6 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 182 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.20 |
| HSL | 312.12º | 0.5% | 0.59% | - |
| HSV(B) | 312.12º | 0.51% | 0.8% | - |
| XYZ | 37.53 | 25 | 47.1 | - |
| YUV | 139.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 182 | 0 | 0.51 | 0.10 | 0.20 | 312.12 | 0.5 | 0.59 |
| Hex | CB | 63 | B6 | 0 | 33 | A | 14 | 138 | 32 | 3B |
| Octal | 313 | 143 | 266 | 0 | 63 | 12 | 24 | 470 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10110110 | 0 | 110011 | 1010 | 10100 | 100111000 | 110010 | 111011 |
Color Harmonies of #CB63B6
Complementary color
Monochromatic Colors of #CB63B6
Black with #CB63B6
Text Example
Text Example
White with #CB63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63B6; }
p { color: rgb(203,99,182); }
H1.HeaderClassName
{
color: #CB63B6;
}
.AnyTagClassName
{
color: #CB63B6;
}
</style>
background-color css
<style>
a { background-color: #CB63B6; }
a { background-color: rgb(203,99,182); }
div.DivClassName
{
background-color: #CB63B6;
}
.BgClassName
{
background-color: #CB63B6;
}
</style>
border-color css
<style>
span { border-color: #CB63B6; }
span { border-color: rgb(203,99,182); }
td.TdClassName
{
border-color: #CB63B6;
}
.TagClassName
{
border-color: #CB63B6;
}
</style>