Shades of Fuchsia #CB3DCA
Tints of Fuchsia #CB3DCA
RGB
CMYK
RGB Variations
Color information
#CB3DCA (or 0xCB3DCA) is known color: Fuchsia. HEX triplet: CB, 3D and CA. RGB value is (203,61,202). Sum of RGB (Red+Green+Blue) = 203+61+202=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DCA is #34C235. Grayscale: #777777. Windows color (decimal): -3457590 or 13254091. OLE color: 13254091.
HSL color Cylindrical-coordinate representation of color #CB3DCA: hue angle of 300.42º degrees, saturation: 0.58, 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 #CB3DCA is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 202 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.20 |
| HSL | 300.42º | 0.58% | 0.52% | - |
| HSV(B) | 300.42º | 0.7% | 0.8% | - |
| XYZ | 36.96 | 20.3 | 57.85 | - |
| YUV | 119.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 202 | 0 | 0.70 | 0.00 | 0.20 | 300.42 | 0.58 | 0.52 |
| Hex | CB | 3D | CA | 0 | 46 | 0 | 14 | 12C | 3A | 34 |
| Octal | 313 | 75 | 312 | 0 | 106 | 0 | 24 | 454 | 72 | 64 |
| Binary | 11001011 | 111101 | 11001010 | 0 | 1000110 | 0 | 10100 | 100101100 | 111010 | 110100 |
Color Harmonies of #CB3DCA
Complementary color
Monochromatic Colors of #CB3DCA
Black with #CB3DCA
Text Example
Text Example
White with #CB3DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DCA; }
p { color: rgb(203,61,202); }
H1.HeaderClassName
{
color: #CB3DCA;
}
.AnyTagClassName
{
color: #CB3DCA;
}
</style>
background-color css
<style>
a { background-color: #CB3DCA; }
a { background-color: rgb(203,61,202); }
div.DivClassName
{
background-color: #CB3DCA;
}
.BgClassName
{
background-color: #CB3DCA;
}
</style>
border-color css
<style>
span { border-color: #CB3DCA; }
span { border-color: rgb(203,61,202); }
td.TdClassName
{
border-color: #CB3DCA;
}
.TagClassName
{
border-color: #CB3DCA;
}
</style>