Shades of Fuchsia #CB2FCC
Tints of Fuchsia #CB2FCC
RGB
CMYK
RGB Variations
Color information
#CB2FCC (or 0xCB2FCC) is known color: Fuchsia. HEX triplet: CB, 2F and CC. RGB value is (203,47,204). Sum of RGB (Red+Green+Blue) = 203+47+204=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB2FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FCC is #34D033. Grayscale: #6F6F6F. Windows color (decimal): -3461172 or 13381579. OLE color: 13381579.
HSL color Cylindrical-coordinate representation of color #CB2FCC: hue angle of 299.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FCC is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 47 | 204 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.2 |
| HSL | 299.62º | 0.63% | 0.49% | - |
| HSV(B) | 299.62º | 0.77% | 0.8% | - |
| XYZ | 36.54 | 19.09 | 58.89 | - |
| YUV | 111.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 204 | 0.00 | 0.77 | 0 | 0.2 | 299.62 | 0.63 | 0.49 |
| Hex | CB | 2F | CC | 0 | 4D | 0 | 14 | 12C | 3F | 31 |
| Octal | 313 | 57 | 314 | 0 | 115 | 0 | 24 | 454 | 77 | 61 |
| Binary | 11001011 | 101111 | 11001100 | 0 | 1001101 | 0 | 10100 | 100101100 | 111111 | 110001 |
Color Harmonies of #CB2FCC
Complementary color
Monochromatic Colors of #CB2FCC
Black with #CB2FCC
Text Example
Text Example
White with #CB2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FCC; }
p { color: rgb(203,47,204); }
H1.HeaderClassName
{
color: #CB2FCC;
}
.AnyTagClassName
{
color: #CB2FCC;
}
</style>
background-color css
<style>
a { background-color: #CB2FCC; }
a { background-color: rgb(203,47,204); }
div.DivClassName
{
background-color: #CB2FCC;
}
.BgClassName
{
background-color: #CB2FCC;
}
</style>
border-color css
<style>
span { border-color: #CB2FCC; }
span { border-color: rgb(203,47,204); }
td.TdClassName
{
border-color: #CB2FCC;
}
.TagClassName
{
border-color: #CB2FCC;
}
</style>