Shades of Fuchsia #CB3FCF
Tints of Fuchsia #CB3FCF
RGB
CMYK
RGB Variations
Color information
#CB3FCF (or 0xCB3FCF) is known color: Fuchsia. HEX triplet: CB, 3F and CF. RGB value is (203,63,207). Sum of RGB (Red+Green+Blue) = 203+63+207=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB3FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FCF is #34C030. Grayscale: #787878. Windows color (decimal): -3457073 or 13582283. OLE color: 13582283.
HSL color Cylindrical-coordinate representation of color #CB3FCF: hue angle of 298.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3FCF is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 63 | 207 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.19 |
| HSL | 298.33º | 0.6% | 0.53% | - |
| HSV(B) | 298.33º | 0.7% | 0.81% | - |
| XYZ | 37.67 | 20.76 | 61.05 | - |
| YUV | 121.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 207 | 0.02 | 0.70 | 0 | 0.19 | 298.33 | 0.6 | 0.53 |
| Hex | CB | 3F | CF | 2 | 46 | 0 | 13 | 12A | 3C | 35 |
| Octal | 313 | 77 | 317 | 2 | 106 | 0 | 23 | 452 | 74 | 65 |
| Binary | 11001011 | 111111 | 11001111 | 10 | 1000110 | 0 | 10011 | 100101010 | 111100 | 110101 |
Color Harmonies of #CB3FCF
Complementary color
Monochromatic Colors of #CB3FCF
Black with #CB3FCF
Text Example
Text Example
White with #CB3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FCF; }
p { color: rgb(203,63,207); }
H1.HeaderClassName
{
color: #CB3FCF;
}
.AnyTagClassName
{
color: #CB3FCF;
}
</style>
background-color css
<style>
a { background-color: #CB3FCF; }
a { background-color: rgb(203,63,207); }
div.DivClassName
{
background-color: #CB3FCF;
}
.BgClassName
{
background-color: #CB3FCF;
}
</style>
border-color css
<style>
span { border-color: #CB3FCF; }
span { border-color: rgb(203,63,207); }
td.TdClassName
{
border-color: #CB3FCF;
}
.TagClassName
{
border-color: #CB3FCF;
}
</style>