#C442B5

Color #C442B5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C442B5

Tints of Fuchsia #C442B5

Color information

#C442B5 (or 0xC442B5) is unknown color: approx Fuchsia. HEX triplet: C4, 42 and B5. RGB value is (196,66,181). Sum of RGB (Red+Green+Blue) = 196+66+181=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C442B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442B5 is #3BBD4A. Grayscale: #757575. Windows color (decimal): -3915083 or 11879108. OLE color: 11879108.

HSL color Cylindrical-coordinate representation of color #C442B5: hue angle of 306.92º 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 #C442B5 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19666181-
CMYK00.660.080.23
HSL306.92º52.42%51.37%-
HSV(B)306.92º66.33%76.86%-
XYZ33.0518.9745.64-
YUV117.98163.57183.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 66 (26.17% from 255) = 14.90%
BLUE value IS 181 (71.09% from 255) = 40.86%
R=44.24%
G=14.90%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966618100.660.080.23306.9252.4251.37
HexC442B50428171333433
Octal304102265010210274636463
Binary1100010010000101011010101000010100010111100110011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442B5; }

 p { color: rgb(196,66,181); }

 H1.HeaderClassName
 {
   color: #C442B5;
 }
 .AnyTagClassName
 {
   color: #C442B5;
 }
</style>
background-color css

<style>
 a { background-color: #C442B5; }

 a { background-color: rgb(196,66,181); }

 div.DivClassName
 {
   background-color: #C442B5;
 }
 .BgClassName
 {
   background-color: #C442B5;
 }
</style>
border-color css

<style>
 span { border-color: #C442B5; }

 span { border-color: rgb(196,66,181); }

 td.TdClassName
 {
   border-color: #C442B5;
 }
 .TagClassName
 {
   border-color: #C442B5;
 }
</style>