Shades of Fuchsia #CB43B7
Tints of Fuchsia #CB43B7
RGB
CMYK
RGB Variations
Color information
#CB43B7 (or 0xCB43B7) is known color: Fuchsia. HEX triplet: CB, 43 and B7. RGB value is (203,67,183). Sum of RGB (Red+Green+Blue) = 203+67+183=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43B7 is #34BC48. Grayscale: #787878. Windows color (decimal): -3456073 or 12010443. OLE color: 12010443.
HSL color Cylindrical-coordinate representation of color #CB43B7: hue angle of 308.82º 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 #CB43B7 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 183 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.20 |
| HSL | 308.82º | 0.57% | 0.53% | - |
| HSV(B) | 308.82º | 0.67% | 0.8% | - |
| XYZ | 35.18 | 20.13 | 46.83 | - |
| YUV | 120.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 183 | 0 | 0.67 | 0.10 | 0.20 | 308.82 | 0.57 | 0.53 |
| Hex | CB | 43 | B7 | 0 | 43 | A | 14 | 135 | 39 | 35 |
| Octal | 313 | 103 | 267 | 0 | 103 | 12 | 24 | 465 | 71 | 65 |
| Binary | 11001011 | 1000011 | 10110111 | 0 | 1000011 | 1010 | 10100 | 100110101 | 111001 | 110101 |
Color Harmonies of #CB43B7
Complementary color
Monochromatic Colors of #CB43B7
Black with #CB43B7
Text Example
Text Example
White with #CB43B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43B7; }
p { color: rgb(203,67,183); }
H1.HeaderClassName
{
color: #CB43B7;
}
.AnyTagClassName
{
color: #CB43B7;
}
</style>
background-color css
<style>
a { background-color: #CB43B7; }
a { background-color: rgb(203,67,183); }
div.DivClassName
{
background-color: #CB43B7;
}
.BgClassName
{
background-color: #CB43B7;
}
</style>
border-color css
<style>
span { border-color: #CB43B7; }
span { border-color: rgb(203,67,183); }
td.TdClassName
{
border-color: #CB43B7;
}
.TagClassName
{
border-color: #CB43B7;
}
</style>