Shades of Fuchsia #CB2EC7
Tints of Fuchsia #CB2EC7
RGB
CMYK
RGB Variations
Color information
#CB2EC7 (or 0xCB2EC7) is known color: Fuchsia. HEX triplet: CB, 2E and C7. RGB value is (203,46,199). Sum of RGB (Red+Green+Blue) = 203+46+199=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EC7 is #34D138. Grayscale: #6D6D6D. Windows color (decimal): -3461433 or 13053643. OLE color: 13053643.
HSL color Cylindrical-coordinate representation of color #CB2EC7: hue angle of 301.53º degrees, saturation: 0.63, 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 #CB2EC7 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 199 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.20 |
| HSL | 301.53º | 0.63% | 0.49% | - |
| HSV(B) | 301.53º | 0.77% | 0.8% | - |
| XYZ | 35.91 | 18.77 | 55.76 | - |
| YUV | 110.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 199 | 0 | 0.77 | 0.02 | 0.20 | 301.53 | 0.63 | 0.49 |
| Hex | CB | 2E | C7 | 0 | 4D | 2 | 14 | 12E | 3F | 31 |
| Octal | 313 | 56 | 307 | 0 | 115 | 2 | 24 | 456 | 77 | 61 |
| Binary | 11001011 | 101110 | 11000111 | 0 | 1001101 | 10 | 10100 | 100101110 | 111111 | 110001 |
Color Harmonies of #CB2EC7
Complementary color
Monochromatic Colors of #CB2EC7
Black with #CB2EC7
Text Example
Text Example
White with #CB2EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EC7; }
p { color: rgb(203,46,199); }
H1.HeaderClassName
{
color: #CB2EC7;
}
.AnyTagClassName
{
color: #CB2EC7;
}
</style>
background-color css
<style>
a { background-color: #CB2EC7; }
a { background-color: rgb(203,46,199); }
div.DivClassName
{
background-color: #CB2EC7;
}
.BgClassName
{
background-color: #CB2EC7;
}
</style>
border-color css
<style>
span { border-color: #CB2EC7; }
span { border-color: rgb(203,46,199); }
td.TdClassName
{
border-color: #CB2EC7;
}
.TagClassName
{
border-color: #CB2EC7;
}
</style>