Shades of Fuchsia #CB41BE
Tints of Fuchsia #CB41BE
RGB
CMYK
RGB Variations
Color information
#CB41BE (or 0xCB41BE) is known color: Fuchsia. HEX triplet: CB, 41 and BE. RGB value is (203,65,190). Sum of RGB (Red+Green+Blue) = 203+65+190=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41BE is #34BE41. Grayscale: #787878. Windows color (decimal): -3456578 or 12468683. OLE color: 12468683.
HSL color Cylindrical-coordinate representation of color #CB41BE: hue angle of 305.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB41BE is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 190 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.20 |
| HSL | 305.65º | 0.57% | 0.53% | - |
| HSV(B) | 305.65º | 0.68% | 0.8% | - |
| XYZ | 35.81 | 20.19 | 50.73 | - |
| YUV | 120.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 190 | 0 | 0.68 | 0.06 | 0.20 | 305.65 | 0.57 | 0.53 |
| Hex | CB | 41 | BE | 0 | 44 | 6 | 14 | 132 | 39 | 35 |
| Octal | 313 | 101 | 276 | 0 | 104 | 6 | 24 | 462 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10111110 | 0 | 1000100 | 110 | 10100 | 100110010 | 111001 | 110101 |
Color Harmonies of #CB41BE
Complementary color
Monochromatic Colors of #CB41BE
Black with #CB41BE
Text Example
Text Example
White with #CB41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41BE; }
p { color: rgb(203,65,190); }
H1.HeaderClassName
{
color: #CB41BE;
}
.AnyTagClassName
{
color: #CB41BE;
}
</style>
background-color css
<style>
a { background-color: #CB41BE; }
a { background-color: rgb(203,65,190); }
div.DivClassName
{
background-color: #CB41BE;
}
.BgClassName
{
background-color: #CB41BE;
}
</style>
border-color css
<style>
span { border-color: #CB41BE; }
span { border-color: rgb(203,65,190); }
td.TdClassName
{
border-color: #CB41BE;
}
.TagClassName
{
border-color: #CB41BE;
}
</style>