Html Css Color HEX #C15EAC Fuchsia

📋 copy color: '#C15EAC'

red 193 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #C15EAC

Tints of Fuchsia #C15EAC

RGB

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

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

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

R = 42.05%
G = 20.48%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C15EAC (or 0xC15EAC) is known color: Fuchsia. HEX triplet: C1, 5E and AC. RGB value is (193,94,172). Sum of RGB (Red+Green+Blue) = 193+94+172=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EAC is #3EA153. Grayscale: #848484. Windows color (decimal): -4104532 or 11296449. OLE color: 11296449.

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

Color convert

RGB 193 94 172 -
CMYK 0 0.51 0.11 0.24
HSL 312.73º 0.44% 0.56% -
HSV(B) 312.73º 0.51% 0.76% -
XYZ 33.44 22.32 41.58 -
YUV 132.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 193 94 172 0 0.51 0.11 0.24 312.73 0.44 0.56
Hex C1 5E AC 0 33 B 18 139 2C 38
Octal 301 136 254 0 63 13 30 471 54 70
Binary 11000001 1011110 10101100 0 110011 1011 11000 100111001 101100 111000

Color Harmonies of #C15EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EAC

Black with #C15EAC

Text Example


Text Example

White with #C15EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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