Shades of Fuchsia #CB4ACD
Tints of Fuchsia #CB4ACD
RGB
CMYK
RGB Variations
Color information
#CB4ACD (or 0xCB4ACD) is known color: Fuchsia. HEX triplet: CB, 4A and CD. RGB value is (203,74,205). Sum of RGB (Red+Green+Blue) = 203+74+205=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ACD is #34B532. Grayscale: #7F7F7F. Windows color (decimal): -3454259 or 13454027. OLE color: 13454027.
HSL color Cylindrical-coordinate representation of color #CB4ACD: hue angle of 299.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4ACD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 205 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.20 |
| HSL | 299.08º | 0.57% | 0.55% | - |
| HSV(B) | 299.08º | 0.64% | 0.8% | - |
| XYZ | 38.1 | 22 | 60 | - |
| YUV | 127.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 205 | 0.01 | 0.64 | 0 | 0.20 | 299.08 | 0.57 | 0.55 |
| Hex | CB | 4A | CD | 1 | 40 | 0 | 14 | 12B | 39 | 37 |
| Octal | 313 | 112 | 315 | 1 | 100 | 0 | 24 | 453 | 71 | 67 |
| Binary | 11001011 | 1001010 | 11001101 | 1 | 1000000 | 0 | 10100 | 100101011 | 111001 | 110111 |
Color Harmonies of #CB4ACD
Complementary color
Monochromatic Colors of #CB4ACD
Black with #CB4ACD
Text Example
Text Example
White with #CB4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ACD; }
p { color: rgb(203,74,205); }
H1.HeaderClassName
{
color: #CB4ACD;
}
.AnyTagClassName
{
color: #CB4ACD;
}
</style>
background-color css
<style>
a { background-color: #CB4ACD; }
a { background-color: rgb(203,74,205); }
div.DivClassName
{
background-color: #CB4ACD;
}
.BgClassName
{
background-color: #CB4ACD;
}
</style>
border-color css
<style>
span { border-color: #CB4ACD; }
span { border-color: rgb(203,74,205); }
td.TdClassName
{
border-color: #CB4ACD;
}
.TagClassName
{
border-color: #CB4ACD;
}
</style>