Shades of Fuchsia #CB3DC7
Tints of Fuchsia #CB3DC7
RGB
CMYK
RGB Variations
Color information
#CB3DC7 (or 0xCB3DC7) is known color: Fuchsia. HEX triplet: CB, 3D and C7. RGB value is (203,61,199). Sum of RGB (Red+Green+Blue) = 203+61+199=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DC7 is #34C238. Grayscale: #767676. Windows color (decimal): -3457593 or 13057483. OLE color: 13057483.
HSL color Cylindrical-coordinate representation of color #CB3DC7: hue angle of 301.69º 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 #CB3DC7 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 199 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.20 |
| HSL | 301.69º | 0.58% | 0.52% | - |
| HSV(B) | 301.69º | 0.7% | 0.8% | - |
| XYZ | 36.61 | 20.16 | 55.99 | - |
| YUV | 119.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 199 | 0 | 0.70 | 0.02 | 0.20 | 301.69 | 0.58 | 0.52 |
| Hex | CB | 3D | C7 | 0 | 46 | 2 | 14 | 12E | 3A | 34 |
| Octal | 313 | 75 | 307 | 0 | 106 | 2 | 24 | 456 | 72 | 64 |
| Binary | 11001011 | 111101 | 11000111 | 0 | 1000110 | 10 | 10100 | 100101110 | 111010 | 110100 |
Color Harmonies of #CB3DC7
Complementary color
Monochromatic Colors of #CB3DC7
Black with #CB3DC7
Text Example
Text Example
White with #CB3DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DC7; }
p { color: rgb(203,61,199); }
H1.HeaderClassName
{
color: #CB3DC7;
}
.AnyTagClassName
{
color: #CB3DC7;
}
</style>
background-color css
<style>
a { background-color: #CB3DC7; }
a { background-color: rgb(203,61,199); }
div.DivClassName
{
background-color: #CB3DC7;
}
.BgClassName
{
background-color: #CB3DC7;
}
</style>
border-color css
<style>
span { border-color: #CB3DC7; }
span { border-color: rgb(203,61,199); }
td.TdClassName
{
border-color: #CB3DC7;
}
.TagClassName
{
border-color: #CB3DC7;
}
</style>