Html Css Color HEX #C15AAE Fuchsia

📋 copy color: '#C15AAE'

red 193 ◦ green 90 ◦ blue 174

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

Shades of Fuchsia #C15AAE

Tints of Fuchsia #C15AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

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

R = 42.23%
G = 19.69%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C15AAE (or 0xC15AAE) is known color: Fuchsia. HEX triplet: C1, 5A and AE. RGB value is (193,90,174). Sum of RGB (Red+Green+Blue) = 193+90+174=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AAE is #3EA551. Grayscale: #828282. Windows color (decimal): -4105554 or 11426497. OLE color: 11426497.

HSL color Cylindrical-coordinate representation of color #C15AAE: hue angle of 311.07º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15AAE is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 90 174 -
CMYK 0 0.53 0.10 0.24
HSL 311.07º 0.45% 0.55% -
HSV(B) 311.07º 0.53% 0.76% -
XYZ 33.29 21.71 42.48 -
YUV 130.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 193 90 174 0 0.53 0.10 0.24 311.07 0.45 0.55
Hex C1 5A AE 0 35 A 18 137 2D 37
Octal 301 132 256 0 65 12 30 467 55 67
Binary 11000001 1011010 10101110 0 110101 1010 11000 100110111 101101 110111

Color Harmonies of #C15AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AAE

Black with #C15AAE

Text Example


Text Example

White with #C15AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AAE; }

 p { color: rgb(193,90,174); }

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

background-color css

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

 a { background-color: rgb(193,90,174); }

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

border-color css

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

 span { border-color: rgb(193,90,174); }

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