#C242B2

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

Shades of Fuchsia #C242B2

Tints of Fuchsia #C242B2

Color information

#C242B2 (or 0xC242B2) is unknown color: approx Fuchsia. HEX triplet: C2, 42 and B2. RGB value is (194,66,178). Sum of RGB (Red+Green+Blue) = 194+66+178=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C242B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242B2 is #3DBD4D. Grayscale: #747474. Windows color (decimal): -4046158 or 11682498. OLE color: 11682498.

HSL color Cylindrical-coordinate representation of color #C242B2: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C242B2 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19466178-
CMYK00.660.080.24
HSL307.5º51.2%50.98%-
HSV(B)307.5º65.98%76.08%-
XYZ32.2318.5844.01-
YUV117.04162.41182.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=44.29%
G=15.07%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946617800.660.080.24307.551.250.98
HexC242B20428181343333
Octal302102262010210304646363
Binary1100001010000101011001001000010100011000100110100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C242B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C242B2; }

 p { color: rgb(194,66,178); }

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

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

 a { background-color: rgb(194,66,178); }

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

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

 span { border-color: rgb(194,66,178); }

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