Shades of Fuchsia #C230B3
Tints of Fuchsia #C230B3
RGB
CMYK
RGB Variations
Color information
#C230B3 (or 0xC230B3) is known color: Fuchsia. HEX triplet: C2, 30 and B3. RGB value is (194,48,179). Sum of RGB (Red+Green+Blue) = 194+48+179=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C230B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230B3 is #3DCF4C. Grayscale: #6A6A6A. Windows color (decimal): -4050765 or 11743426. OLE color: 11743426.
HSL color Cylindrical-coordinate representation of color #C230B3: hue angle of 306.16º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C230B3 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 179 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.24 |
| HSL | 306.16º | 0.6% | 0.47% | - |
| HSV(B) | 306.16º | 0.75% | 0.76% | - |
| XYZ | 31.44 | 16.84 | 44.24 | - |
| YUV | 106.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 179 | 0 | 0.75 | 0.08 | 0.24 | 306.16 | 0.6 | 0.47 |
| Hex | C2 | 30 | B3 | 0 | 4B | 8 | 18 | 132 | 3C | 2F |
| Octal | 302 | 60 | 263 | 0 | 113 | 10 | 30 | 462 | 74 | 57 |
| Binary | 11000010 | 110000 | 10110011 | 0 | 1001011 | 1000 | 11000 | 100110010 | 111100 | 101111 |
Color Harmonies of #C230B3
Complementary color
Monochromatic Colors of #C230B3
Black with #C230B3
Text Example
Text Example
White with #C230B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230B3; }
p { color: rgb(194,48,179); }
H1.HeaderClassName
{
color: #C230B3;
}
.AnyTagClassName
{
color: #C230B3;
}
</style>
background-color css
<style>
a { background-color: #C230B3; }
a { background-color: rgb(194,48,179); }
div.DivClassName
{
background-color: #C230B3;
}
.BgClassName
{
background-color: #C230B3;
}
</style>
border-color css
<style>
span { border-color: #C230B3; }
span { border-color: rgb(194,48,179); }
td.TdClassName
{
border-color: #C230B3;
}
.TagClassName
{
border-color: #C230B3;
}
</style>