Shades of Fuchsia #CB3DBE
Tints of Fuchsia #CB3DBE
RGB
CMYK
RGB Variations
Color information
#CB3DBE (or 0xCB3DBE) is known color: Fuchsia. HEX triplet: CB, 3D and BE. RGB value is (203,61,190). Sum of RGB (Red+Green+Blue) = 203+61+190=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DBE is #34C241. Grayscale: #757575. Windows color (decimal): -3457602 or 12467659. OLE color: 12467659.
HSL color Cylindrical-coordinate representation of color #CB3DBE: hue angle of 305.49º 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 #CB3DBE is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 190 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.20 |
| HSL | 305.49º | 0.58% | 0.52% | - |
| HSV(B) | 305.49º | 0.7% | 0.8% | - |
| XYZ | 35.59 | 19.75 | 50.65 | - |
| YUV | 118.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 190 | 0 | 0.70 | 0.06 | 0.20 | 305.49 | 0.58 | 0.52 |
| Hex | CB | 3D | BE | 0 | 46 | 6 | 14 | 131 | 3A | 34 |
| Octal | 313 | 75 | 276 | 0 | 106 | 6 | 24 | 461 | 72 | 64 |
| Binary | 11001011 | 111101 | 10111110 | 0 | 1000110 | 110 | 10100 | 100110001 | 111010 | 110100 |
Color Harmonies of #CB3DBE
Complementary color
Monochromatic Colors of #CB3DBE
Black with #CB3DBE
Text Example
Text Example
White with #CB3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DBE; }
p { color: rgb(203,61,190); }
H1.HeaderClassName
{
color: #CB3DBE;
}
.AnyTagClassName
{
color: #CB3DBE;
}
</style>
background-color css
<style>
a { background-color: #CB3DBE; }
a { background-color: rgb(203,61,190); }
div.DivClassName
{
background-color: #CB3DBE;
}
.BgClassName
{
background-color: #CB3DBE;
}
</style>
border-color css
<style>
span { border-color: #CB3DBE; }
span { border-color: rgb(203,61,190); }
td.TdClassName
{
border-color: #CB3DBE;
}
.TagClassName
{
border-color: #CB3DBE;
}
</style>