Html Css Color HEX #C15EA9 Fuchsia

📋 copy color: '#C15EA9'

red 193 ◦ green 94 ◦ blue 169

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

Shades of Fuchsia #C15EA9

Tints of Fuchsia #C15EA9

RGB

 RED value IS 193 (75.78% from 255) = 42.32%

 GREEN value IS 94 (37.11% from 255) = 20.61%

 BLUE value IS 169 (66.41% from 255) = 37.06%

R = 42.32%
G = 20.61%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C15EA9 (or 0xC15EA9) is known color: Fuchsia. HEX triplet: C1, 5E and A9. RGB value is (193,94,169). Sum of RGB (Red+Green+Blue) = 193+94+169=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EA9 is #3EA156. Grayscale: #838383. Windows color (decimal): -4104535 or 11099841. OLE color: 11099841.

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

Color convert

RGB 193 94 169 -
CMYK 0 0.51 0.12 0.24
HSL 314.55º 0.44% 0.56% -
HSV(B) 314.55º 0.51% 0.76% -
XYZ 33.16 22.21 40.08 -
YUV 132.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 193 94 169 0 0.51 0.12 0.24 314.55 0.44 0.56
Hex C1 5E A9 0 33 C 18 13B 2C 38
Octal 301 136 251 0 63 14 30 473 54 70
Binary 11000001 1011110 10101001 0 110011 1100 11000 100111011 101100 111000

Color Harmonies of #C15EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EA9

Black with #C15EA9

Text Example


Text Example

White with #C15EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EA9; }

 p { color: rgb(193,94,169); }

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

background-color css

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

 a { background-color: rgb(193,94,169); }

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

border-color css

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

 span { border-color: rgb(193,94,169); }

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