Shades of Fuchsia #CB3DC8
Tints of Fuchsia #CB3DC8
RGB
CMYK
RGB Variations
Color information
#CB3DC8 (or 0xCB3DC8) is known color: Fuchsia. HEX triplet: CB, 3D and C8. RGB value is (203,61,200). Sum of RGB (Red+Green+Blue) = 203+61+200=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DC8 is #34C237. Grayscale: #767676. Windows color (decimal): -3457592 or 13123019. OLE color: 13123019.
HSL color Cylindrical-coordinate representation of color #CB3DC8: hue angle of 301.27º 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 #CB3DC8 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 200 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.20 |
| HSL | 301.27º | 0.58% | 0.52% | - |
| HSV(B) | 301.27º | 0.7% | 0.8% | - |
| XYZ | 36.72 | 20.2 | 56.61 | - |
| YUV | 119.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 200 | 0 | 0.70 | 0.01 | 0.20 | 301.27 | 0.58 | 0.52 |
| Hex | CB | 3D | C8 | 0 | 46 | 1 | 14 | 12D | 3A | 34 |
| Octal | 313 | 75 | 310 | 0 | 106 | 1 | 24 | 455 | 72 | 64 |
| Binary | 11001011 | 111101 | 11001000 | 0 | 1000110 | 1 | 10100 | 100101101 | 111010 | 110100 |
Color Harmonies of #CB3DC8
Complementary color
Monochromatic Colors of #CB3DC8
Black with #CB3DC8
Text Example
Text Example
White with #CB3DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DC8; }
p { color: rgb(203,61,200); }
H1.HeaderClassName
{
color: #CB3DC8;
}
.AnyTagClassName
{
color: #CB3DC8;
}
</style>
background-color css
<style>
a { background-color: #CB3DC8; }
a { background-color: rgb(203,61,200); }
div.DivClassName
{
background-color: #CB3DC8;
}
.BgClassName
{
background-color: #CB3DC8;
}
</style>
border-color css
<style>
span { border-color: #CB3DC8; }
span { border-color: rgb(203,61,200); }
td.TdClassName
{
border-color: #CB3DC8;
}
.TagClassName
{
border-color: #CB3DC8;
}
</style>