Shades of Fuchsia #CB63B3
Tints of Fuchsia #CB63B3
RGB
CMYK
RGB Variations
Color information
#CB63B3 (or 0xCB63B3) is known color: Fuchsia. HEX triplet: CB, 63 and B3. RGB value is (203,99,179). Sum of RGB (Red+Green+Blue) = 203+99+179=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63B3 is #349C4C. Grayscale: #8B8B8B. Windows color (decimal): -3447885 or 11756491. OLE color: 11756491.
HSL color Cylindrical-coordinate representation of color #CB63B3: hue angle of 313.85º 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 #CB63B3 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 179 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.20 |
| HSL | 313.85º | 0.5% | 0.59% | - |
| HSV(B) | 313.85º | 0.51% | 0.8% | - |
| XYZ | 37.23 | 24.87 | 45.49 | - |
| YUV | 139.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 179 | 0 | 0.51 | 0.12 | 0.20 | 313.85 | 0.5 | 0.59 |
| Hex | CB | 63 | B3 | 0 | 33 | C | 14 | 13A | 32 | 3B |
| Octal | 313 | 143 | 263 | 0 | 63 | 14 | 24 | 472 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10110011 | 0 | 110011 | 1100 | 10100 | 100111010 | 110010 | 111011 |
Color Harmonies of #CB63B3
Complementary color
Monochromatic Colors of #CB63B3
Black with #CB63B3
Text Example
Text Example
White with #CB63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63B3; }
p { color: rgb(203,99,179); }
H1.HeaderClassName
{
color: #CB63B3;
}
.AnyTagClassName
{
color: #CB63B3;
}
</style>
background-color css
<style>
a { background-color: #CB63B3; }
a { background-color: rgb(203,99,179); }
div.DivClassName
{
background-color: #CB63B3;
}
.BgClassName
{
background-color: #CB63B3;
}
</style>
border-color css
<style>
span { border-color: #CB63B3; }
span { border-color: rgb(203,99,179); }
td.TdClassName
{
border-color: #CB63B3;
}
.TagClassName
{
border-color: #CB63B3;
}
</style>