Shades of Fuchsia #CB3AD1
Tints of Fuchsia #CB3AD1
RGB
CMYK
RGB Variations
Color information
#CB3AD1 (or 0xCB3AD1) is known color: Fuchsia. HEX triplet: CB, 3A and D1. RGB value is (203,58,209). Sum of RGB (Red+Green+Blue) = 203+58+209=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB3AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AD1 is #34C52E. Grayscale: #767676. Windows color (decimal): -3458351 or 13712075. OLE color: 13712075.
HSL color Cylindrical-coordinate representation of color #CB3AD1: hue angle of 297.62º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3AD1 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 58 | 209 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.18 |
| HSL | 297.62º | 0.62% | 0.52% | - |
| HSV(B) | 297.62º | 0.72% | 0.82% | - |
| XYZ | 37.65 | 20.33 | 62.26 | - |
| YUV | 118.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 209 | 0.03 | 0.72 | 0 | 0.18 | 297.62 | 0.62 | 0.52 |
| Hex | CB | 3A | D1 | 3 | 48 | 0 | 12 | 12A | 3E | 34 |
| Octal | 313 | 72 | 321 | 3 | 110 | 0 | 22 | 452 | 76 | 64 |
| Binary | 11001011 | 111010 | 11010001 | 11 | 1001000 | 0 | 10010 | 100101010 | 111110 | 110100 |
Color Harmonies of #CB3AD1
Complementary color
Monochromatic Colors of #CB3AD1
Black with #CB3AD1
Text Example
Text Example
White with #CB3AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AD1; }
p { color: rgb(203,58,209); }
H1.HeaderClassName
{
color: #CB3AD1;
}
.AnyTagClassName
{
color: #CB3AD1;
}
</style>
background-color css
<style>
a { background-color: #CB3AD1; }
a { background-color: rgb(203,58,209); }
div.DivClassName
{
background-color: #CB3AD1;
}
.BgClassName
{
background-color: #CB3AD1;
}
</style>
border-color css
<style>
span { border-color: #CB3AD1; }
span { border-color: rgb(203,58,209); }
td.TdClassName
{
border-color: #CB3AD1;
}
.TagClassName
{
border-color: #CB3AD1;
}
</style>