Shades of Fuchsia #CB4BD2
Tints of Fuchsia #CB4BD2
RGB
CMYK
RGB Variations
Color information
#CB4BD2 (or 0xCB4BD2) is known color: Fuchsia. HEX triplet: CB, 4B and D2. RGB value is (203,75,210). Sum of RGB (Red+Green+Blue) = 203+75+210=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB4BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BD2 is #34B42D. Grayscale: #808080. Windows color (decimal): -3453998 or 13781963. OLE color: 13781963.
HSL color Cylindrical-coordinate representation of color #CB4BD2: hue angle of 296.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4BD2 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 75 | 210 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.18 |
| HSL | 296.89º | 0.6% | 0.56% | - |
| HSV(B) | 296.89º | 0.64% | 0.82% | - |
| XYZ | 38.78 | 22.38 | 63.25 | - |
| YUV | 128.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 210 | 0.03 | 0.64 | 0 | 0.18 | 296.89 | 0.6 | 0.56 |
| Hex | CB | 4B | D2 | 3 | 40 | 0 | 12 | 129 | 3C | 38 |
| Octal | 313 | 113 | 322 | 3 | 100 | 0 | 22 | 451 | 74 | 70 |
| Binary | 11001011 | 1001011 | 11010010 | 11 | 1000000 | 0 | 10010 | 100101001 | 111100 | 111000 |
Color Harmonies of #CB4BD2
Complementary color
Monochromatic Colors of #CB4BD2
Black with #CB4BD2
Text Example
Text Example
White with #CB4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BD2; }
p { color: rgb(203,75,210); }
H1.HeaderClassName
{
color: #CB4BD2;
}
.AnyTagClassName
{
color: #CB4BD2;
}
</style>
background-color css
<style>
a { background-color: #CB4BD2; }
a { background-color: rgb(203,75,210); }
div.DivClassName
{
background-color: #CB4BD2;
}
.BgClassName
{
background-color: #CB4BD2;
}
</style>
border-color css
<style>
span { border-color: #CB4BD2; }
span { border-color: rgb(203,75,210); }
td.TdClassName
{
border-color: #CB4BD2;
}
.TagClassName
{
border-color: #CB4BD2;
}
</style>