Shades of Fuchsia #CB2DC3
Tints of Fuchsia #CB2DC3
RGB
CMYK
RGB Variations
Color information
#CB2DC3 (or 0xCB2DC3) is known color: Fuchsia. HEX triplet: CB, 2D and C3. RGB value is (203,45,195). Sum of RGB (Red+Green+Blue) = 203+45+195=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DC3 is #34D23C. Grayscale: #6C6C6C. Windows color (decimal): -3461693 or 12791243. OLE color: 12791243.
HSL color Cylindrical-coordinate representation of color #CB2DC3: hue angle of 303.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2DC3 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 195 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.20 |
| HSL | 303.04º | 0.64% | 0.49% | - |
| HSV(B) | 303.04º | 0.78% | 0.8% | - |
| XYZ | 35.42 | 18.51 | 53.34 | - |
| YUV | 109.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 195 | 0 | 0.78 | 0.04 | 0.20 | 303.04 | 0.64 | 0.49 |
| Hex | CB | 2D | C3 | 0 | 4E | 4 | 14 | 12F | 40 | 31 |
| Octal | 313 | 55 | 303 | 0 | 116 | 4 | 24 | 457 | 100 | 61 |
| Binary | 11001011 | 101101 | 11000011 | 0 | 1001110 | 100 | 10100 | 100101111 | 1000000 | 110001 |
Color Harmonies of #CB2DC3
Complementary color
Monochromatic Colors of #CB2DC3
Black with #CB2DC3
Text Example
Text Example
White with #CB2DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DC3; }
p { color: rgb(203,45,195); }
H1.HeaderClassName
{
color: #CB2DC3;
}
.AnyTagClassName
{
color: #CB2DC3;
}
</style>
background-color css
<style>
a { background-color: #CB2DC3; }
a { background-color: rgb(203,45,195); }
div.DivClassName
{
background-color: #CB2DC3;
}
.BgClassName
{
background-color: #CB2DC3;
}
</style>
border-color css
<style>
span { border-color: #CB2DC3; }
span { border-color: rgb(203,45,195); }
td.TdClassName
{
border-color: #CB2DC3;
}
.TagClassName
{
border-color: #CB2DC3;
}
</style>