Shades of Fuchsia #CB3ECF
Tints of Fuchsia #CB3ECF
RGB
CMYK
RGB Variations
Color information
#CB3ECF (or 0xCB3ECF) is known color: Fuchsia. HEX triplet: CB, 3E and CF. RGB value is (203,62,207). Sum of RGB (Red+Green+Blue) = 203+62+207=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB3ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ECF is #34C130. Grayscale: #787878. Windows color (decimal): -3457329 or 13582027. OLE color: 13582027.
HSL color Cylindrical-coordinate representation of color #CB3ECF: hue angle of 298.34º 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 #CB3ECF is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 62 | 207 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.19 |
| HSL | 298.34º | 0.6% | 0.53% | - |
| HSV(B) | 298.34º | 0.7% | 0.81% | - |
| XYZ | 37.61 | 20.65 | 61.03 | - |
| YUV | 120.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 207 | 0.02 | 0.70 | 0 | 0.19 | 298.34 | 0.6 | 0.53 |
| Hex | CB | 3E | CF | 2 | 46 | 0 | 13 | 12A | 3C | 35 |
| Octal | 313 | 76 | 317 | 2 | 106 | 0 | 23 | 452 | 74 | 65 |
| Binary | 11001011 | 111110 | 11001111 | 10 | 1000110 | 0 | 10011 | 100101010 | 111100 | 110101 |
Color Harmonies of #CB3ECF
Complementary color
Monochromatic Colors of #CB3ECF
Black with #CB3ECF
Text Example
Text Example
White with #CB3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3ECF; }
p { color: rgb(203,62,207); }
H1.HeaderClassName
{
color: #CB3ECF;
}
.AnyTagClassName
{
color: #CB3ECF;
}
</style>
background-color css
<style>
a { background-color: #CB3ECF; }
a { background-color: rgb(203,62,207); }
div.DivClassName
{
background-color: #CB3ECF;
}
.BgClassName
{
background-color: #CB3ECF;
}
</style>
border-color css
<style>
span { border-color: #CB3ECF; }
span { border-color: rgb(203,62,207); }
td.TdClassName
{
border-color: #CB3ECF;
}
.TagClassName
{
border-color: #CB3ECF;
}
</style>