Shades of Fuchsia #CB4DCC
Tints of Fuchsia #CB4DCC
RGB
CMYK
RGB Variations
Color information
#CB4DCC (or 0xCB4DCC) is known color: Fuchsia. HEX triplet: CB, 4D and CC. RGB value is (203,77,204). Sum of RGB (Red+Green+Blue) = 203+77+204=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DCC is #34B233. Grayscale: #808080. Windows color (decimal): -3453492 or 13389259. OLE color: 13389259.
HSL color Cylindrical-coordinate representation of color #CB4DCC: hue angle of 299.53º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4DCC is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 77 | 204 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.2 |
| HSL | 299.53º | 0.55% | 0.55% | - |
| HSV(B) | 299.53º | 0.62% | 0.8% | - |
| XYZ | 38.18 | 22.36 | 59.43 | - |
| YUV | 129.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 204 | 0.00 | 0.62 | 0 | 0.2 | 299.53 | 0.55 | 0.55 |
| Hex | CB | 4D | CC | 0 | 3E | 0 | 14 | 12C | 37 | 37 |
| Octal | 313 | 115 | 314 | 0 | 76 | 0 | 24 | 454 | 67 | 67 |
| Binary | 11001011 | 1001101 | 11001100 | 0 | 111110 | 0 | 10100 | 100101100 | 110111 | 110111 |
Color Harmonies of #CB4DCC
Complementary color
Monochromatic Colors of #CB4DCC
Black with #CB4DCC
Text Example
Text Example
White with #CB4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DCC; }
p { color: rgb(203,77,204); }
H1.HeaderClassName
{
color: #CB4DCC;
}
.AnyTagClassName
{
color: #CB4DCC;
}
</style>
background-color css
<style>
a { background-color: #CB4DCC; }
a { background-color: rgb(203,77,204); }
div.DivClassName
{
background-color: #CB4DCC;
}
.BgClassName
{
background-color: #CB4DCC;
}
</style>
border-color css
<style>
span { border-color: #CB4DCC; }
span { border-color: rgb(203,77,204); }
td.TdClassName
{
border-color: #CB4DCC;
}
.TagClassName
{
border-color: #CB4DCC;
}
</style>