Shades of Fuchsia #CB4AC0
Tints of Fuchsia #CB4AC0
RGB
CMYK
RGB Variations
Color information
#CB4AC0 (or 0xCB4AC0) is known color: Fuchsia. HEX triplet: CB, 4A and C0. RGB value is (203,74,192). Sum of RGB (Red+Green+Blue) = 203+74+192=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AC0 is #34B53F. Grayscale: #7D7D7D. Windows color (decimal): -3454272 or 12602059. OLE color: 12602059.
HSL color Cylindrical-coordinate representation of color #CB4AC0: hue angle of 305.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4AC0 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 192 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.20 |
| HSL | 305.12º | 0.55% | 0.54% | - |
| HSV(B) | 305.12º | 0.64% | 0.8% | - |
| XYZ | 36.59 | 21.4 | 52.07 | - |
| YUV | 126.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 192 | 0 | 0.64 | 0.05 | 0.20 | 305.12 | 0.55 | 0.54 |
| Hex | CB | 4A | C0 | 0 | 40 | 5 | 14 | 131 | 37 | 36 |
| Octal | 313 | 112 | 300 | 0 | 100 | 5 | 24 | 461 | 67 | 66 |
| Binary | 11001011 | 1001010 | 11000000 | 0 | 1000000 | 101 | 10100 | 100110001 | 110111 | 110110 |
Color Harmonies of #CB4AC0
Complementary color
Monochromatic Colors of #CB4AC0
Black with #CB4AC0
Text Example
Text Example
White with #CB4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AC0; }
p { color: rgb(203,74,192); }
H1.HeaderClassName
{
color: #CB4AC0;
}
.AnyTagClassName
{
color: #CB4AC0;
}
</style>
background-color css
<style>
a { background-color: #CB4AC0; }
a { background-color: rgb(203,74,192); }
div.DivClassName
{
background-color: #CB4AC0;
}
.BgClassName
{
background-color: #CB4AC0;
}
</style>
border-color css
<style>
span { border-color: #CB4AC0; }
span { border-color: rgb(203,74,192); }
td.TdClassName
{
border-color: #CB4AC0;
}
.TagClassName
{
border-color: #CB4AC0;
}
</style>