Html Css Color HEX #C241AC Fuchsia

📋 copy color: '#C241AC'

red 194 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #C241AC

Tints of Fuchsia #C241AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 45.01%
G = 15.08%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C241AC (or 0xC241AC) is known color: Fuchsia. HEX triplet: C2, 41 and AC. RGB value is (194,65,172). Sum of RGB (Red+Green+Blue) = 194+65+172=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C241AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241AC is #3DBE53. Grayscale: #737373. Windows color (decimal): -4046420 or 11289026. OLE color: 11289026.

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

Color convert

RGB 194 65 172 -
CMYK 0 0.66 0.11 0.24
HSL 310.23º 0.51% 0.51% -
HSV(B) 310.23º 0.66% 0.76% -
XYZ 31.58 18.23 40.88 -
YUV 115.77 159.74 183.8 -
System Red Green Blue C M Y K H S L
Decimal 194 65 172 0 0.66 0.11 0.24 310.23 0.51 0.51
Hex C2 41 AC 0 42 B 18 136 33 33
Octal 302 101 254 0 102 13 30 466 63 63
Binary 11000010 1000001 10101100 0 1000010 1011 11000 100110110 110011 110011

Color Harmonies of #C241AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241AC

Black with #C241AC

Text Example


Text Example

White with #C241AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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