Shades of Fuchsia #CB2DB4
Tints of Fuchsia #CB2DB4
RGB
CMYK
RGB Variations
Color information
#CB2DB4 (or 0xCB2DB4) is known color: Fuchsia. HEX triplet: CB, 2D and B4. RGB value is (203,45,180). Sum of RGB (Red+Green+Blue) = 203+45+180=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DB4 is #34D24B. Grayscale: #6B6B6B. Windows color (decimal): -3461708 or 11808203. OLE color: 11808203.
HSL color Cylindrical-coordinate representation of color #CB2DB4: hue angle of 308.73º 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 #CB2DB4 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 180 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.20 |
| HSL | 308.73º | 0.64% | 0.49% | - |
| HSV(B) | 308.73º | 0.78% | 0.8% | - |
| XYZ | 33.81 | 17.87 | 44.85 | - |
| YUV | 107.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 180 | 0 | 0.78 | 0.11 | 0.20 | 308.73 | 0.64 | 0.49 |
| Hex | CB | 2D | B4 | 0 | 4E | B | 14 | 135 | 40 | 31 |
| Octal | 313 | 55 | 264 | 0 | 116 | 13 | 24 | 465 | 100 | 61 |
| Binary | 11001011 | 101101 | 10110100 | 0 | 1001110 | 1011 | 10100 | 100110101 | 1000000 | 110001 |
Color Harmonies of #CB2DB4
Complementary color
Monochromatic Colors of #CB2DB4
Black with #CB2DB4
Text Example
Text Example
White with #CB2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DB4; }
p { color: rgb(203,45,180); }
H1.HeaderClassName
{
color: #CB2DB4;
}
.AnyTagClassName
{
color: #CB2DB4;
}
</style>
background-color css
<style>
a { background-color: #CB2DB4; }
a { background-color: rgb(203,45,180); }
div.DivClassName
{
background-color: #CB2DB4;
}
.BgClassName
{
background-color: #CB2DB4;
}
</style>
border-color css
<style>
span { border-color: #CB2DB4; }
span { border-color: rgb(203,45,180); }
td.TdClassName
{
border-color: #CB2DB4;
}
.TagClassName
{
border-color: #CB2DB4;
}
</style>