Shades of Fuchsia #CB43BC
Tints of Fuchsia #CB43BC
RGB
CMYK
RGB Variations
Color information
#CB43BC (or 0xCB43BC) is known color: Fuchsia. HEX triplet: CB, 43 and BC. RGB value is (203,67,188). Sum of RGB (Red+Green+Blue) = 203+67+188=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43BC is #34BC43. Grayscale: #797979. Windows color (decimal): -3456068 or 12338123. OLE color: 12338123.
HSL color Cylindrical-coordinate representation of color #CB43BC: hue angle of 306.62º 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 #CB43BC is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 188 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.20 |
| HSL | 306.62º | 0.57% | 0.53% | - |
| HSV(B) | 306.62º | 0.67% | 0.8% | - |
| XYZ | 35.71 | 20.34 | 49.62 | - |
| YUV | 121.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 188 | 0 | 0.67 | 0.07 | 0.20 | 306.62 | 0.57 | 0.53 |
| Hex | CB | 43 | BC | 0 | 43 | 7 | 14 | 133 | 39 | 35 |
| Octal | 313 | 103 | 274 | 0 | 103 | 7 | 24 | 463 | 71 | 65 |
| Binary | 11001011 | 1000011 | 10111100 | 0 | 1000011 | 111 | 10100 | 100110011 | 111001 | 110101 |
Color Harmonies of #CB43BC
Complementary color
Monochromatic Colors of #CB43BC
Black with #CB43BC
Text Example
Text Example
White with #CB43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43BC; }
p { color: rgb(203,67,188); }
H1.HeaderClassName
{
color: #CB43BC;
}
.AnyTagClassName
{
color: #CB43BC;
}
</style>
background-color css
<style>
a { background-color: #CB43BC; }
a { background-color: rgb(203,67,188); }
div.DivClassName
{
background-color: #CB43BC;
}
.BgClassName
{
background-color: #CB43BC;
}
</style>
border-color css
<style>
span { border-color: #CB43BC; }
span { border-color: rgb(203,67,188); }
td.TdClassName
{
border-color: #CB43BC;
}
.TagClassName
{
border-color: #CB43BC;
}
</style>