Shades of Fuchsia #CB3DCD
Tints of Fuchsia #CB3DCD
RGB
CMYK
RGB Variations
Color information
#CB3DCD (or 0xCB3DCD) is known color: Fuchsia. HEX triplet: CB, 3D and CD. RGB value is (203,61,205). Sum of RGB (Red+Green+Blue) = 203+61+205=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DCD is #34C232. Grayscale: #777777. Windows color (decimal): -3457587 or 13450699. OLE color: 13450699.
HSL color Cylindrical-coordinate representation of color #CB3DCD: hue angle of 299.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3DCD is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 205 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.20 |
| HSL | 299.17º | 0.59% | 0.52% | - |
| HSV(B) | 299.17º | 0.7% | 0.8% | - |
| XYZ | 37.32 | 20.44 | 59.74 | - |
| YUV | 119.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 205 | 0.01 | 0.70 | 0 | 0.20 | 299.17 | 0.59 | 0.52 |
| Hex | CB | 3D | CD | 1 | 46 | 0 | 14 | 12B | 3B | 34 |
| Octal | 313 | 75 | 315 | 1 | 106 | 0 | 24 | 453 | 73 | 64 |
| Binary | 11001011 | 111101 | 11001101 | 1 | 1000110 | 0 | 10100 | 100101011 | 111011 | 110100 |
Color Harmonies of #CB3DCD
Complementary color
Monochromatic Colors of #CB3DCD
Black with #CB3DCD
Text Example
Text Example
White with #CB3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DCD; }
p { color: rgb(203,61,205); }
H1.HeaderClassName
{
color: #CB3DCD;
}
.AnyTagClassName
{
color: #CB3DCD;
}
</style>
background-color css
<style>
a { background-color: #CB3DCD; }
a { background-color: rgb(203,61,205); }
div.DivClassName
{
background-color: #CB3DCD;
}
.BgClassName
{
background-color: #CB3DCD;
}
</style>
border-color css
<style>
span { border-color: #CB3DCD; }
span { border-color: rgb(203,61,205); }
td.TdClassName
{
border-color: #CB3DCD;
}
.TagClassName
{
border-color: #CB3DCD;
}
</style>