Shades of Fuchsia #CB3DC1
Tints of Fuchsia #CB3DC1
RGB
CMYK
RGB Variations
Color information
#CB3DC1 (or 0xCB3DC1) is known color: Fuchsia. HEX triplet: CB, 3D and C1. RGB value is (203,61,193). Sum of RGB (Red+Green+Blue) = 203+61+193=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DC1 is #34C23E. Grayscale: #767676. Windows color (decimal): -3457599 or 12664267. OLE color: 12664267.
HSL color Cylindrical-coordinate representation of color #CB3DC1: hue angle of 304.23º 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 #CB3DC1 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 193 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.20 |
| HSL | 304.23º | 0.58% | 0.52% | - |
| HSV(B) | 304.23º | 0.7% | 0.8% | - |
| XYZ | 35.92 | 19.88 | 52.4 | - |
| YUV | 118.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 193 | 0 | 0.70 | 0.05 | 0.20 | 304.23 | 0.58 | 0.52 |
| Hex | CB | 3D | C1 | 0 | 46 | 5 | 14 | 130 | 3A | 34 |
| Octal | 313 | 75 | 301 | 0 | 106 | 5 | 24 | 460 | 72 | 64 |
| Binary | 11001011 | 111101 | 11000001 | 0 | 1000110 | 101 | 10100 | 100110000 | 111010 | 110100 |
Color Harmonies of #CB3DC1
Complementary color
Monochromatic Colors of #CB3DC1
Black with #CB3DC1
Text Example
Text Example
White with #CB3DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DC1; }
p { color: rgb(203,61,193); }
H1.HeaderClassName
{
color: #CB3DC1;
}
.AnyTagClassName
{
color: #CB3DC1;
}
</style>
background-color css
<style>
a { background-color: #CB3DC1; }
a { background-color: rgb(203,61,193); }
div.DivClassName
{
background-color: #CB3DC1;
}
.BgClassName
{
background-color: #CB3DC1;
}
</style>
border-color css
<style>
span { border-color: #CB3DC1; }
span { border-color: rgb(203,61,193); }
td.TdClassName
{
border-color: #CB3DC1;
}
.TagClassName
{
border-color: #CB3DC1;
}
</style>