Shades of Fuchsia #CB3BB7
Tints of Fuchsia #CB3BB7
RGB
CMYK
RGB Variations
Color information
#CB3BB7 (or 0xCB3BB7) is known color: Fuchsia. HEX triplet: CB, 3B and B7. RGB value is (203,59,183). Sum of RGB (Red+Green+Blue) = 203+59+183=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BB7 is #34C448. Grayscale: #737373. Windows color (decimal): -3458121 or 12008395. OLE color: 12008395.
HSL color Cylindrical-coordinate representation of color #CB3BB7: hue angle of 308.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3BB7 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 183 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.20 |
| HSL | 308.33º | 0.58% | 0.51% | - |
| HSV(B) | 308.33º | 0.71% | 0.8% | - |
| XYZ | 34.74 | 19.24 | 46.68 | - |
| YUV | 116.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 183 | 0 | 0.71 | 0.10 | 0.20 | 308.33 | 0.58 | 0.51 |
| Hex | CB | 3B | B7 | 0 | 47 | A | 14 | 134 | 3A | 33 |
| Octal | 313 | 73 | 267 | 0 | 107 | 12 | 24 | 464 | 72 | 63 |
| Binary | 11001011 | 111011 | 10110111 | 0 | 1000111 | 1010 | 10100 | 100110100 | 111010 | 110011 |
Color Harmonies of #CB3BB7
Complementary color
Monochromatic Colors of #CB3BB7
Black with #CB3BB7
Text Example
Text Example
White with #CB3BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BB7; }
p { color: rgb(203,59,183); }
H1.HeaderClassName
{
color: #CB3BB7;
}
.AnyTagClassName
{
color: #CB3BB7;
}
</style>
background-color css
<style>
a { background-color: #CB3BB7; }
a { background-color: rgb(203,59,183); }
div.DivClassName
{
background-color: #CB3BB7;
}
.BgClassName
{
background-color: #CB3BB7;
}
</style>
border-color css
<style>
span { border-color: #CB3BB7; }
span { border-color: rgb(203,59,183); }
td.TdClassName
{
border-color: #CB3BB7;
}
.TagClassName
{
border-color: #CB3BB7;
}
</style>