Shades of Fuchsia #CB4CCC
Tints of Fuchsia #CB4CCC
RGB
CMYK
RGB Variations
Color information
#CB4CCC (or 0xCB4CCC) is known color: Fuchsia. HEX triplet: CB, 4C and CC. RGB value is (203,76,204). Sum of RGB (Red+Green+Blue) = 203+76+204=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CCC is #34B333. Grayscale: #808080. Windows color (decimal): -3453748 or 13389003. OLE color: 13389003.
HSL color Cylindrical-coordinate representation of color #CB4CCC: hue angle of 299.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4CCC is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 76 | 204 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.2 |
| HSL | 299.53º | 0.56% | 0.55% | - |
| HSV(B) | 299.53º | 0.63% | 0.8% | - |
| XYZ | 38.11 | 22.23 | 59.41 | - |
| YUV | 128.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 204 | 0.00 | 0.63 | 0 | 0.2 | 299.53 | 0.56 | 0.55 |
| Hex | CB | 4C | CC | 0 | 3F | 0 | 14 | 12C | 38 | 37 |
| Octal | 313 | 114 | 314 | 0 | 77 | 0 | 24 | 454 | 70 | 67 |
| Binary | 11001011 | 1001100 | 11001100 | 0 | 111111 | 0 | 10100 | 100101100 | 111000 | 110111 |
Color Harmonies of #CB4CCC
Complementary color
Monochromatic Colors of #CB4CCC
Black with #CB4CCC
Text Example
Text Example
White with #CB4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CCC; }
p { color: rgb(203,76,204); }
H1.HeaderClassName
{
color: #CB4CCC;
}
.AnyTagClassName
{
color: #CB4CCC;
}
</style>
background-color css
<style>
a { background-color: #CB4CCC; }
a { background-color: rgb(203,76,204); }
div.DivClassName
{
background-color: #CB4CCC;
}
.BgClassName
{
background-color: #CB4CCC;
}
</style>
border-color css
<style>
span { border-color: #CB4CCC; }
span { border-color: rgb(203,76,204); }
td.TdClassName
{
border-color: #CB4CCC;
}
.TagClassName
{
border-color: #CB4CCC;
}
</style>