Shades of Fuchsia #C362B4
Tints of Fuchsia #C362B4
RGB
CMYK
RGB Variations
Color information
#C362B4 (or 0xC362B4) is known color: Fuchsia. HEX triplet: C3, 62 and B4. RGB value is (195,98,180). Sum of RGB (Red+Green+Blue) = 195+98+180=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C362B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362B4 is #3C9D4B. Grayscale: #888888. Windows color (decimal): -3972428 or 11821763. OLE color: 11821763.
HSL color Cylindrical-coordinate representation of color #C362B4: hue angle of 309.28º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C362B4 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 180 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.24 |
| HSL | 309.28º | 0.45% | 0.57% | - |
| HSV(B) | 309.28º | 0.5% | 0.76% | - |
| XYZ | 35.11 | 23.63 | 45.89 | - |
| YUV | 136.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 180 | 0 | 0.50 | 0.08 | 0.24 | 309.28 | 0.45 | 0.57 |
| Hex | C3 | 62 | B4 | 0 | 32 | 8 | 18 | 135 | 2D | 39 |
| Octal | 303 | 142 | 264 | 0 | 62 | 10 | 30 | 465 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10110100 | 0 | 110010 | 1000 | 11000 | 100110101 | 101101 | 111001 |
Color Harmonies of #C362B4
Complementary color
Monochromatic Colors of #C362B4
Black with #C362B4
Text Example
Text Example
White with #C362B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362B4; }
p { color: rgb(195,98,180); }
H1.HeaderClassName
{
color: #C362B4;
}
.AnyTagClassName
{
color: #C362B4;
}
</style>
background-color css
<style>
a { background-color: #C362B4; }
a { background-color: rgb(195,98,180); }
div.DivClassName
{
background-color: #C362B4;
}
.BgClassName
{
background-color: #C362B4;
}
</style>
border-color css
<style>
span { border-color: #C362B4; }
span { border-color: rgb(195,98,180); }
td.TdClassName
{
border-color: #C362B4;
}
.TagClassName
{
border-color: #C362B4;
}
</style>