Shades of Fuchsia #CB4BC8
Tints of Fuchsia #CB4BC8
RGB
CMYK
RGB Variations
Color information
#CB4BC8 (or 0xCB4BC8) is known color: Fuchsia. HEX triplet: CB, 4B and C8. RGB value is (203,75,200). Sum of RGB (Red+Green+Blue) = 203+75+200=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BC8 is #34B437. Grayscale: #7F7F7F. Windows color (decimal): -3454008 or 13126603. OLE color: 13126603.
HSL color Cylindrical-coordinate representation of color #CB4BC8: hue angle of 301.41º degrees, saturation: 0.55, 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 #CB4BC8 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 200 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.20 |
| HSL | 301.41º | 0.55% | 0.55% | - |
| HSV(B) | 301.41º | 0.63% | 0.8% | - |
| XYZ | 37.57 | 21.9 | 56.89 | - |
| YUV | 127.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 200 | 0 | 0.63 | 0.01 | 0.20 | 301.41 | 0.55 | 0.55 |
| Hex | CB | 4B | C8 | 0 | 3F | 1 | 14 | 12D | 37 | 37 |
| Octal | 313 | 113 | 310 | 0 | 77 | 1 | 24 | 455 | 67 | 67 |
| Binary | 11001011 | 1001011 | 11001000 | 0 | 111111 | 1 | 10100 | 100101101 | 110111 | 110111 |
Color Harmonies of #CB4BC8
Complementary color
Monochromatic Colors of #CB4BC8
Black with #CB4BC8
Text Example
Text Example
White with #CB4BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BC8; }
p { color: rgb(203,75,200); }
H1.HeaderClassName
{
color: #CB4BC8;
}
.AnyTagClassName
{
color: #CB4BC8;
}
</style>
background-color css
<style>
a { background-color: #CB4BC8; }
a { background-color: rgb(203,75,200); }
div.DivClassName
{
background-color: #CB4BC8;
}
.BgClassName
{
background-color: #CB4BC8;
}
</style>
border-color css
<style>
span { border-color: #CB4BC8; }
span { border-color: rgb(203,75,200); }
td.TdClassName
{
border-color: #CB4BC8;
}
.TagClassName
{
border-color: #CB4BC8;
}
</style>