Html Css Color HEX #C15ABA Fuchsia

📋 copy color: '#C15ABA'

red 193 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #C15ABA

Tints of Fuchsia #C15ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 41.15%
G = 19.19%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C15ABA (or 0xC15ABA) is known color: Fuchsia. HEX triplet: C1, 5A and BA. RGB value is (193,90,186). Sum of RGB (Red+Green+Blue) = 193+90+186=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C15ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ABA is #3EA545. Grayscale: #838383. Windows color (decimal): -4105542 or 12212929. OLE color: 12212929.

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

Color convert

RGB 193 90 186 -
CMYK 0 0.53 0.04 0.24
HSL 304.08º 0.45% 0.55% -
HSV(B) 304.08º 0.53% 0.76% -
XYZ 34.51 22.19 48.92 -
YUV 131.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 193 90 186 0 0.53 0.04 0.24 304.08 0.45 0.55
Hex C1 5A BA 0 35 4 18 130 2D 37
Octal 301 132 272 0 65 4 30 460 55 67
Binary 11000001 1011010 10111010 0 110101 100 11000 100110000 101101 110111

Color Harmonies of #C15ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ABA

Black with #C15ABA

Text Example


Text Example

White with #C15ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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