Shades of Fuchsia #CB41BC
Tints of Fuchsia #CB41BC
RGB
CMYK
RGB Variations
Color information
#CB41BC (or 0xCB41BC) is known color: Fuchsia. HEX triplet: CB, 41 and BC. RGB value is (203,65,188). Sum of RGB (Red+Green+Blue) = 203+65+188=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41BC is #34BE43. Grayscale: #777777. Windows color (decimal): -3456580 or 12337611. OLE color: 12337611.
HSL color Cylindrical-coordinate representation of color #CB41BC: hue angle of 306.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB41BC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 188 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.20 |
| HSL | 306.52º | 0.57% | 0.53% | - |
| HSV(B) | 306.52º | 0.68% | 0.8% | - |
| XYZ | 35.6 | 20.11 | 49.58 | - |
| YUV | 120.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 188 | 0 | 0.68 | 0.07 | 0.20 | 306.52 | 0.57 | 0.53 |
| Hex | CB | 41 | BC | 0 | 44 | 7 | 14 | 133 | 39 | 35 |
| Octal | 313 | 101 | 274 | 0 | 104 | 7 | 24 | 463 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10111100 | 0 | 1000100 | 111 | 10100 | 100110011 | 111001 | 110101 |
Color Harmonies of #CB41BC
Complementary color
Monochromatic Colors of #CB41BC
Black with #CB41BC
Text Example
Text Example
White with #CB41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41BC; }
p { color: rgb(203,65,188); }
H1.HeaderClassName
{
color: #CB41BC;
}
.AnyTagClassName
{
color: #CB41BC;
}
</style>
background-color css
<style>
a { background-color: #CB41BC; }
a { background-color: rgb(203,65,188); }
div.DivClassName
{
background-color: #CB41BC;
}
.BgClassName
{
background-color: #CB41BC;
}
</style>
border-color css
<style>
span { border-color: #CB41BC; }
span { border-color: rgb(203,65,188); }
td.TdClassName
{
border-color: #CB41BC;
}
.TagClassName
{
border-color: #CB41BC;
}
</style>