Shades of Fuchsia #CB3FAC
Tints of Fuchsia #CB3FAC
RGB
CMYK
RGB Variations
Color information
#CB3FAC (or 0xCB3FAC) is known color: Fuchsia. HEX triplet: CB, 3F and AC. RGB value is (203,63,172). Sum of RGB (Red+Green+Blue) = 203+63+172=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3FAC is #34C053. Grayscale: #747474. Windows color (decimal): -3457108 or 11288523. OLE color: 11288523.
HSL color Cylindrical-coordinate representation of color #CB3FAC: hue angle of 313.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3FAC is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 172 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.20 |
| HSL | 313.29º | 0.57% | 0.52% | - |
| HSV(B) | 313.29º | 0.69% | 0.8% | - |
| XYZ | 33.85 | 19.23 | 40.96 | - |
| YUV | 117.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 172 | 0 | 0.69 | 0.15 | 0.20 | 313.29 | 0.57 | 0.52 |
| Hex | CB | 3F | AC | 0 | 45 | F | 14 | 139 | 39 | 34 |
| Octal | 313 | 77 | 254 | 0 | 105 | 17 | 24 | 471 | 71 | 64 |
| Binary | 11001011 | 111111 | 10101100 | 0 | 1000101 | 1111 | 10100 | 100111001 | 111001 | 110100 |
Color Harmonies of #CB3FAC
Complementary color
Monochromatic Colors of #CB3FAC
Black with #CB3FAC
Text Example
Text Example
White with #CB3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FAC; }
p { color: rgb(203,63,172); }
H1.HeaderClassName
{
color: #CB3FAC;
}
.AnyTagClassName
{
color: #CB3FAC;
}
</style>
background-color css
<style>
a { background-color: #CB3FAC; }
a { background-color: rgb(203,63,172); }
div.DivClassName
{
background-color: #CB3FAC;
}
.BgClassName
{
background-color: #CB3FAC;
}
</style>
border-color css
<style>
span { border-color: #CB3FAC; }
span { border-color: rgb(203,63,172); }
td.TdClassName
{
border-color: #CB3FAC;
}
.TagClassName
{
border-color: #CB3FAC;
}
</style>