Shades of Fuchsia #CB3FB2
Tints of Fuchsia #CB3FB2
RGB
CMYK
RGB Variations
Color information
#CB3FB2 (or 0xCB3FB2) is known color: Fuchsia. HEX triplet: CB, 3F and B2. RGB value is (203,63,178). Sum of RGB (Red+Green+Blue) = 203+63+178=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3FB2 is #34C04D. Grayscale: #757575. Windows color (decimal): -3457102 or 11681739. OLE color: 11681739.
HSL color Cylindrical-coordinate representation of color #CB3FB2: hue angle of 310.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3FB2 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 178 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.20 |
| HSL | 310.71º | 0.57% | 0.52% | - |
| HSV(B) | 310.71º | 0.69% | 0.8% | - |
| XYZ | 34.44 | 19.47 | 44.06 | - |
| YUV | 117.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 178 | 0 | 0.69 | 0.12 | 0.20 | 310.71 | 0.57 | 0.52 |
| Hex | CB | 3F | B2 | 0 | 45 | C | 14 | 137 | 39 | 34 |
| Octal | 313 | 77 | 262 | 0 | 105 | 14 | 24 | 467 | 71 | 64 |
| Binary | 11001011 | 111111 | 10110010 | 0 | 1000101 | 1100 | 10100 | 100110111 | 111001 | 110100 |
Color Harmonies of #CB3FB2
Complementary color
Monochromatic Colors of #CB3FB2
Black with #CB3FB2
Text Example
Text Example
White with #CB3FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FB2; }
p { color: rgb(203,63,178); }
H1.HeaderClassName
{
color: #CB3FB2;
}
.AnyTagClassName
{
color: #CB3FB2;
}
</style>
background-color css
<style>
a { background-color: #CB3FB2; }
a { background-color: rgb(203,63,178); }
div.DivClassName
{
background-color: #CB3FB2;
}
.BgClassName
{
background-color: #CB3FB2;
}
</style>
border-color css
<style>
span { border-color: #CB3FB2; }
span { border-color: rgb(203,63,178); }
td.TdClassName
{
border-color: #CB3FB2;
}
.TagClassName
{
border-color: #CB3FB2;
}
</style>