Shades of Fuchsia #C442C1
Tints of Fuchsia #C442C1
RGB
CMYK
RGB Variations
Color information
#C442C1 (or 0xC442C1) is known color: Fuchsia. HEX triplet: C4, 42 and C1. RGB value is (196,66,193). Sum of RGB (Red+Green+Blue) = 196+66+193=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C442C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442C1 is #3BBD3E. Grayscale: #767676. Windows color (decimal): -3915071 or 12665540. OLE color: 12665540.
HSL color Cylindrical-coordinate representation of color #C442C1: hue angle of 301.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442C1 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 193 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.23 |
| HSL | 301.38º | 0.52% | 0.51% | - |
| HSV(B) | 301.38º | 0.66% | 0.77% | - |
| XYZ | 34.34 | 19.48 | 52.4 | - |
| YUV | 119.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 193 | 0 | 0.66 | 0.02 | 0.23 | 301.38 | 0.52 | 0.51 |
| Hex | C4 | 42 | C1 | 0 | 42 | 2 | 17 | 12D | 34 | 33 |
| Octal | 304 | 102 | 301 | 0 | 102 | 2 | 27 | 455 | 64 | 63 |
| Binary | 11000100 | 1000010 | 11000001 | 0 | 1000010 | 10 | 10111 | 100101101 | 110100 | 110011 |
Color Harmonies of #C442C1
Complementary color
Monochromatic Colors of #C442C1
Black with #C442C1
Text Example
Text Example
White with #C442C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442C1; }
p { color: rgb(196,66,193); }
H1.HeaderClassName
{
color: #C442C1;
}
.AnyTagClassName
{
color: #C442C1;
}
</style>
background-color css
<style>
a { background-color: #C442C1; }
a { background-color: rgb(196,66,193); }
div.DivClassName
{
background-color: #C442C1;
}
.BgClassName
{
background-color: #C442C1;
}
</style>
border-color css
<style>
span { border-color: #C442C1; }
span { border-color: rgb(196,66,193); }
td.TdClassName
{
border-color: #C442C1;
}
.TagClassName
{
border-color: #C442C1;
}
</style>