Shades of Fuchsia #C442CB
Tints of Fuchsia #C442CB
RGB
CMYK
RGB Variations
Color information
#C442CB (or 0xC442CB) is known color: Fuchsia. HEX triplet: C4, 42 and CB. RGB value is (196,66,203). Sum of RGB (Red+Green+Blue) = 196+66+203=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C442CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442CB is #3BBD34. Grayscale: #787878. Windows color (decimal): -3915061 or 13320900. OLE color: 13320900.
HSL color Cylindrical-coordinate representation of color #C442CB: hue angle of 296.93º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C442CB is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 66 | 203 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.20 |
| HSL | 296.93º | 0.57% | 0.53% | - |
| HSV(B) | 296.93º | 0.67% | 0.8% | - |
| XYZ | 35.49 | 19.94 | 58.48 | - |
| YUV | 120.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 203 | 0.03 | 0.67 | 0 | 0.20 | 296.93 | 0.57 | 0.53 |
| Hex | C4 | 42 | CB | 3 | 43 | 0 | 14 | 129 | 39 | 35 |
| Octal | 304 | 102 | 313 | 3 | 103 | 0 | 24 | 451 | 71 | 65 |
| Binary | 11000100 | 1000010 | 11001011 | 11 | 1000011 | 0 | 10100 | 100101001 | 111001 | 110101 |
Color Harmonies of #C442CB
Complementary color
Monochromatic Colors of #C442CB
Black with #C442CB
Text Example
Text Example
White with #C442CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442CB; }
p { color: rgb(196,66,203); }
H1.HeaderClassName
{
color: #C442CB;
}
.AnyTagClassName
{
color: #C442CB;
}
</style>
background-color css
<style>
a { background-color: #C442CB; }
a { background-color: rgb(196,66,203); }
div.DivClassName
{
background-color: #C442CB;
}
.BgClassName
{
background-color: #C442CB;
}
</style>
border-color css
<style>
span { border-color: #C442CB; }
span { border-color: rgb(196,66,203); }
td.TdClassName
{
border-color: #C442CB;
}
.TagClassName
{
border-color: #C442CB;
}
</style>