Shades of Fuchsia #CB43AD
Tints of Fuchsia #CB43AD
RGB
CMYK
RGB Variations
Color information
#CB43AD (or 0xCB43AD) is known color: Fuchsia. HEX triplet: CB, 43 and AD. RGB value is (203,67,173). Sum of RGB (Red+Green+Blue) = 203+67+173=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB43AD is #34BC52. Grayscale: #777777. Windows color (decimal): -3456083 or 11355083. OLE color: 11355083.
HSL color Cylindrical-coordinate representation of color #CB43AD: hue angle of 313.24º 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 #CB43AD is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 173 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.20 |
| HSL | 313.24º | 0.57% | 0.53% | - |
| HSV(B) | 313.24º | 0.67% | 0.8% | - |
| XYZ | 34.18 | 19.73 | 41.54 | - |
| YUV | 119.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 173 | 0 | 0.67 | 0.15 | 0.20 | 313.24 | 0.57 | 0.53 |
| Hex | CB | 43 | AD | 0 | 43 | F | 14 | 139 | 39 | 35 |
| Octal | 313 | 103 | 255 | 0 | 103 | 17 | 24 | 471 | 71 | 65 |
| Binary | 11001011 | 1000011 | 10101101 | 0 | 1000011 | 1111 | 10100 | 100111001 | 111001 | 110101 |
Color Harmonies of #CB43AD
Complementary color
Monochromatic Colors of #CB43AD
Black with #CB43AD
Text Example
Text Example
White with #CB43AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43AD; }
p { color: rgb(203,67,173); }
H1.HeaderClassName
{
color: #CB43AD;
}
.AnyTagClassName
{
color: #CB43AD;
}
</style>
background-color css
<style>
a { background-color: #CB43AD; }
a { background-color: rgb(203,67,173); }
div.DivClassName
{
background-color: #CB43AD;
}
.BgClassName
{
background-color: #CB43AD;
}
</style>
border-color css
<style>
span { border-color: #CB43AD; }
span { border-color: rgb(203,67,173); }
td.TdClassName
{
border-color: #CB43AD;
}
.TagClassName
{
border-color: #CB43AD;
}
</style>