Shades of Fuchsia #C238B2
Tints of Fuchsia #C238B2
RGB
CMYK
RGB Variations
Color information
#C238B2 (or 0xC238B2) is known color: Fuchsia. HEX triplet: C2, 38 and B2. RGB value is (194,56,178). Sum of RGB (Red+Green+Blue) = 194+56+178=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C238B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238B2 is #3DC74D. Grayscale: #6E6E6E. Windows color (decimal): -4048718 or 11679938. OLE color: 11679938.
HSL color Cylindrical-coordinate representation of color #C238B2: hue angle of 306.96º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C238B2 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 178 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.24 |
| HSL | 306.96º | 0.55% | 0.49% | - |
| HSV(B) | 306.96º | 0.71% | 0.76% | - |
| XYZ | 31.7 | 17.51 | 43.83 | - |
| YUV | 111.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 178 | 0 | 0.71 | 0.08 | 0.24 | 306.96 | 0.55 | 0.49 |
| Hex | C2 | 38 | B2 | 0 | 47 | 8 | 18 | 133 | 37 | 31 |
| Octal | 302 | 70 | 262 | 0 | 107 | 10 | 30 | 463 | 67 | 61 |
| Binary | 11000010 | 111000 | 10110010 | 0 | 1000111 | 1000 | 11000 | 100110011 | 110111 | 110001 |
Color Harmonies of #C238B2
Complementary color
Monochromatic Colors of #C238B2
Black with #C238B2
Text Example
Text Example
White with #C238B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238B2; }
p { color: rgb(194,56,178); }
H1.HeaderClassName
{
color: #C238B2;
}
.AnyTagClassName
{
color: #C238B2;
}
</style>
background-color css
<style>
a { background-color: #C238B2; }
a { background-color: rgb(194,56,178); }
div.DivClassName
{
background-color: #C238B2;
}
.BgClassName
{
background-color: #C238B2;
}
</style>
border-color css
<style>
span { border-color: #C238B2; }
span { border-color: rgb(194,56,178); }
td.TdClassName
{
border-color: #C238B2;
}
.TagClassName
{
border-color: #C238B2;
}
</style>