Shades of Fuchsia #CB46C6
Tints of Fuchsia #CB46C6
RGB
CMYK
RGB Variations
Color information
#CB46C6 (or 0xCB46C6) is known color: Fuchsia. HEX triplet: CB, 46 and C6. RGB value is (203,70,198). Sum of RGB (Red+Green+Blue) = 203+70+198=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46C6 is #34B939. Grayscale: #7B7B7B. Windows color (decimal): -3455290 or 12994251. OLE color: 12994251.
HSL color Cylindrical-coordinate representation of color #CB46C6: hue angle of 302.26º 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 #CB46C6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 198 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.20 |
| HSL | 302.26º | 0.56% | 0.54% | - |
| HSV(B) | 302.26º | 0.66% | 0.8% | - |
| XYZ | 37.01 | 21.15 | 55.56 | - |
| YUV | 124.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 198 | 0 | 0.66 | 0.02 | 0.20 | 302.26 | 0.56 | 0.54 |
| Hex | CB | 46 | C6 | 0 | 42 | 2 | 14 | 12E | 38 | 36 |
| Octal | 313 | 106 | 306 | 0 | 102 | 2 | 24 | 456 | 70 | 66 |
| Binary | 11001011 | 1000110 | 11000110 | 0 | 1000010 | 10 | 10100 | 100101110 | 111000 | 110110 |
Color Harmonies of #CB46C6
Complementary color
Monochromatic Colors of #CB46C6
Black with #CB46C6
Text Example
Text Example
White with #CB46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46C6; }
p { color: rgb(203,70,198); }
H1.HeaderClassName
{
color: #CB46C6;
}
.AnyTagClassName
{
color: #CB46C6;
}
</style>
background-color css
<style>
a { background-color: #CB46C6; }
a { background-color: rgb(203,70,198); }
div.DivClassName
{
background-color: #CB46C6;
}
.BgClassName
{
background-color: #CB46C6;
}
</style>
border-color css
<style>
span { border-color: #CB46C6; }
span { border-color: rgb(203,70,198); }
td.TdClassName
{
border-color: #CB46C6;
}
.TagClassName
{
border-color: #CB46C6;
}
</style>