Shades of Fuchsia #CB6BC1
Tints of Fuchsia #CB6BC1
RGB
CMYK
RGB Variations
Color information
#CB6BC1 (or 0xCB6BC1) is known color: Fuchsia. HEX triplet: CB, 6B and C1. RGB value is (203,107,193). Sum of RGB (Red+Green+Blue) = 203+107+193=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BC1 is #34943E. Grayscale: #919191. Windows color (decimal): -3445823 or 12676043. OLE color: 12676043.
HSL color Cylindrical-coordinate representation of color #CB6BC1: hue angle of 306.25º 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 #CB6BC1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 193 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.20 |
| HSL | 306.25º | 0.48% | 0.61% | - |
| HSV(B) | 306.25º | 0.47% | 0.8% | - |
| XYZ | 39.51 | 27.06 | 53.59 | - |
| YUV | 145.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 193 | 0 | 0.47 | 0.05 | 0.20 | 306.25 | 0.48 | 0.61 |
| Hex | CB | 6B | C1 | 0 | 2F | 5 | 14 | 132 | 30 | 3D |
| Octal | 313 | 153 | 301 | 0 | 57 | 5 | 24 | 462 | 60 | 75 |
| Binary | 11001011 | 1101011 | 11000001 | 0 | 101111 | 101 | 10100 | 100110010 | 110000 | 111101 |
Color Harmonies of #CB6BC1
Complementary color
Monochromatic Colors of #CB6BC1
Black with #CB6BC1
Text Example
Text Example
White with #CB6BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BC1; }
p { color: rgb(203,107,193); }
H1.HeaderClassName
{
color: #CB6BC1;
}
.AnyTagClassName
{
color: #CB6BC1;
}
</style>
background-color css
<style>
a { background-color: #CB6BC1; }
a { background-color: rgb(203,107,193); }
div.DivClassName
{
background-color: #CB6BC1;
}
.BgClassName
{
background-color: #CB6BC1;
}
</style>
border-color css
<style>
span { border-color: #CB6BC1; }
span { border-color: rgb(203,107,193); }
td.TdClassName
{
border-color: #CB6BC1;
}
.TagClassName
{
border-color: #CB6BC1;
}
</style>