Shades of Fuchsia #CB2EC4
Tints of Fuchsia #CB2EC4
RGB
CMYK
RGB Variations
Color information
#CB2EC4 (or 0xCB2EC4) is known color: Fuchsia. HEX triplet: CB, 2E and C4. RGB value is (203,46,196). Sum of RGB (Red+Green+Blue) = 203+46+196=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EC4 is #34D13B. Grayscale: #6D6D6D. Windows color (decimal): -3461436 or 12857035. OLE color: 12857035.
HSL color Cylindrical-coordinate representation of color #CB2EC4: hue angle of 302.68º 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 #CB2EC4 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 196 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.20 |
| HSL | 302.68º | 0.63% | 0.49% | - |
| HSV(B) | 302.68º | 0.77% | 0.8% | - |
| XYZ | 35.57 | 18.64 | 53.95 | - |
| YUV | 110.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 196 | 0 | 0.77 | 0.03 | 0.20 | 302.68 | 0.63 | 0.49 |
| Hex | CB | 2E | C4 | 0 | 4D | 3 | 14 | 12F | 3F | 31 |
| Octal | 313 | 56 | 304 | 0 | 115 | 3 | 24 | 457 | 77 | 61 |
| Binary | 11001011 | 101110 | 11000100 | 0 | 1001101 | 11 | 10100 | 100101111 | 111111 | 110001 |
Color Harmonies of #CB2EC4
Complementary color
Monochromatic Colors of #CB2EC4
Black with #CB2EC4
Text Example
Text Example
White with #CB2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EC4; }
p { color: rgb(203,46,196); }
H1.HeaderClassName
{
color: #CB2EC4;
}
.AnyTagClassName
{
color: #CB2EC4;
}
</style>
background-color css
<style>
a { background-color: #CB2EC4; }
a { background-color: rgb(203,46,196); }
div.DivClassName
{
background-color: #CB2EC4;
}
.BgClassName
{
background-color: #CB2EC4;
}
</style>
border-color css
<style>
span { border-color: #CB2EC4; }
span { border-color: rgb(203,46,196); }
td.TdClassName
{
border-color: #CB2EC4;
}
.TagClassName
{
border-color: #CB2EC4;
}
</style>