Html Css Color HEX #C15BAF Fuchsia

📋 copy color: '#C15BAF'

red 193 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #C15BAF

Tints of Fuchsia #C15BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 42.05%
G = 19.83%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C15BAF (or 0xC15BAF) is known color: Fuchsia. HEX triplet: C1, 5B and AF. RGB value is (193,91,175). Sum of RGB (Red+Green+Blue) = 193+91+175=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BAF is #3EA450. Grayscale: #828282. Windows color (decimal): -4105297 or 11492289. OLE color: 11492289.

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

Color convert

RGB 193 91 175 -
CMYK 0 0.53 0.09 0.24
HSL 310.59º 0.45% 0.56% -
HSV(B) 310.59º 0.53% 0.76% -
XYZ 33.47 21.91 43.02 -
YUV 131.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 193 91 175 0 0.53 0.09 0.24 310.59 0.45 0.56
Hex C1 5B AF 0 35 9 18 137 2D 38
Octal 301 133 257 0 65 11 30 467 55 70
Binary 11000001 1011011 10101111 0 110101 1001 11000 100110111 101101 111000

Color Harmonies of #C15BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BAF

Black with #C15BAF

Text Example


Text Example

White with #C15BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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