Shades of Fuchsia #CB42B6
Tints of Fuchsia #CB42B6
RGB
CMYK
RGB Variations
Color information
#CB42B6 (or 0xCB42B6) is known color: Fuchsia. HEX triplet: CB, 42 and B6. RGB value is (203,66,182). Sum of RGB (Red+Green+Blue) = 203+66+182=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42B6 is #34BD49. Grayscale: #777777. Windows color (decimal): -3456330 or 11944651. OLE color: 11944651.
HSL color Cylindrical-coordinate representation of color #CB42B6: hue angle of 309.2º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB42B6 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 182 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.20 |
| HSL | 309.2º | 0.57% | 0.53% | - |
| HSV(B) | 309.2º | 0.67% | 0.8% | - |
| XYZ | 35.02 | 19.97 | 46.26 | - |
| YUV | 120.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 182 | 0 | 0.67 | 0.10 | 0.20 | 309.2 | 0.57 | 0.53 |
| Hex | CB | 42 | B6 | 0 | 43 | A | 14 | 135 | 39 | 35 |
| Octal | 313 | 102 | 266 | 0 | 103 | 12 | 24 | 465 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10110110 | 0 | 1000011 | 1010 | 10100 | 100110101 | 111001 | 110101 |
Color Harmonies of #CB42B6
Complementary color
Monochromatic Colors of #CB42B6
Black with #CB42B6
Text Example
Text Example
White with #CB42B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42B6; }
p { color: rgb(203,66,182); }
H1.HeaderClassName
{
color: #CB42B6;
}
.AnyTagClassName
{
color: #CB42B6;
}
</style>
background-color css
<style>
a { background-color: #CB42B6; }
a { background-color: rgb(203,66,182); }
div.DivClassName
{
background-color: #CB42B6;
}
.BgClassName
{
background-color: #CB42B6;
}
</style>
border-color css
<style>
span { border-color: #CB42B6; }
span { border-color: rgb(203,66,182); }
td.TdClassName
{
border-color: #CB42B6;
}
.TagClassName
{
border-color: #CB42B6;
}
</style>