Shades of Fuchsia #CB3AC8
Tints of Fuchsia #CB3AC8
RGB
CMYK
RGB Variations
Color information
#CB3AC8 (or 0xCB3AC8) is known color: Fuchsia. HEX triplet: CB, 3A and C8. RGB value is (203,58,200). Sum of RGB (Red+Green+Blue) = 203+58+200=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AC8 is #34C537. Grayscale: #757575. Windows color (decimal): -3458360 or 13122251. OLE color: 13122251.
HSL color Cylindrical-coordinate representation of color #CB3AC8: hue angle of 301.24º 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 #CB3AC8 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 200 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.20 |
| HSL | 301.24º | 0.58% | 0.51% | - |
| HSV(B) | 301.24º | 0.71% | 0.8% | - |
| XYZ | 36.57 | 19.89 | 56.56 | - |
| YUV | 117.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 200 | 0 | 0.71 | 0.01 | 0.20 | 301.24 | 0.58 | 0.51 |
| Hex | CB | 3A | C8 | 0 | 47 | 1 | 14 | 12D | 3A | 33 |
| Octal | 313 | 72 | 310 | 0 | 107 | 1 | 24 | 455 | 72 | 63 |
| Binary | 11001011 | 111010 | 11001000 | 0 | 1000111 | 1 | 10100 | 100101101 | 111010 | 110011 |
Color Harmonies of #CB3AC8
Complementary color
Monochromatic Colors of #CB3AC8
Black with #CB3AC8
Text Example
Text Example
White with #CB3AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AC8; }
p { color: rgb(203,58,200); }
H1.HeaderClassName
{
color: #CB3AC8;
}
.AnyTagClassName
{
color: #CB3AC8;
}
</style>
background-color css
<style>
a { background-color: #CB3AC8; }
a { background-color: rgb(203,58,200); }
div.DivClassName
{
background-color: #CB3AC8;
}
.BgClassName
{
background-color: #CB3AC8;
}
</style>
border-color css
<style>
span { border-color: #CB3AC8; }
span { border-color: rgb(203,58,200); }
td.TdClassName
{
border-color: #CB3AC8;
}
.TagClassName
{
border-color: #CB3AC8;
}
</style>