Html Css Color HEX #C15BAC Fuchsia

📋 copy color: '#C15BAC'

red 193 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #C15BAC

Tints of Fuchsia #C15BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 42.32%
G = 19.96%
B = 37.72%

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

#C15BAC (or 0xC15BAC) is known color: Fuchsia. HEX triplet: C1, 5B and AC. RGB value is (193,91,172). Sum of RGB (Red+Green+Blue) = 193+91+172=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BAC is #3EA453. Grayscale: #828282. Windows color (decimal): -4105300 or 11295681. OLE color: 11295681.

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

Color convert

RGB 193 91 172 -
CMYK 0 0.53 0.11 0.24
HSL 312.35º 0.45% 0.56% -
HSV(B) 312.35º 0.53% 0.76% -
XYZ 33.18 21.8 41.49 -
YUV 130.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 193 91 172 0 0.53 0.11 0.24 312.35 0.45 0.56
Hex C1 5B AC 0 35 B 18 138 2D 38
Octal 301 133 254 0 65 13 30 470 55 70
Binary 11000001 1011011 10101100 0 110101 1011 11000 100111000 101101 111000

Color Harmonies of #C15BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BAC

Black with #C15BAC

Text Example


Text Example

White with #C15BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BAC; }

 p { color: rgb(193,91,172); }

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

background-color css

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

 a { background-color: rgb(193,91,172); }

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

border-color css

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

 span { border-color: rgb(193,91,172); }

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