Shades of Fuchsia #CB3DB3
Tints of Fuchsia #CB3DB3
RGB
CMYK
RGB Variations
Color information
#CB3DB3 (or 0xCB3DB3) is known color: Fuchsia. HEX triplet: CB, 3D and B3. RGB value is (203,61,179). Sum of RGB (Red+Green+Blue) = 203+61+179=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DB3 is #34C24C. Grayscale: #747474. Windows color (decimal): -3457613 or 11746763. OLE color: 11746763.
HSL color Cylindrical-coordinate representation of color #CB3DB3: hue angle of 310.14º 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 #CB3DB3 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 179 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.20 |
| HSL | 310.14º | 0.58% | 0.52% | - |
| HSV(B) | 310.14º | 0.7% | 0.8% | - |
| XYZ | 34.43 | 19.29 | 44.56 | - |
| YUV | 116.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 179 | 0 | 0.70 | 0.12 | 0.20 | 310.14 | 0.58 | 0.52 |
| Hex | CB | 3D | B3 | 0 | 46 | C | 14 | 136 | 3A | 34 |
| Octal | 313 | 75 | 263 | 0 | 106 | 14 | 24 | 466 | 72 | 64 |
| Binary | 11001011 | 111101 | 10110011 | 0 | 1000110 | 1100 | 10100 | 100110110 | 111010 | 110100 |
Color Harmonies of #CB3DB3
Complementary color
Monochromatic Colors of #CB3DB3
Black with #CB3DB3
Text Example
Text Example
White with #CB3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DB3; }
p { color: rgb(203,61,179); }
H1.HeaderClassName
{
color: #CB3DB3;
}
.AnyTagClassName
{
color: #CB3DB3;
}
</style>
background-color css
<style>
a { background-color: #CB3DB3; }
a { background-color: rgb(203,61,179); }
div.DivClassName
{
background-color: #CB3DB3;
}
.BgClassName
{
background-color: #CB3DB3;
}
</style>
border-color css
<style>
span { border-color: #CB3DB3; }
span { border-color: rgb(203,61,179); }
td.TdClassName
{
border-color: #CB3DB3;
}
.TagClassName
{
border-color: #CB3DB3;
}
</style>