Html Css Color HEX #C15AAB Fuchsia

📋 copy color: '#C15AAB'

red 193 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #C15AAB

Tints of Fuchsia #C15AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 42.51%
G = 19.82%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C15AAB (or 0xC15AAB) is known color: Fuchsia. HEX triplet: C1, 5A and AB. RGB value is (193,90,171). Sum of RGB (Red+Green+Blue) = 193+90+171=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AAB is #3EA554. Grayscale: #818181. Windows color (decimal): -4105557 or 11229889. OLE color: 11229889.

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

Color convert

RGB 193 90 171 -
CMYK 0 0.53 0.11 0.24
HSL 312.82º 0.45% 0.55% -
HSV(B) 312.82º 0.53% 0.76% -
XYZ 33 21.59 40.96 -
YUV 130.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 193 90 171 0 0.53 0.11 0.24 312.82 0.45 0.55
Hex C1 5A AB 0 35 B 18 139 2D 37
Octal 301 132 253 0 65 13 30 471 55 67
Binary 11000001 1011010 10101011 0 110101 1011 11000 100111001 101101 110111

Color Harmonies of #C15AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AAB

Black with #C15AAB

Text Example


Text Example

White with #C15AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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