Shades of Fuchsia #CB3CBF
Tints of Fuchsia #CB3CBF
RGB
CMYK
RGB Variations
Color information
#CB3CBF (or 0xCB3CBF) is known color: Fuchsia. HEX triplet: CB, 3C and BF. RGB value is (203,60,191). Sum of RGB (Red+Green+Blue) = 203+60+191=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CBF is #34C340. Grayscale: #757575. Windows color (decimal): -3457857 or 12532939. OLE color: 12532939.
HSL color Cylindrical-coordinate representation of color #CB3CBF: hue angle of 305.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3CBF is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 191 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.20 |
| HSL | 305.04º | 0.58% | 0.52% | - |
| HSV(B) | 305.04º | 0.7% | 0.8% | - |
| XYZ | 35.65 | 19.69 | 51.21 | - |
| YUV | 117.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 191 | 0 | 0.70 | 0.06 | 0.20 | 305.04 | 0.58 | 0.52 |
| Hex | CB | 3C | BF | 0 | 46 | 6 | 14 | 131 | 3A | 34 |
| Octal | 313 | 74 | 277 | 0 | 106 | 6 | 24 | 461 | 72 | 64 |
| Binary | 11001011 | 111100 | 10111111 | 0 | 1000110 | 110 | 10100 | 100110001 | 111010 | 110100 |
Color Harmonies of #CB3CBF
Complementary color
Monochromatic Colors of #CB3CBF
Black with #CB3CBF
Text Example
Text Example
White with #CB3CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CBF; }
p { color: rgb(203,60,191); }
H1.HeaderClassName
{
color: #CB3CBF;
}
.AnyTagClassName
{
color: #CB3CBF;
}
</style>
background-color css
<style>
a { background-color: #CB3CBF; }
a { background-color: rgb(203,60,191); }
div.DivClassName
{
background-color: #CB3CBF;
}
.BgClassName
{
background-color: #CB3CBF;
}
</style>
border-color css
<style>
span { border-color: #CB3CBF; }
span { border-color: rgb(203,60,191); }
td.TdClassName
{
border-color: #CB3CBF;
}
.TagClassName
{
border-color: #CB3CBF;
}
</style>