#C242C9

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

Shades of Fuchsia #C242C9

Tints of Fuchsia #C242C9

Color information

#C242C9 (or 0xC242C9) is unknown color: approx Fuchsia. HEX triplet: C2, 42 and C9. RGB value is (194,66,201). Sum of RGB (Red+Green+Blue) = 194+66+201=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #C242C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242C9 is #3DBD36. Grayscale: #777777. Windows color (decimal): -4046135 or 13189826. OLE color: 13189826.

HSL color Cylindrical-coordinate representation of color #C242C9: hue angle of 296.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C242C9 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19466201-
CMYK0.030.6700.21
HSL296.89º55.56%52.35%-
HSV(B)296.89º67.16%78.82%-
XYZ34.7419.5857.21-
YUV119.66173.91181.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 66 (26.17% from 255) = 14.32%
BLUE value IS 201 (78.91% from 255) = 43.60%
R=42.08%
G=14.32%
B=43.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194662010.030.6700.21296.8955.5652.35
HexC242C93430151293834
Octal30210231131030254517064
Binary11000010100001011001001111000011010101100101001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C242C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C242C9; }

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

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

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

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

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

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

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

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