Html Css Color HEX #C15FA9 Fuchsia

📋 copy color: '#C15FA9'

red 193 ◦ green 95 ◦ blue 169

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

Shades of Fuchsia #C15FA9

Tints of Fuchsia #C15FA9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.79%

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 42.23%
G = 20.79%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C15FA9 (or 0xC15FA9) is known color: Fuchsia. HEX triplet: C1, 5F and A9. RGB value is (193,95,169). Sum of RGB (Red+Green+Blue) = 193+95+169=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FA9 is #3EA056. Grayscale: #848484. Windows color (decimal): -4104279 or 11100097. OLE color: 11100097.

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

Color convert

RGB 193 95 169 -
CMYK 0 0.51 0.12 0.24
HSL 314.69º 0.44% 0.56% -
HSV(B) 314.69º 0.51% 0.76% -
XYZ 33.25 22.39 40.1 -
YUV 132.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 193 95 169 0 0.51 0.12 0.24 314.69 0.44 0.56
Hex C1 5F A9 0 33 C 18 13B 2C 38
Octal 301 137 251 0 63 14 30 473 54 70
Binary 11000001 1011111 10101001 0 110011 1100 11000 100111011 101100 111000

Color Harmonies of #C15FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FA9

Black with #C15FA9

Text Example


Text Example

White with #C15FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FA9; }

 p { color: rgb(193,95,169); }

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

background-color css

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

 a { background-color: rgb(193,95,169); }

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

border-color css

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

 span { border-color: rgb(193,95,169); }

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