Shades of Fuchsia #CB2FB1
Tints of Fuchsia #CB2FB1
RGB
CMYK
RGB Variations
Color information
#CB2FB1 (or 0xCB2FB1) is known color: Fuchsia. HEX triplet: CB, 2F and B1. RGB value is (203,47,177). Sum of RGB (Red+Green+Blue) = 203+47+177=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2FB1 is #34D04E. Grayscale: #6C6C6C. Windows color (decimal): -3461199 or 11612107. OLE color: 11612107.
HSL color Cylindrical-coordinate representation of color #CB2FB1: hue angle of 310º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FB1 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 177 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.20 |
| HSL | 310º | 0.62% | 0.49% | - |
| HSV(B) | 310º | 0.77% | 0.8% | - |
| XYZ | 33.58 | 17.9 | 43.28 | - |
| YUV | 108.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 177 | 0 | 0.77 | 0.13 | 0.20 | 310 | 0.62 | 0.49 |
| Hex | CB | 2F | B1 | 0 | 4D | D | 14 | 136 | 3E | 31 |
| Octal | 313 | 57 | 261 | 0 | 115 | 15 | 24 | 466 | 76 | 61 |
| Binary | 11001011 | 101111 | 10110001 | 0 | 1001101 | 1101 | 10100 | 100110110 | 111110 | 110001 |
Color Harmonies of #CB2FB1
Complementary color
Monochromatic Colors of #CB2FB1
Black with #CB2FB1
Text Example
Text Example
White with #CB2FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FB1; }
p { color: rgb(203,47,177); }
H1.HeaderClassName
{
color: #CB2FB1;
}
.AnyTagClassName
{
color: #CB2FB1;
}
</style>
background-color css
<style>
a { background-color: #CB2FB1; }
a { background-color: rgb(203,47,177); }
div.DivClassName
{
background-color: #CB2FB1;
}
.BgClassName
{
background-color: #CB2FB1;
}
</style>
border-color css
<style>
span { border-color: #CB2FB1; }
span { border-color: rgb(203,47,177); }
td.TdClassName
{
border-color: #CB2FB1;
}
.TagClassName
{
border-color: #CB2FB1;
}
</style>