Shades of Fuchsia #CB46C4
Tints of Fuchsia #CB46C4
RGB
CMYK
RGB Variations
Color information
#CB46C4 (or 0xCB46C4) is known color: Fuchsia. HEX triplet: CB, 46 and C4. RGB value is (203,70,196). Sum of RGB (Red+Green+Blue) = 203+70+196=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46C4 is #34B93B. Grayscale: #7B7B7B. Windows color (decimal): -3455292 or 12863179. OLE color: 12863179.
HSL color Cylindrical-coordinate representation of color #CB46C4: hue angle of 303.16º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46C4 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 196 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.20 |
| HSL | 303.16º | 0.56% | 0.54% | - |
| HSV(B) | 303.16º | 0.66% | 0.8% | - |
| XYZ | 36.78 | 21.06 | 54.35 | - |
| YUV | 124.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 196 | 0 | 0.66 | 0.03 | 0.20 | 303.16 | 0.56 | 0.54 |
| Hex | CB | 46 | C4 | 0 | 42 | 3 | 14 | 12F | 38 | 36 |
| Octal | 313 | 106 | 304 | 0 | 102 | 3 | 24 | 457 | 70 | 66 |
| Binary | 11001011 | 1000110 | 11000100 | 0 | 1000010 | 11 | 10100 | 100101111 | 111000 | 110110 |
Color Harmonies of #CB46C4
Complementary color
Monochromatic Colors of #CB46C4
Black with #CB46C4
Text Example
Text Example
White with #CB46C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46C4; }
p { color: rgb(203,70,196); }
H1.HeaderClassName
{
color: #CB46C4;
}
.AnyTagClassName
{
color: #CB46C4;
}
</style>
background-color css
<style>
a { background-color: #CB46C4; }
a { background-color: rgb(203,70,196); }
div.DivClassName
{
background-color: #CB46C4;
}
.BgClassName
{
background-color: #CB46C4;
}
</style>
border-color css
<style>
span { border-color: #CB46C4; }
span { border-color: rgb(203,70,196); }
td.TdClassName
{
border-color: #CB46C4;
}
.TagClassName
{
border-color: #CB46C4;
}
</style>