Html Css Color HEX #C241AE Fuchsia

📋 copy color: '#C241AE'

red 194 ◦ green 65 ◦ blue 174

#C241AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C241AE

Tints of Fuchsia #C241AE

RGB

 RED value IS 194 (76.17% from 255) = 44.8%

 GREEN value IS 65 (25.78% from 255) = 15.01%

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 44.8%
G = 15.01%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C241AE (or 0xC241AE) is known color: Fuchsia. HEX triplet: C2, 41 and AE. RGB value is (194,65,174). Sum of RGB (Red+Green+Blue) = 194+65+174=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C241AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241AE is #3DBE51. Grayscale: #737373. Windows color (decimal): -4046418 or 11420098. OLE color: 11420098.

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

Color convert

RGB 194 65 174 -
CMYK 0 0.66 0.10 0.24
HSL 309.3º 0.51% 0.51% -
HSV(B) 309.3º 0.66% 0.76% -
XYZ 31.78 18.31 41.9 -
YUV 116 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 194 65 174 0 0.66 0.10 0.24 309.3 0.51 0.51
Hex C2 41 AE 0 42 A 18 135 33 33
Octal 302 101 256 0 102 12 30 465 63 63
Binary 11000010 1000001 10101110 0 1000010 1010 11000 100110101 110011 110011

Color Harmonies of #C241AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241AE

Black with #C241AE

Text Example


Text Example

White with #C241AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241AE; }

 p { color: rgb(194,65,174); }

 H1.HeaderClassName
 {
   color: #C241AE;
 }
 .AnyTagClassName
 {
   color: #C241AE;
 }
</style>

background-color css

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

 a { background-color: rgb(194,65,174); }

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

border-color css

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

 span { border-color: rgb(194,65,174); }

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