Shades of Fuchsia #CB3DB0
Tints of Fuchsia #CB3DB0
RGB
CMYK
RGB Variations
Color information
#CB3DB0 (or 0xCB3DB0) is known color: Fuchsia. HEX triplet: CB, 3D and B0. RGB value is (203,61,176). Sum of RGB (Red+Green+Blue) = 203+61+176=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3DB0 is #34C24F. Grayscale: #747474. Windows color (decimal): -3457616 or 11550155. OLE color: 11550155.
HSL color Cylindrical-coordinate representation of color #CB3DB0: hue angle of 311.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3DB0 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 176 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.20 |
| HSL | 311.41º | 0.58% | 0.52% | - |
| HSV(B) | 311.41º | 0.7% | 0.8% | - |
| XYZ | 34.13 | 19.17 | 42.98 | - |
| YUV | 116.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 176 | 0 | 0.70 | 0.13 | 0.20 | 311.41 | 0.58 | 0.52 |
| Hex | CB | 3D | B0 | 0 | 46 | D | 14 | 137 | 3A | 34 |
| Octal | 313 | 75 | 260 | 0 | 106 | 15 | 24 | 467 | 72 | 64 |
| Binary | 11001011 | 111101 | 10110000 | 0 | 1000110 | 1101 | 10100 | 100110111 | 111010 | 110100 |
Color Harmonies of #CB3DB0
Complementary color
Monochromatic Colors of #CB3DB0
Black with #CB3DB0
Text Example
Text Example
White with #CB3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DB0; }
p { color: rgb(203,61,176); }
H1.HeaderClassName
{
color: #CB3DB0;
}
.AnyTagClassName
{
color: #CB3DB0;
}
</style>
background-color css
<style>
a { background-color: #CB3DB0; }
a { background-color: rgb(203,61,176); }
div.DivClassName
{
background-color: #CB3DB0;
}
.BgClassName
{
background-color: #CB3DB0;
}
</style>
border-color css
<style>
span { border-color: #CB3DB0; }
span { border-color: rgb(203,61,176); }
td.TdClassName
{
border-color: #CB3DB0;
}
.TagClassName
{
border-color: #CB3DB0;
}
</style>