Shades of Fuchsia #CB4DCD
Tints of Fuchsia #CB4DCD
RGB
CMYK
RGB Variations
Color information
#CB4DCD (or 0xCB4DCD) is known color: Fuchsia. HEX triplet: CB, 4D and CD. RGB value is (203,77,205). Sum of RGB (Red+Green+Blue) = 203+77+205=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DCD is #34B232. Grayscale: #808080. Windows color (decimal): -3453491 or 13454795. OLE color: 13454795.
HSL color Cylindrical-coordinate representation of color #CB4DCD: hue angle of 299.06º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4DCD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 205 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.20 |
| HSL | 299.06º | 0.56% | 0.55% | - |
| HSV(B) | 299.06º | 0.62% | 0.8% | - |
| XYZ | 38.3 | 22.41 | 60.06 | - |
| YUV | 129.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 205 | 0.01 | 0.62 | 0 | 0.20 | 299.06 | 0.56 | 0.55 |
| Hex | CB | 4D | CD | 1 | 3E | 0 | 14 | 12B | 38 | 37 |
| Octal | 313 | 115 | 315 | 1 | 76 | 0 | 24 | 453 | 70 | 67 |
| Binary | 11001011 | 1001101 | 11001101 | 1 | 111110 | 0 | 10100 | 100101011 | 111000 | 110111 |
Color Harmonies of #CB4DCD
Complementary color
Monochromatic Colors of #CB4DCD
Black with #CB4DCD
Text Example
Text Example
White with #CB4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DCD; }
p { color: rgb(203,77,205); }
H1.HeaderClassName
{
color: #CB4DCD;
}
.AnyTagClassName
{
color: #CB4DCD;
}
</style>
background-color css
<style>
a { background-color: #CB4DCD; }
a { background-color: rgb(203,77,205); }
div.DivClassName
{
background-color: #CB4DCD;
}
.BgClassName
{
background-color: #CB4DCD;
}
</style>
border-color css
<style>
span { border-color: #CB4DCD; }
span { border-color: rgb(203,77,205); }
td.TdClassName
{
border-color: #CB4DCD;
}
.TagClassName
{
border-color: #CB4DCD;
}
</style>