Shades of Fuchsia #CB46C2
Tints of Fuchsia #CB46C2
RGB
CMYK
RGB Variations
Color information
#CB46C2 (or 0xCB46C2) is known color: Fuchsia. HEX triplet: CB, 46 and C2. RGB value is (203,70,194). Sum of RGB (Red+Green+Blue) = 203+70+194=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46C2 is #34B93D. Grayscale: #7B7B7B. Windows color (decimal): -3455294 or 12732107. OLE color: 12732107.
HSL color Cylindrical-coordinate representation of color #CB46C2: hue angle of 304.06º 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 #CB46C2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 194 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.20 |
| HSL | 304.06º | 0.56% | 0.54% | - |
| HSV(B) | 304.06º | 0.66% | 0.8% | - |
| XYZ | 36.56 | 20.97 | 53.16 | - |
| YUV | 123.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 194 | 0 | 0.66 | 0.04 | 0.20 | 304.06 | 0.56 | 0.54 |
| Hex | CB | 46 | C2 | 0 | 42 | 4 | 14 | 130 | 38 | 36 |
| Octal | 313 | 106 | 302 | 0 | 102 | 4 | 24 | 460 | 70 | 66 |
| Binary | 11001011 | 1000110 | 11000010 | 0 | 1000010 | 100 | 10100 | 100110000 | 111000 | 110110 |
Color Harmonies of #CB46C2
Complementary color
Monochromatic Colors of #CB46C2
Black with #CB46C2
Text Example
Text Example
White with #CB46C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46C2; }
p { color: rgb(203,70,194); }
H1.HeaderClassName
{
color: #CB46C2;
}
.AnyTagClassName
{
color: #CB46C2;
}
</style>
background-color css
<style>
a { background-color: #CB46C2; }
a { background-color: rgb(203,70,194); }
div.DivClassName
{
background-color: #CB46C2;
}
.BgClassName
{
background-color: #CB46C2;
}
</style>
border-color css
<style>
span { border-color: #CB46C2; }
span { border-color: rgb(203,70,194); }
td.TdClassName
{
border-color: #CB46C2;
}
.TagClassName
{
border-color: #CB46C2;
}
</style>