Shades of Fuchsia #CB41B2
Tints of Fuchsia #CB41B2
RGB
CMYK
RGB Variations
Color information
#CB41B2 (or 0xCB41B2) is known color: Fuchsia. HEX triplet: CB, 41 and B2. RGB value is (203,65,178). Sum of RGB (Red+Green+Blue) = 203+65+178=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41B2 is #34BE4D. Grayscale: #767676. Windows color (decimal): -3456590 or 11682251. OLE color: 11682251.
HSL color Cylindrical-coordinate representation of color #CB41B2: hue angle of 310.87º 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 #CB41B2 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 178 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.20 |
| HSL | 310.87º | 0.57% | 0.53% | - |
| HSV(B) | 310.87º | 0.68% | 0.8% | - |
| XYZ | 34.55 | 19.69 | 44.1 | - |
| YUV | 119.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 178 | 0 | 0.68 | 0.12 | 0.20 | 310.87 | 0.57 | 0.53 |
| Hex | CB | 41 | B2 | 0 | 44 | C | 14 | 137 | 39 | 35 |
| Octal | 313 | 101 | 262 | 0 | 104 | 14 | 24 | 467 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10110010 | 0 | 1000100 | 1100 | 10100 | 100110111 | 111001 | 110101 |
Color Harmonies of #CB41B2
Complementary color
Monochromatic Colors of #CB41B2
Black with #CB41B2
Text Example
Text Example
White with #CB41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41B2; }
p { color: rgb(203,65,178); }
H1.HeaderClassName
{
color: #CB41B2;
}
.AnyTagClassName
{
color: #CB41B2;
}
</style>
background-color css
<style>
a { background-color: #CB41B2; }
a { background-color: rgb(203,65,178); }
div.DivClassName
{
background-color: #CB41B2;
}
.BgClassName
{
background-color: #CB41B2;
}
</style>
border-color css
<style>
span { border-color: #CB41B2; }
span { border-color: rgb(203,65,178); }
td.TdClassName
{
border-color: #CB41B2;
}
.TagClassName
{
border-color: #CB41B2;
}
</style>