Shades of Fuchsia #CB44B0
Tints of Fuchsia #CB44B0
RGB
CMYK
RGB Variations
Color information
#CB44B0 (or 0xCB44B0) is known color: Fuchsia. HEX triplet: CB, 44 and B0. RGB value is (203,68,176). Sum of RGB (Red+Green+Blue) = 203+68+176=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB44B0 is #34BB4F. Grayscale: #787878. Windows color (decimal): -3455824 or 11551947. OLE color: 11551947.
HSL color Cylindrical-coordinate representation of color #CB44B0: hue angle of 312º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44B0 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 176 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.20 |
| HSL | 312º | 0.56% | 0.53% | - |
| HSV(B) | 312º | 0.67% | 0.8% | - |
| XYZ | 34.53 | 19.97 | 43.11 | - |
| YUV | 120.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 176 | 0 | 0.67 | 0.13 | 0.20 | 312 | 0.56 | 0.53 |
| Hex | CB | 44 | B0 | 0 | 43 | D | 14 | 138 | 38 | 35 |
| Octal | 313 | 104 | 260 | 0 | 103 | 15 | 24 | 470 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10110000 | 0 | 1000011 | 1101 | 10100 | 100111000 | 111000 | 110101 |
Color Harmonies of #CB44B0
Complementary color
Monochromatic Colors of #CB44B0
Black with #CB44B0
Text Example
Text Example
White with #CB44B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44B0; }
p { color: rgb(203,68,176); }
H1.HeaderClassName
{
color: #CB44B0;
}
.AnyTagClassName
{
color: #CB44B0;
}
</style>
background-color css
<style>
a { background-color: #CB44B0; }
a { background-color: rgb(203,68,176); }
div.DivClassName
{
background-color: #CB44B0;
}
.BgClassName
{
background-color: #CB44B0;
}
</style>
border-color css
<style>
span { border-color: #CB44B0; }
span { border-color: rgb(203,68,176); }
td.TdClassName
{
border-color: #CB44B0;
}
.TagClassName
{
border-color: #CB44B0;
}
</style>