Shades of Fuchsia #CB43B2
Tints of Fuchsia #CB43B2
RGB
CMYK
RGB Variations
Color information
#CB43B2 (or 0xCB43B2) is known color: Fuchsia. HEX triplet: CB, 43 and B2. RGB value is (203,67,178). Sum of RGB (Red+Green+Blue) = 203+67+178=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB43B2 is #34BC4D. Grayscale: #787878. Windows color (decimal): -3456078 or 11682763. OLE color: 11682763.
HSL color Cylindrical-coordinate representation of color #CB43B2: hue angle of 311.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB43B2 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 178 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.20 |
| HSL | 311.03º | 0.57% | 0.53% | - |
| HSV(B) | 311.03º | 0.67% | 0.8% | - |
| XYZ | 34.67 | 19.93 | 44.14 | - |
| YUV | 120.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 178 | 0 | 0.67 | 0.12 | 0.20 | 311.03 | 0.57 | 0.53 |
| Hex | CB | 43 | B2 | 0 | 43 | C | 14 | 137 | 39 | 35 |
| Octal | 313 | 103 | 262 | 0 | 103 | 14 | 24 | 467 | 71 | 65 |
| Binary | 11001011 | 1000011 | 10110010 | 0 | 1000011 | 1100 | 10100 | 100110111 | 111001 | 110101 |
Color Harmonies of #CB43B2
Complementary color
Monochromatic Colors of #CB43B2
Black with #CB43B2
Text Example
Text Example
White with #CB43B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43B2; }
p { color: rgb(203,67,178); }
H1.HeaderClassName
{
color: #CB43B2;
}
.AnyTagClassName
{
color: #CB43B2;
}
</style>
background-color css
<style>
a { background-color: #CB43B2; }
a { background-color: rgb(203,67,178); }
div.DivClassName
{
background-color: #CB43B2;
}
.BgClassName
{
background-color: #CB43B2;
}
</style>
border-color css
<style>
span { border-color: #CB43B2; }
span { border-color: rgb(203,67,178); }
td.TdClassName
{
border-color: #CB43B2;
}
.TagClassName
{
border-color: #CB43B2;
}
</style>