Shades of Fuchsia #CB3DC5
Tints of Fuchsia #CB3DC5
RGB
CMYK
RGB Variations
Color information
#CB3DC5 (or 0xCB3DC5) is known color: Fuchsia. HEX triplet: CB, 3D and C5. RGB value is (203,61,197). Sum of RGB (Red+Green+Blue) = 203+61+197=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DC5 is #34C23A. Grayscale: #767676. Windows color (decimal): -3457595 or 12926411. OLE color: 12926411.
HSL color Cylindrical-coordinate representation of color #CB3DC5: hue angle of 302.54º 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 #CB3DC5 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 197 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.20 |
| HSL | 302.54º | 0.58% | 0.52% | - |
| HSV(B) | 302.54º | 0.7% | 0.8% | - |
| XYZ | 36.38 | 20.07 | 54.78 | - |
| YUV | 118.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 197 | 0 | 0.70 | 0.03 | 0.20 | 302.54 | 0.58 | 0.52 |
| Hex | CB | 3D | C5 | 0 | 46 | 3 | 14 | 12F | 3A | 34 |
| Octal | 313 | 75 | 305 | 0 | 106 | 3 | 24 | 457 | 72 | 64 |
| Binary | 11001011 | 111101 | 11000101 | 0 | 1000110 | 11 | 10100 | 100101111 | 111010 | 110100 |
Color Harmonies of #CB3DC5
Complementary color
Monochromatic Colors of #CB3DC5
Black with #CB3DC5
Text Example
Text Example
White with #CB3DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DC5; }
p { color: rgb(203,61,197); }
H1.HeaderClassName
{
color: #CB3DC5;
}
.AnyTagClassName
{
color: #CB3DC5;
}
</style>
background-color css
<style>
a { background-color: #CB3DC5; }
a { background-color: rgb(203,61,197); }
div.DivClassName
{
background-color: #CB3DC5;
}
.BgClassName
{
background-color: #CB3DC5;
}
</style>
border-color css
<style>
span { border-color: #CB3DC5; }
span { border-color: rgb(203,61,197); }
td.TdClassName
{
border-color: #CB3DC5;
}
.TagClassName
{
border-color: #CB3DC5;
}
</style>