Shades of Fuchsia #CB41CF
Tints of Fuchsia #CB41CF
RGB
CMYK
RGB Variations
Color information
#CB41CF (or 0xCB41CF) is known color: Fuchsia. HEX triplet: CB, 41 and CF. RGB value is (203,65,207). Sum of RGB (Red+Green+Blue) = 203+65+207=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41CF is #34BE30. Grayscale: #7A7A7A. Windows color (decimal): -3456561 or 13582795. OLE color: 13582795.
HSL color Cylindrical-coordinate representation of color #CB41CF: hue angle of 298.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB41CF is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 65 | 207 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.19 |
| HSL | 298.31º | 0.6% | 0.53% | - |
| HSV(B) | 298.31º | 0.69% | 0.81% | - |
| XYZ | 37.78 | 20.98 | 61.09 | - |
| YUV | 122.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 207 | 0.02 | 0.69 | 0 | 0.19 | 298.31 | 0.6 | 0.53 |
| Hex | CB | 41 | CF | 2 | 45 | 0 | 13 | 12A | 3C | 35 |
| Octal | 313 | 101 | 317 | 2 | 105 | 0 | 23 | 452 | 74 | 65 |
| Binary | 11001011 | 1000001 | 11001111 | 10 | 1000101 | 0 | 10011 | 100101010 | 111100 | 110101 |
Color Harmonies of #CB41CF
Complementary color
Monochromatic Colors of #CB41CF
Black with #CB41CF
Text Example
Text Example
White with #CB41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41CF; }
p { color: rgb(203,65,207); }
H1.HeaderClassName
{
color: #CB41CF;
}
.AnyTagClassName
{
color: #CB41CF;
}
</style>
background-color css
<style>
a { background-color: #CB41CF; }
a { background-color: rgb(203,65,207); }
div.DivClassName
{
background-color: #CB41CF;
}
.BgClassName
{
background-color: #CB41CF;
}
</style>
border-color css
<style>
span { border-color: #CB41CF; }
span { border-color: rgb(203,65,207); }
td.TdClassName
{
border-color: #CB41CF;
}
.TagClassName
{
border-color: #CB41CF;
}
</style>