Shades of Fuchsia #CB43C9
Tints of Fuchsia #CB43C9
RGB
CMYK
RGB Variations
Color information
#CB43C9 (or 0xCB43C9) is known color: Fuchsia. HEX triplet: CB, 43 and C9. RGB value is (203,67,201). Sum of RGB (Red+Green+Blue) = 203+67+201=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43C9 is #34BC36. Grayscale: #7A7A7A. Windows color (decimal): -3456055 or 13190091. OLE color: 13190091.
HSL color Cylindrical-coordinate representation of color #CB43C9: hue angle of 300.88º 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 #CB43C9 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 201 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.20 |
| HSL | 300.88º | 0.57% | 0.53% | - |
| HSV(B) | 300.88º | 0.67% | 0.8% | - |
| XYZ | 37.18 | 20.93 | 57.34 | - |
| YUV | 122.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 201 | 0 | 0.67 | 0.01 | 0.20 | 300.88 | 0.57 | 0.53 |
| Hex | CB | 43 | C9 | 0 | 43 | 1 | 14 | 12D | 39 | 35 |
| Octal | 313 | 103 | 311 | 0 | 103 | 1 | 24 | 455 | 71 | 65 |
| Binary | 11001011 | 1000011 | 11001001 | 0 | 1000011 | 1 | 10100 | 100101101 | 111001 | 110101 |
Color Harmonies of #CB43C9
Complementary color
Monochromatic Colors of #CB43C9
Black with #CB43C9
Text Example
Text Example
White with #CB43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43C9; }
p { color: rgb(203,67,201); }
H1.HeaderClassName
{
color: #CB43C9;
}
.AnyTagClassName
{
color: #CB43C9;
}
</style>
background-color css
<style>
a { background-color: #CB43C9; }
a { background-color: rgb(203,67,201); }
div.DivClassName
{
background-color: #CB43C9;
}
.BgClassName
{
background-color: #CB43C9;
}
</style>
border-color css
<style>
span { border-color: #CB43C9; }
span { border-color: rgb(203,67,201); }
td.TdClassName
{
border-color: #CB43C9;
}
.TagClassName
{
border-color: #CB43C9;
}
</style>