Shades of Fuchsia #C236C8
Tints of Fuchsia #C236C8
RGB
CMYK
RGB Variations
Color information
#C236C8 (or 0xC236C8) is known color: Fuchsia. HEX triplet: C2, 36 and C8. RGB value is (194,54,200). Sum of RGB (Red+Green+Blue) = 194+54+200=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #C236C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236C8 is #3DC937. Grayscale: #707070. Windows color (decimal): -4049208 or 13121218. OLE color: 13121218.
HSL color Cylindrical-coordinate representation of color #C236C8: hue angle of 297.53º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C236C8 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 54 | 200 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.22 |
| HSL | 297.53º | 0.57% | 0.5% | - |
| HSV(B) | 297.53º | 0.73% | 0.78% | - |
| XYZ | 33.99 | 18.28 | 56.38 | - |
| YUV | 112.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 200 | 0.03 | 0.73 | 0 | 0.22 | 297.53 | 0.57 | 0.5 |
| Hex | C2 | 36 | C8 | 3 | 49 | 0 | 16 | 12A | 39 | 32 |
| Octal | 302 | 66 | 310 | 3 | 111 | 0 | 26 | 452 | 71 | 62 |
| Binary | 11000010 | 110110 | 11001000 | 11 | 1001001 | 0 | 10110 | 100101010 | 111001 | 110010 |
Color Harmonies of #C236C8
Complementary color
Monochromatic Colors of #C236C8
Black with #C236C8
Text Example
Text Example
White with #C236C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236C8; }
p { color: rgb(194,54,200); }
H1.HeaderClassName
{
color: #C236C8;
}
.AnyTagClassName
{
color: #C236C8;
}
</style>
background-color css
<style>
a { background-color: #C236C8; }
a { background-color: rgb(194,54,200); }
div.DivClassName
{
background-color: #C236C8;
}
.BgClassName
{
background-color: #C236C8;
}
</style>
border-color css
<style>
span { border-color: #C236C8; }
span { border-color: rgb(194,54,200); }
td.TdClassName
{
border-color: #C236C8;
}
.TagClassName
{
border-color: #C236C8;
}
</style>