Shades of Fuchsia #CB63CC
Tints of Fuchsia #CB63CC
RGB
CMYK
RGB Variations
Color information
#CB63CC (or 0xCB63CC) is known color: Fuchsia. HEX triplet: CB, 63 and CC. RGB value is (203,99,204). Sum of RGB (Red+Green+Blue) = 203+99+204=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63CC is #349C33. Grayscale: #8D8D8D. Windows color (decimal): -3447860 or 13394891. OLE color: 13394891.
HSL color Cylindrical-coordinate representation of color #CB63CC: hue angle of 299.43º degrees, saturation: 0.51, 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 #CB63CC is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 99 | 204 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.2 |
| HSL | 299.43º | 0.51% | 0.59% | - |
| HSV(B) | 299.43º | 0.51% | 0.8% | - |
| XYZ | 39.99 | 25.98 | 60.03 | - |
| YUV | 142.07 | 162.96 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 204 | 0.00 | 0.51 | 0 | 0.2 | 299.43 | 0.51 | 0.59 |
| Hex | CB | 63 | CC | 0 | 33 | 0 | 14 | 12B | 33 | 3B |
| Octal | 313 | 143 | 314 | 0 | 63 | 0 | 24 | 453 | 63 | 73 |
| Binary | 11001011 | 1100011 | 11001100 | 0 | 110011 | 0 | 10100 | 100101011 | 110011 | 111011 |
Color Harmonies of #CB63CC
Complementary color
Monochromatic Colors of #CB63CC
Black with #CB63CC
Text Example
Text Example
White with #CB63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63CC; }
p { color: rgb(203,99,204); }
H1.HeaderClassName
{
color: #CB63CC;
}
.AnyTagClassName
{
color: #CB63CC;
}
</style>
background-color css
<style>
a { background-color: #CB63CC; }
a { background-color: rgb(203,99,204); }
div.DivClassName
{
background-color: #CB63CC;
}
.BgClassName
{
background-color: #CB63CC;
}
</style>
border-color css
<style>
span { border-color: #CB63CC; }
span { border-color: rgb(203,99,204); }
td.TdClassName
{
border-color: #CB63CC;
}
.TagClassName
{
border-color: #CB63CC;
}
</style>