Shades of Fuchsia #CB4BCE
Tints of Fuchsia #CB4BCE
RGB
CMYK
RGB Variations
Color information
#CB4BCE (or 0xCB4BCE) is known color: Fuchsia. HEX triplet: CB, 4B and CE. RGB value is (203,75,206). Sum of RGB (Red+Green+Blue) = 203+75+206=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB4BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BCE is #34B431. Grayscale: #7F7F7F. Windows color (decimal): -3454002 or 13519819. OLE color: 13519819.
HSL color Cylindrical-coordinate representation of color #CB4BCE: hue angle of 298.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4BCE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 75 | 206 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.19 |
| HSL | 298.63º | 0.57% | 0.55% | - |
| HSV(B) | 298.63º | 0.64% | 0.81% | - |
| XYZ | 38.29 | 22.18 | 60.66 | - |
| YUV | 128.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 206 | 0.01 | 0.64 | 0 | 0.19 | 298.63 | 0.57 | 0.55 |
| Hex | CB | 4B | CE | 1 | 40 | 0 | 13 | 12B | 39 | 37 |
| Octal | 313 | 113 | 316 | 1 | 100 | 0 | 23 | 453 | 71 | 67 |
| Binary | 11001011 | 1001011 | 11001110 | 1 | 1000000 | 0 | 10011 | 100101011 | 111001 | 110111 |
Color Harmonies of #CB4BCE
Complementary color
Monochromatic Colors of #CB4BCE
Black with #CB4BCE
Text Example
Text Example
White with #CB4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BCE; }
p { color: rgb(203,75,206); }
H1.HeaderClassName
{
color: #CB4BCE;
}
.AnyTagClassName
{
color: #CB4BCE;
}
</style>
background-color css
<style>
a { background-color: #CB4BCE; }
a { background-color: rgb(203,75,206); }
div.DivClassName
{
background-color: #CB4BCE;
}
.BgClassName
{
background-color: #CB4BCE;
}
</style>
border-color css
<style>
span { border-color: #CB4BCE; }
span { border-color: rgb(203,75,206); }
td.TdClassName
{
border-color: #CB4BCE;
}
.TagClassName
{
border-color: #CB4BCE;
}
</style>