Shades of Fuchsia #CB41D3
Tints of Fuchsia #CB41D3
RGB
CMYK
RGB Variations
Color information
#CB41D3 (or 0xCB41D3) is known color: Fuchsia. HEX triplet: CB, 41 and D3. RGB value is (203,65,211). Sum of RGB (Red+Green+Blue) = 203+65+211=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB41D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41D3 is #34BE2C. Grayscale: #7A7A7A. Windows color (decimal): -3456557 or 13844939. OLE color: 13844939.
HSL color Cylindrical-coordinate representation of color #CB41D3: hue angle of 296.71º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB41D3 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 65 | 211 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.17 |
| HSL | 296.71º | 0.62% | 0.54% | - |
| HSV(B) | 296.71º | 0.69% | 0.83% | - |
| XYZ | 38.28 | 21.18 | 63.7 | - |
| YUV | 122.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 211 | 0.04 | 0.69 | 0 | 0.17 | 296.71 | 0.62 | 0.54 |
| Hex | CB | 41 | D3 | 4 | 45 | 0 | 11 | 129 | 3E | 36 |
| Octal | 313 | 101 | 323 | 4 | 105 | 0 | 21 | 451 | 76 | 66 |
| Binary | 11001011 | 1000001 | 11010011 | 100 | 1000101 | 0 | 10001 | 100101001 | 111110 | 110110 |
Color Harmonies of #CB41D3
Complementary color
Monochromatic Colors of #CB41D3
Black with #CB41D3
Text Example
Text Example
White with #CB41D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41D3; }
p { color: rgb(203,65,211); }
H1.HeaderClassName
{
color: #CB41D3;
}
.AnyTagClassName
{
color: #CB41D3;
}
</style>
background-color css
<style>
a { background-color: #CB41D3; }
a { background-color: rgb(203,65,211); }
div.DivClassName
{
background-color: #CB41D3;
}
.BgClassName
{
background-color: #CB41D3;
}
</style>
border-color css
<style>
span { border-color: #CB41D3; }
span { border-color: rgb(203,65,211); }
td.TdClassName
{
border-color: #CB41D3;
}
.TagClassName
{
border-color: #CB41D3;
}
</style>