Shades of Fuchsia #CB4CC0
Tints of Fuchsia #CB4CC0
RGB
CMYK
RGB Variations
Color information
#CB4CC0 (or 0xCB4CC0) is known color: Fuchsia. HEX triplet: CB, 4C and C0. RGB value is (203,76,192). Sum of RGB (Red+Green+Blue) = 203+76+192=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CC0 is #34B33F. Grayscale: #7E7E7E. Windows color (decimal): -3453760 or 12602571. OLE color: 12602571.
HSL color Cylindrical-coordinate representation of color #CB4CC0: hue angle of 305.2º 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 #CB4CC0 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 192 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.20 |
| HSL | 305.2º | 0.55% | 0.55% | - |
| HSV(B) | 305.2º | 0.63% | 0.8% | - |
| XYZ | 36.73 | 21.67 | 52.12 | - |
| YUV | 127.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 192 | 0 | 0.63 | 0.05 | 0.20 | 305.2 | 0.55 | 0.55 |
| Hex | CB | 4C | C0 | 0 | 3F | 5 | 14 | 131 | 37 | 37 |
| Octal | 313 | 114 | 300 | 0 | 77 | 5 | 24 | 461 | 67 | 67 |
| Binary | 11001011 | 1001100 | 11000000 | 0 | 111111 | 101 | 10100 | 100110001 | 110111 | 110111 |
Color Harmonies of #CB4CC0
Complementary color
Monochromatic Colors of #CB4CC0
Black with #CB4CC0
Text Example
Text Example
White with #CB4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CC0; }
p { color: rgb(203,76,192); }
H1.HeaderClassName
{
color: #CB4CC0;
}
.AnyTagClassName
{
color: #CB4CC0;
}
</style>
background-color css
<style>
a { background-color: #CB4CC0; }
a { background-color: rgb(203,76,192); }
div.DivClassName
{
background-color: #CB4CC0;
}
.BgClassName
{
background-color: #CB4CC0;
}
</style>
border-color css
<style>
span { border-color: #CB4CC0; }
span { border-color: rgb(203,76,192); }
td.TdClassName
{
border-color: #CB4CC0;
}
.TagClassName
{
border-color: #CB4CC0;
}
</style>