Shades of Fuchsia #CB41CB
Tints of Fuchsia #CB41CB
RGB
CMYK
RGB Variations
Color information
#CB41CB (or 0xCB41CB) is known color: Fuchsia. HEX triplet: CB, 41 and CB. RGB value is (203,65,203). Sum of RGB (Red+Green+Blue) = 203+65+203=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB41CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41CB is #34BE34. Grayscale: #797979. Windows color (decimal): -3456565 or 13320651. OLE color: 13320651.
HSL color Cylindrical-coordinate representation of color #CB41CB: hue angle of 300º 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 #CB41CB is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 203 | - |
| CMYK | 0 | 0.68 | 0 | 0.20 |
| HSL | 300º | 0.57% | 0.53% | - |
| HSV(B) | 300º | 0.68% | 0.8% | - |
| XYZ | 37.3 | 20.79 | 58.55 | - |
| YUV | 121.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 203 | 0 | 0.68 | 0 | 0.20 | 300 | 0.57 | 0.53 |
| Hex | CB | 41 | CB | 0 | 44 | 0 | 14 | 12C | 39 | 35 |
| Octal | 313 | 101 | 313 | 0 | 104 | 0 | 24 | 454 | 71 | 65 |
| Binary | 11001011 | 1000001 | 11001011 | 0 | 1000100 | 0 | 10100 | 100101100 | 111001 | 110101 |
Color Harmonies of #CB41CB
Complementary color
Monochromatic Colors of #CB41CB
Black with #CB41CB
Text Example
Text Example
White with #CB41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41CB; }
p { color: rgb(203,65,203); }
H1.HeaderClassName
{
color: #CB41CB;
}
.AnyTagClassName
{
color: #CB41CB;
}
</style>
background-color css
<style>
a { background-color: #CB41CB; }
a { background-color: rgb(203,65,203); }
div.DivClassName
{
background-color: #CB41CB;
}
.BgClassName
{
background-color: #CB41CB;
}
</style>
border-color css
<style>
span { border-color: #CB41CB; }
span { border-color: rgb(203,65,203); }
td.TdClassName
{
border-color: #CB41CB;
}
.TagClassName
{
border-color: #CB41CB;
}
</style>