Html Css Color HEX #C241AA Fuchsia

📋 copy color: '#C241AA'

red 194 ◦ green 65 ◦ blue 170

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

Shades of Fuchsia #C241AA

Tints of Fuchsia #C241AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 45.22%
G = 15.15%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C241AA (or 0xC241AA) is known color: Fuchsia. HEX triplet: C2, 41 and AA. RGB value is (194,65,170). Sum of RGB (Red+Green+Blue) = 194+65+170=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C241AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241AA is #3DBE55. Grayscale: #737373. Windows color (decimal): -4046422 or 11157954. OLE color: 11157954.

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

Color convert

RGB 194 65 170 -
CMYK 0 0.66 0.12 0.24
HSL 311.16º 0.51% 0.51% -
HSV(B) 311.16º 0.66% 0.76% -
XYZ 31.39 18.15 39.88 -
YUV 115.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 194 65 170 0 0.66 0.12 0.24 311.16 0.51 0.51
Hex C2 41 AA 0 42 C 18 137 33 33
Octal 302 101 252 0 102 14 30 467 63 63
Binary 11000010 1000001 10101010 0 1000010 1100 11000 100110111 110011 110011

Color Harmonies of #C241AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241AA

Black with #C241AA

Text Example


Text Example

White with #C241AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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