Shades of Fuchsia #CB3DBA
Tints of Fuchsia #CB3DBA
RGB
CMYK
RGB Variations
Color information
#CB3DBA (or 0xCB3DBA) is known color: Fuchsia. HEX triplet: CB, 3D and BA. RGB value is (203,61,186). Sum of RGB (Red+Green+Blue) = 203+61+186=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DBA is #34C245. Grayscale: #757575. Windows color (decimal): -3457606 or 12205515. OLE color: 12205515.
HSL color Cylindrical-coordinate representation of color #CB3DBA: hue angle of 307.18º 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 #CB3DBA is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 186 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.20 |
| HSL | 307.18º | 0.58% | 0.52% | - |
| HSV(B) | 307.18º | 0.7% | 0.8% | - |
| XYZ | 35.16 | 19.58 | 48.38 | - |
| YUV | 117.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 186 | 0 | 0.70 | 0.08 | 0.20 | 307.18 | 0.58 | 0.52 |
| Hex | CB | 3D | BA | 0 | 46 | 8 | 14 | 133 | 3A | 34 |
| Octal | 313 | 75 | 272 | 0 | 106 | 10 | 24 | 463 | 72 | 64 |
| Binary | 11001011 | 111101 | 10111010 | 0 | 1000110 | 1000 | 10100 | 100110011 | 111010 | 110100 |
Color Harmonies of #CB3DBA
Complementary color
Monochromatic Colors of #CB3DBA
Black with #CB3DBA
Text Example
Text Example
White with #CB3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DBA; }
p { color: rgb(203,61,186); }
H1.HeaderClassName
{
color: #CB3DBA;
}
.AnyTagClassName
{
color: #CB3DBA;
}
</style>
background-color css
<style>
a { background-color: #CB3DBA; }
a { background-color: rgb(203,61,186); }
div.DivClassName
{
background-color: #CB3DBA;
}
.BgClassName
{
background-color: #CB3DBA;
}
</style>
border-color css
<style>
span { border-color: #CB3DBA; }
span { border-color: rgb(203,61,186); }
td.TdClassName
{
border-color: #CB3DBA;
}
.TagClassName
{
border-color: #CB3DBA;
}
</style>