Html Css Color HEX #C15AB9 Fuchsia

📋 copy color: '#C15AB9'

red 193 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #C15AB9

Tints of Fuchsia #C15AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 41.24%
G = 19.23%
B = 39.53%

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

#C15AB9 (or 0xC15AB9) is known color: Fuchsia. HEX triplet: C1, 5A and B9. RGB value is (193,90,185). Sum of RGB (Red+Green+Blue) = 193+90+185=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AB9 is #3EA546. Grayscale: #838383. Windows color (decimal): -4105543 or 12147393. OLE color: 12147393.

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

Color convert

RGB 193 90 185 -
CMYK 0 0.53 0.04 0.24
HSL 304.66º 0.45% 0.55% -
HSV(B) 304.66º 0.53% 0.76% -
XYZ 34.41 22.15 48.36 -
YUV 131.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 193 90 185 0 0.53 0.04 0.24 304.66 0.45 0.55
Hex C1 5A B9 0 35 4 18 131 2D 37
Octal 301 132 271 0 65 4 30 461 55 67
Binary 11000001 1011010 10111001 0 110101 100 11000 100110001 101101 110111

Color Harmonies of #C15AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AB9

Black with #C15AB9

Text Example


Text Example

White with #C15AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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