Shades of Fuchsia #CB3AC6
Tints of Fuchsia #CB3AC6
RGB
CMYK
RGB Variations
Color information
#CB3AC6 (or 0xCB3AC6) is known color: Fuchsia. HEX triplet: CB, 3A and C6. RGB value is (203,58,198). Sum of RGB (Red+Green+Blue) = 203+58+198=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AC6 is #34C539. Grayscale: #747474. Windows color (decimal): -3458362 or 12991179. OLE color: 12991179.
HSL color Cylindrical-coordinate representation of color #CB3AC6: hue angle of 302.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3AC6 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 198 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.20 |
| HSL | 302.07º | 0.58% | 0.51% | - |
| HSV(B) | 302.07º | 0.71% | 0.8% | - |
| XYZ | 36.33 | 19.8 | 55.33 | - |
| YUV | 117.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 198 | 0 | 0.71 | 0.02 | 0.20 | 302.07 | 0.58 | 0.51 |
| Hex | CB | 3A | C6 | 0 | 47 | 2 | 14 | 12E | 3A | 33 |
| Octal | 313 | 72 | 306 | 0 | 107 | 2 | 24 | 456 | 72 | 63 |
| Binary | 11001011 | 111010 | 11000110 | 0 | 1000111 | 10 | 10100 | 100101110 | 111010 | 110011 |
Color Harmonies of #CB3AC6
Complementary color
Monochromatic Colors of #CB3AC6
Black with #CB3AC6
Text Example
Text Example
White with #CB3AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AC6; }
p { color: rgb(203,58,198); }
H1.HeaderClassName
{
color: #CB3AC6;
}
.AnyTagClassName
{
color: #CB3AC6;
}
</style>
background-color css
<style>
a { background-color: #CB3AC6; }
a { background-color: rgb(203,58,198); }
div.DivClassName
{
background-color: #CB3AC6;
}
.BgClassName
{
background-color: #CB3AC6;
}
</style>
border-color css
<style>
span { border-color: #CB3AC6; }
span { border-color: rgb(203,58,198); }
td.TdClassName
{
border-color: #CB3AC6;
}
.TagClassName
{
border-color: #CB3AC6;
}
</style>