Html Css Color HEX #C15ABE Fuchsia

📋 copy color: '#C15ABE'

red 193 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #C15ABE

Tints of Fuchsia #C15ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 40.8%
G = 19.03%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C15ABE (or 0xC15ABE) is known color: Fuchsia. HEX triplet: C1, 5A and BE. RGB value is (193,90,190). Sum of RGB (Red+Green+Blue) = 193+90+190=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C15ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ABE is #3EA541. Grayscale: #838383. Windows color (decimal): -4105538 or 12475073. OLE color: 12475073.

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

Color convert

RGB 193 90 190 -
CMYK 0 0.53 0.02 0.24
HSL 301.75º 0.45% 0.55% -
HSV(B) 301.75º 0.53% 0.76% -
XYZ 34.94 22.37 51.19 -
YUV 132.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 193 90 190 0 0.53 0.02 0.24 301.75 0.45 0.55
Hex C1 5A BE 0 35 2 18 12E 2D 37
Octal 301 132 276 0 65 2 30 456 55 67
Binary 11000001 1011010 10111110 0 110101 10 11000 100101110 101101 110111

Color Harmonies of #C15ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ABE

Black with #C15ABE

Text Example


Text Example

White with #C15ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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