Shades of Fuchsia #CB3FC7
Tints of Fuchsia #CB3FC7
RGB
CMYK
RGB Variations
Color information
#CB3FC7 (or 0xCB3FC7) is known color: Fuchsia. HEX triplet: CB, 3F and C7. RGB value is (203,63,199). Sum of RGB (Red+Green+Blue) = 203+63+199=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FC7 is #34C038. Grayscale: #777777. Windows color (decimal): -3457081 or 13057995. OLE color: 13057995.
HSL color Cylindrical-coordinate representation of color #CB3FC7: hue angle of 301.71º 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 #CB3FC7 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 199 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.20 |
| HSL | 301.71º | 0.57% | 0.52% | - |
| HSV(B) | 301.71º | 0.69% | 0.8% | - |
| XYZ | 36.71 | 20.38 | 56.03 | - |
| YUV | 120.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 199 | 0 | 0.69 | 0.02 | 0.20 | 301.71 | 0.57 | 0.52 |
| Hex | CB | 3F | C7 | 0 | 45 | 2 | 14 | 12E | 39 | 34 |
| Octal | 313 | 77 | 307 | 0 | 105 | 2 | 24 | 456 | 71 | 64 |
| Binary | 11001011 | 111111 | 11000111 | 0 | 1000101 | 10 | 10100 | 100101110 | 111001 | 110100 |
Color Harmonies of #CB3FC7
Complementary color
Monochromatic Colors of #CB3FC7
Black with #CB3FC7
Text Example
Text Example
White with #CB3FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FC7; }
p { color: rgb(203,63,199); }
H1.HeaderClassName
{
color: #CB3FC7;
}
.AnyTagClassName
{
color: #CB3FC7;
}
</style>
background-color css
<style>
a { background-color: #CB3FC7; }
a { background-color: rgb(203,63,199); }
div.DivClassName
{
background-color: #CB3FC7;
}
.BgClassName
{
background-color: #CB3FC7;
}
</style>
border-color css
<style>
span { border-color: #CB3FC7; }
span { border-color: rgb(203,63,199); }
td.TdClassName
{
border-color: #CB3FC7;
}
.TagClassName
{
border-color: #CB3FC7;
}
</style>