Shades of Fuchsia #CB42B3
Tints of Fuchsia #CB42B3
RGB
CMYK
RGB Variations
Color information
#CB42B3 (or 0xCB42B3) is known color: Fuchsia. HEX triplet: CB, 42 and B3. RGB value is (203,66,179). Sum of RGB (Red+Green+Blue) = 203+66+179=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42B3 is #34BD4C. Grayscale: #777777. Windows color (decimal): -3456333 or 11748043. OLE color: 11748043.
HSL color Cylindrical-coordinate representation of color #CB42B3: hue angle of 310.51º 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 #CB42B3 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 179 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.20 |
| HSL | 310.51º | 0.57% | 0.53% | - |
| HSV(B) | 310.51º | 0.67% | 0.8% | - |
| XYZ | 34.71 | 19.85 | 44.65 | - |
| YUV | 119.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 179 | 0 | 0.67 | 0.12 | 0.20 | 310.51 | 0.57 | 0.53 |
| Hex | CB | 42 | B3 | 0 | 43 | C | 14 | 137 | 39 | 35 |
| Octal | 313 | 102 | 263 | 0 | 103 | 14 | 24 | 467 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10110011 | 0 | 1000011 | 1100 | 10100 | 100110111 | 111001 | 110101 |
Color Harmonies of #CB42B3
Complementary color
Monochromatic Colors of #CB42B3
Black with #CB42B3
Text Example
Text Example
White with #CB42B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42B3; }
p { color: rgb(203,66,179); }
H1.HeaderClassName
{
color: #CB42B3;
}
.AnyTagClassName
{
color: #CB42B3;
}
</style>
background-color css
<style>
a { background-color: #CB42B3; }
a { background-color: rgb(203,66,179); }
div.DivClassName
{
background-color: #CB42B3;
}
.BgClassName
{
background-color: #CB42B3;
}
</style>
border-color css
<style>
span { border-color: #CB42B3; }
span { border-color: rgb(203,66,179); }
td.TdClassName
{
border-color: #CB42B3;
}
.TagClassName
{
border-color: #CB42B3;
}
</style>