Shades of Fuchsia #C46BCB
Tints of Fuchsia #C46BCB
RGB
CMYK
RGB Variations
Color information
#C46BCB (or 0xC46BCB) is known color: Fuchsia. HEX triplet: C4, 6B and CB. RGB value is (196,107,203). Sum of RGB (Red+Green+Blue) = 196+107+203=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C46BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BCB is #3B9434. Grayscale: #909090. Windows color (decimal): -3904565 or 13331396. OLE color: 13331396.
HSL color Cylindrical-coordinate representation of color #C46BCB: hue angle of 295.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46BCB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 107 | 203 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.20 |
| HSL | 295.63º | 0.48% | 0.61% | - |
| HSV(B) | 295.63º | 0.47% | 0.8% | - |
| XYZ | 38.8 | 26.56 | 59.58 | - |
| YUV | 144.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 203 | 0.03 | 0.47 | 0 | 0.20 | 295.63 | 0.48 | 0.61 |
| Hex | C4 | 6B | CB | 3 | 2F | 0 | 14 | 128 | 30 | 3D |
| Octal | 304 | 153 | 313 | 3 | 57 | 0 | 24 | 450 | 60 | 75 |
| Binary | 11000100 | 1101011 | 11001011 | 11 | 101111 | 0 | 10100 | 100101000 | 110000 | 111101 |
Color Harmonies of #C46BCB
Complementary color
Monochromatic Colors of #C46BCB
Black with #C46BCB
Text Example
Text Example
White with #C46BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BCB; }
p { color: rgb(196,107,203); }
H1.HeaderClassName
{
color: #C46BCB;
}
.AnyTagClassName
{
color: #C46BCB;
}
</style>
background-color css
<style>
a { background-color: #C46BCB; }
a { background-color: rgb(196,107,203); }
div.DivClassName
{
background-color: #C46BCB;
}
.BgClassName
{
background-color: #C46BCB;
}
</style>
border-color css
<style>
span { border-color: #C46BCB; }
span { border-color: rgb(196,107,203); }
td.TdClassName
{
border-color: #C46BCB;
}
.TagClassName
{
border-color: #C46BCB;
}
</style>