Shades of Fuchsia #CB41B9
Tints of Fuchsia #CB41B9
RGB
CMYK
RGB Variations
Color information
#CB41B9 (or 0xCB41B9) is known color: Fuchsia. HEX triplet: CB, 41 and B9. RGB value is (203,65,185). Sum of RGB (Red+Green+Blue) = 203+65+185=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41B9 is #34BE46. Grayscale: #777777. Windows color (decimal): -3456583 or 12141003. OLE color: 12141003.
HSL color Cylindrical-coordinate representation of color #CB41B9: hue angle of 307.83º 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 #CB41B9 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 185 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.20 |
| HSL | 307.83º | 0.57% | 0.53% | - |
| HSV(B) | 307.83º | 0.68% | 0.8% | - |
| XYZ | 35.28 | 19.98 | 47.9 | - |
| YUV | 119.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 185 | 0 | 0.68 | 0.09 | 0.20 | 307.83 | 0.57 | 0.53 |
| Hex | CB | 41 | B9 | 0 | 44 | 9 | 14 | 134 | 39 | 35 |
| Octal | 313 | 101 | 271 | 0 | 104 | 11 | 24 | 464 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10111001 | 0 | 1000100 | 1001 | 10100 | 100110100 | 111001 | 110101 |
Color Harmonies of #CB41B9
Complementary color
Monochromatic Colors of #CB41B9
Black with #CB41B9
Text Example
Text Example
White with #CB41B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41B9; }
p { color: rgb(203,65,185); }
H1.HeaderClassName
{
color: #CB41B9;
}
.AnyTagClassName
{
color: #CB41B9;
}
</style>
background-color css
<style>
a { background-color: #CB41B9; }
a { background-color: rgb(203,65,185); }
div.DivClassName
{
background-color: #CB41B9;
}
.BgClassName
{
background-color: #CB41B9;
}
</style>
border-color css
<style>
span { border-color: #CB41B9; }
span { border-color: rgb(203,65,185); }
td.TdClassName
{
border-color: #CB41B9;
}
.TagClassName
{
border-color: #CB41B9;
}
</style>