Shades of Fuchsia #CB3ACD
Tints of Fuchsia #CB3ACD
RGB
CMYK
RGB Variations
Color information
#CB3ACD (or 0xCB3ACD) is known color: Fuchsia. HEX triplet: CB, 3A and CD. RGB value is (203,58,205). Sum of RGB (Red+Green+Blue) = 203+58+205=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ACD is #34C532. Grayscale: #757575. Windows color (decimal): -3458355 or 13449931. OLE color: 13449931.
HSL color Cylindrical-coordinate representation of color #CB3ACD: hue angle of 299.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3ACD is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 205 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.20 |
| HSL | 299.18º | 0.6% | 0.52% | - |
| HSV(B) | 299.18º | 0.72% | 0.8% | - |
| XYZ | 37.16 | 20.13 | 59.68 | - |
| YUV | 118.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 205 | 0.01 | 0.72 | 0 | 0.20 | 299.18 | 0.6 | 0.52 |
| Hex | CB | 3A | CD | 1 | 48 | 0 | 14 | 12B | 3C | 34 |
| Octal | 313 | 72 | 315 | 1 | 110 | 0 | 24 | 453 | 74 | 64 |
| Binary | 11001011 | 111010 | 11001101 | 1 | 1001000 | 0 | 10100 | 100101011 | 111100 | 110100 |
Color Harmonies of #CB3ACD
Complementary color
Monochromatic Colors of #CB3ACD
Black with #CB3ACD
Text Example
Text Example
White with #CB3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3ACD; }
p { color: rgb(203,58,205); }
H1.HeaderClassName
{
color: #CB3ACD;
}
.AnyTagClassName
{
color: #CB3ACD;
}
</style>
background-color css
<style>
a { background-color: #CB3ACD; }
a { background-color: rgb(203,58,205); }
div.DivClassName
{
background-color: #CB3ACD;
}
.BgClassName
{
background-color: #CB3ACD;
}
</style>
border-color css
<style>
span { border-color: #CB3ACD; }
span { border-color: rgb(203,58,205); }
td.TdClassName
{
border-color: #CB3ACD;
}
.TagClassName
{
border-color: #CB3ACD;
}
</style>