Shades of Fuchsia #CB3FCB
Tints of Fuchsia #CB3FCB
RGB
CMYK
RGB Variations
Color information
#CB3FCB (or 0xCB3FCB) is known color: Fuchsia. HEX triplet: CB, 3F and CB. RGB value is (203,63,203). Sum of RGB (Red+Green+Blue) = 203+63+203=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FCB is #34C034. Grayscale: #787878. Windows color (decimal): -3457077 or 13320139. OLE color: 13320139.
HSL color Cylindrical-coordinate representation of color #CB3FCB: hue angle of 300º 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 #CB3FCB is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 203 | - |
| CMYK | 0 | 0.69 | 0 | 0.20 |
| HSL | 300º | 0.57% | 0.52% | - |
| HSV(B) | 300º | 0.69% | 0.8% | - |
| XYZ | 37.19 | 20.56 | 58.51 | - |
| YUV | 120.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 203 | 0 | 0.69 | 0 | 0.20 | 300 | 0.57 | 0.52 |
| Hex | CB | 3F | CB | 0 | 45 | 0 | 14 | 12C | 39 | 34 |
| Octal | 313 | 77 | 313 | 0 | 105 | 0 | 24 | 454 | 71 | 64 |
| Binary | 11001011 | 111111 | 11001011 | 0 | 1000101 | 0 | 10100 | 100101100 | 111001 | 110100 |
Color Harmonies of #CB3FCB
Complementary color
Monochromatic Colors of #CB3FCB
Black with #CB3FCB
Text Example
Text Example
White with #CB3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FCB; }
p { color: rgb(203,63,203); }
H1.HeaderClassName
{
color: #CB3FCB;
}
.AnyTagClassName
{
color: #CB3FCB;
}
</style>
background-color css
<style>
a { background-color: #CB3FCB; }
a { background-color: rgb(203,63,203); }
div.DivClassName
{
background-color: #CB3FCB;
}
.BgClassName
{
background-color: #CB3FCB;
}
</style>
border-color css
<style>
span { border-color: #CB3FCB; }
span { border-color: rgb(203,63,203); }
td.TdClassName
{
border-color: #CB3FCB;
}
.TagClassName
{
border-color: #CB3FCB;
}
</style>